mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Force remove netifd
This commit is contained in:
parent
32ba8cd22e
commit
351be80ef8
1 changed files with 1 additions and 3 deletions
4
build.sh
4
build.sh
|
@ -622,6 +622,7 @@ rm -rf feeds/luci/modules/luci-mod-network
|
|||
[ -d feeds/${OMR_DIST}/luci-mod-status ] && rm -rf feeds/luci/modules/luci-mod-status
|
||||
[ -d feeds/${OMR_DIST}/luci-app-statistics ] && rm -rf feeds/luci/applications/luci-app-statistics
|
||||
[ -d feeds/${OMR_DIST}/luci-proto-modemmanager ] && rm -rf feeds/luci/protocols/luci-proto-modemmanager
|
||||
[ -d feeds/${OMR_DIST}/netifd ] && rm -rf package/network/config/netifd
|
||||
|
||||
echo "Add Occitan translation support"
|
||||
if ! patch -Rf -N -p1 -s --dry-run < patches/luci-occitan.patch; then
|
||||
|
@ -646,9 +647,6 @@ scripts/feeds update -a
|
|||
#echo "Done"
|
||||
#cd "$OMR_TARGET/source"
|
||||
|
||||
# force netifd remove
|
||||
rm -rf package/network/config/netifd
|
||||
|
||||
if [ "$OMR_ALL_PACKAGES" = "yes" ]; then
|
||||
scripts/feeds install -a -d m -p packages
|
||||
scripts/feeds install -a -d m -p luci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue