From 50c6938b95a0c915c5c8ffe1fe67a94b9402e98e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 10 Feb 2020 07:46:56 +0100 Subject: bcm53xx: add v5.4 support Signed-off-by: John Crispin --- target/linux/bcm53xx/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/bcm53xx/image/Makefile') diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 6f509741ac..f438fd1208 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -385,7 +385,7 @@ define Device/tplink-archer-c5-v2 IMAGE/bin := append-rootfs | bcm53xx-tplink-safeloader TPLINK_BOARD := ARCHER-C5-V2 endef -TARGET_DEVICES += tplink-archer-c5-v2 +#TARGET_DEVICES += tplink-archer-c5-v2 define Device/tplink-archer-c9-v1 DEVICE_VENDOR := TP-LINK @@ -396,6 +396,6 @@ define Device/tplink-archer-c9-v1 IMAGE/bin := append-rootfs | bcm53xx-tplink-safeloader TPLINK_BOARD := ARCHERC9 endef -TARGET_DEVICES += tplink-archer-c9-v1 +#TARGET_DEVICES += tplink-archer-c9-v1 $(eval $(call BuildImage)) -- cgit v1.2.3