add the interface status page

pull/1324/head 2023-09-02
John Doe 2023-09-02 05:16:16 +08:00
parent d8c3c20184
commit ee8a6d8312
No known key found for this signature in database
GPG Key ID: 30F190E0C359CB4F
1 changed files with 1 additions and 0 deletions

View File

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