1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2025-01-29 21:07:08 +01:00
parent b51c6abe69
commit 1c43d137a8

View file

@ -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"