From 9808b9ae0248f0e2b525493f10752b2b9fc9fde4 Mon Sep 17 00:00:00 2001 From: Paul Wassi Date: Fri, 10 Mar 2017 19:10:29 +0100 Subject: kirkwood: switch to kernel 4.9 Add patches-4.9, some of them (heavily) rewritten: - ea4500 is upstream available, keep only LEDE changes in dts - ea3500 is changed to match the structure of the upstream ea4500 dts - nsa310s rewritten to include the common dtsi - nsa325 is dropped, since already upstream Signed-off-by: Paul Wassi Signed-off-by: Alberto Bursi [refresh kernel config, add on100, use the switchdev based mv88e6171 driver for the linksys boards, keep lede specific rootfs/kernel partition names for linksys boards, reorder patches] Signed-off-by: Mathias Kresin --- target/linux/kirkwood/base-files/lib/kirkwood.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/kirkwood/base-files/lib') diff --git a/target/linux/kirkwood/base-files/lib/kirkwood.sh b/target/linux/kirkwood/base-files/lib/kirkwood.sh index dbf3456172..c29a315f79 100755 --- a/target/linux/kirkwood/base-files/lib/kirkwood.sh +++ b/target/linux/kirkwood/base-files/lib/kirkwood.sh @@ -41,11 +41,11 @@ kirkwood_board_detect() { name="pogo_e02" ;; - "Linksys EA3500") + "Linksys Audi (EA3500)") name="linksys-audi" ;; - "Linksys E4200v2 / EA4500") + "Linksys Viper (E4200v2 / EA4500)") name="linksys-viper" ;; -- cgit v1.2.3