From d8c3c20184edd4839b0ff9329df88b0248208f0e Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 2 Sep 2023 05:00:10 +0800 Subject: [PATCH] fix the interface order of r6s --- scripts/patches.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/patches.sh b/scripts/patches.sh index 1eab8fa..57d6478 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -104,6 +104,7 @@ if [[ $DEVICE == 'r6s' || $DEVICE == 'r6c' ]]; then mv *.patch target/linux/generic/hack-6.1/ 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 git diff fi