mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Update build.sh
This commit is contained in:
parent
e5faa64e57
commit
bc14d95b5a
1 changed files with 3 additions and 0 deletions
3
build.sh
3
build.sh
|
@ -199,6 +199,9 @@ fi
|
||||||
if [ "$OMR_PACKAGES" = "mini" ]; then
|
if [ "$OMR_PACKAGES" = "mini" ]; then
|
||||||
echo "CONFIG_PACKAGE_${OMR_DIST}-mini=y" >> "$OMR_TARGET/source/.config"
|
echo "CONFIG_PACKAGE_${OMR_DIST}-mini=y" >> "$OMR_TARGET/source/.config"
|
||||||
fi
|
fi
|
||||||
|
if [ "$OMR_PACKAGES" = "zuixiao" ]; then
|
||||||
|
echo "CONFIG_PACKAGE_${OMR_DIST}-zuixiao=y" >> "$OMR_TARGET/source/.config"
|
||||||
|
fi
|
||||||
|
|
||||||
cd "$OMR_TARGET/source"
|
cd "$OMR_TARGET/source"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue