From e33dcd1cfe105cb0e1ad09887144e4911eac653f Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Sat, 8 Oct 2016 03:36:35 +0200 Subject: ar71xx: add support for YunCore CPE830 CPE830 is a clone of AP90Q, with different type of antenna (panel) and additional 4 LEDs for WiFi signal level indication. Use the same flash approach as for YunCore AP90Q. Signed-off-by: Piotr Dymacz --- target/linux/ar71xx/image/generic.mk | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/ar71xx/image/generic.mk') diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index 0b8a216a25..331509a15a 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -80,6 +80,14 @@ define Device/cf-e530n endef TARGET_DEVICES += cf-e530n +define Device/cpe830 + $(Device/ap90q) + DEVICE_TITLE := YunCore CPE830 + DEVICE_PACKAGES := rssileds + BOARDNAME = CPE830 +endef +TARGET_DEVICES += cpe830 + define Device/cpe870 DEVICE_TITLE := YunCore CPE870 DEVICE_PACKAGES := rssileds -- cgit v1.2.3