aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2017-03-11 12:33:53 +0100
committerRafał Miłecki <rafal@milecki.pl>2017-03-11 12:33:53 +0100
commitcc3c50eb227aa6da3e601f111a7ef1f382d9953f (patch)
tree3ee90f11abfcb72556a271355be52be94a163b88 /target/linux/bcm53xx
parentdfac8080765d5dff70ac51d56303e2c1758e5a58 (diff)
downloadupstream-cc3c50eb227aa6da3e601f111a7ef1f382d9953f.tar.gz
upstream-cc3c50eb227aa6da3e601f111a7ef1f382d9953f.tar.bz2
upstream-cc3c50eb227aa6da3e601f111a7ef1f382d9953f.zip
bcm53xx: prepare for building Archer C5 V2 image
Don't enable it yet as kernel needs to be updated first. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r--target/linux/bcm53xx/image/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile
index a9ace12c2b..7a32422270 100644
--- a/target/linux/bcm53xx/image/Makefile
+++ b/target/linux/bcm53xx/image/Makefile
@@ -276,6 +276,15 @@ define Device/tenda-ac9
endef
TARGET_DEVICES += tenda-ac9
+define Device/tplink-archer-c5-v2
+ DEVICE_TITLE := TP-LINK Archer C5 V2
+ DEVICE_PACKAGES := kmod-b43 $(USB2_PACKAGES)
+ IMAGES := bin
+ IMAGE/bin := append-rootfs | bcm53xx-tplink-safeloader
+ TPLINK_BOARD := ARCHER-C5-V2
+endef
+# TARGET_DEVICES += tplink-archer-c5-v2
+
define Device/tplink-archer-c9-v1
DEVICE_TITLE := TP-LINK Archer C9 V1
DEVICE_PACKAGES := $(USB3_PACKAGES)