aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/image
diff options
context:
space:
mode:
authorPiotr Dymacz <pepe2k@gmail.com>2018-02-05 18:57:55 +0100
committerPiotr Dymacz <pepe2k@gmail.com>2018-02-22 18:53:22 +0100
commit54b1be5f91f1b2fa1d59b1b86849e04ecae34668 (patch)
treeb5dbe93f7d5bbc57337394cbd93d1711d6e5f509 /target/linux/ar71xx/image
parenta679a45f0e9d64cb59f1533ecaca39a5d826f92d (diff)
downloadupstream-54b1be5f91f1b2fa1d59b1b86849e04ecae34668.tar.gz
upstream-54b1be5f91f1b2fa1d59b1b86849e04ecae34668.tar.bz2
upstream-54b1be5f91f1b2fa1d59b1b86849e04ecae34668.zip
ar71xx: image: simplify Embedded Wireless definitions
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r--target/linux/ar71xx/image/generic.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk
index 5a7b89e3c9..7440ba7975 100644
--- a/target/linux/ar71xx/image/generic.mk
+++ b/target/linux/ar71xx/image/generic.mk
@@ -358,22 +358,17 @@ endef
TARGET_DEVICES += ew-balin
define Device/ew-dorin
+ $(Device/ew-balin)
DEVICE_TITLE := Embedded Wireless Dorin Platform
- DEVICE_PACKAGES := kmod-usb-core kmod-usb-chipidea
BOARDNAME := EW-DORIN
CONSOLE := ttyATH0,115200
- IMAGE_SIZE := 16000k
- MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env),16000k(firmware),64k(art)ro
endef
TARGET_DEVICES += ew-dorin
define Device/ew-dorin-router
+ $(Device/ew-dorin)
DEVICE_TITLE := Embedded Wireless Dorin Router Platform
- DEVICE_PACKAGES := kmod-usb-core kmod-usb-chipidea
BOARDNAME := EW-DORIN-ROUTER
- CONSOLE := ttyATH0,115200
- IMAGE_SIZE := 16000k
- MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env),16000k(firmware),64k(art)ro
endef
TARGET_DEVICES += ew-dorin-router