Skip to content

Commit

Permalink
Remove netifd fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Jan 29, 2025
1 parent b51c6ab commit 1c43d13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1c43d13

Please sign in to comment.