ar71xx: image: simplify Embedded Wireless definitions
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
parent
a679a45f0e
commit
54b1be5f91
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue