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
1946c35766
commit
1ae305bc13
1 changed files with 1 additions and 2 deletions
3
build.sh
3
build.sh
|
@ -634,7 +634,7 @@ fi
|
||||||
cd ../..
|
cd ../..
|
||||||
[ -d $OMR_FEED/luci-base/po/oc ] && cp -rf $OMR_FEED/luci-base/po/oc feeds/${OMR_KERNEL}/luci/modules/luci-base/po/
|
[ -d $OMR_FEED/luci-base/po/oc ] && cp -rf $OMR_FEED/luci-base/po/oc feeds/${OMR_KERNEL}/luci/modules/luci-base/po/
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
chmod -R 777 "$OMR_TARGET/${OMR_KERNEL}/source"
|
||||||
cd "$OMR_TARGET/${OMR_KERNEL}/source"
|
cd "$OMR_TARGET/${OMR_KERNEL}/source"
|
||||||
echo "Update feeds index"
|
echo "Update feeds index"
|
||||||
cp .config .config.keep
|
cp .config .config.keep
|
||||||
|
@ -663,7 +663,6 @@ fi
|
||||||
scripts/feeds install -a
|
scripts/feeds install -a
|
||||||
cp .config.keep .config
|
cp .config.keep .config
|
||||||
scripts/feeds install kmod-macremapper
|
scripts/feeds install kmod-macremapper
|
||||||
chmod -R 777 feeds/openmptcprouter
|
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
||||||
if [ ! -f "../../../$OMR_TARGET_CONFIG" ]; then
|
if [ ! -f "../../../$OMR_TARGET_CONFIG" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue