From 9b59186915d3db716b34b198f12cf1d52a95a675 Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 7 Sep 2023 20:29:25 +0800 Subject: [PATCH] some fixes --- scripts/patches.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/patches.sh b/scripts/patches.sh index 15dabda..85f1597 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -104,8 +104,8 @@ 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 - sed -i 's/DEFAULT_PACKAGES \+=/DEFAULT_PACKAGES += autocore-arm/' target/linux/rockchip/Makefile + sed -i "s/ucidef_set_interfaces_lan_wan 'eth0 eth1' 'eth2'/ucidef_set_interfaces_lan_wan 'eth1 eth0' 'eth2'/" 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