diff --git a/build.sh b/build.sh index 84d400dc..a04d2cab 100755 --- a/build.sh +++ b/build.sh @@ -199,6 +199,9 @@ fi if [ "$OMR_PACKAGES" = "mini" ]; then echo "CONFIG_PACKAGE_${OMR_DIST}-mini=y" >> "$OMR_TARGET/source/.config" fi +if [ "$OMR_PACKAGES" = "zuixiao" ]; then + echo "CONFIG_PACKAGE_${OMR_DIST}-zuixiao=y" >> "$OMR_TARGET/source/.config" +fi cd "$OMR_TARGET/source"