mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Remove netifd fork
This commit is contained in:
parent
b51c6abe69
commit
1c43d137a8
1 changed files with 4 additions and 4 deletions
8
build.sh
8
build.sh
|
@ -1082,10 +1082,10 @@ if [ "$OMR_KERNEL" = "5.4" ]; then
|
|||
# scripts/feeds uninstall rust
|
||||
# scripts/feeds install -p packages rust
|
||||
fi
|
||||
if [ "$OMR_KERNEL" != "5.4" ] && [ "$OMR_KERNEL" != "6.1" ]; then
|
||||
scripts/feeds uninstall netifd
|
||||
scripts/feeds install netifd
|
||||
fi
|
||||
#if [ "$OMR_KERNEL" != "5.4" ] && [ "$OMR_KERNEL" != "6.1" ]; then
|
||||
# scripts/feeds uninstall netifd
|
||||
# scripts/feeds install netifd
|
||||
#fi
|
||||
cp .config.keep .config
|
||||
scripts/feeds install kmod-macremapper
|
||||
echo "Done"
|
||||
|
|
Loading…
Reference in a new issue