Skip to content

Commit

Permalink
add the interface status page
Browse files Browse the repository at this point in the history
  • Loading branch information
stupidloud committed Sep 1, 2023
1 parent d8c3c20 commit ee8a6d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ if [[ $DEVICE == 'r6s' || $DEVICE == 'r6c' ]]; then
wget https://github.com/coolsnowwolf/lede/raw/master/target/linux/generic/pending-6.1/613-netfilter_optional_tcp_window_check.patch
mv *.patch target/linux/generic/pending-6.1/
sed -i "s/ucidef_set_interfaces_lan_wan 'eth0 eth1' 'eth2'/ucidef_set_interfaces_lan_wan 'eth1 eth2' 'eth0'/" target/linux/rockchip/armv8/base-files/etc/board.d/02_network
sed -i 's/DEFAULT_PACKAGES \+=/DEFAULT_PACKAGES += autocore-arm/' target/linux/rockchip/Makefile
git diff
fi

Expand Down

0 comments on commit ee8a6d8

Please sign in to comment.