From 0af487033e6af390686ed2bc693beab7b467eaf3 Mon Sep 17 00:00:00 2001 From: Christian Mehlis Date: Tue, 28 Mar 2017 21:14:49 +0200 Subject: ar71xx: move Compex WPJ344 to generic build target Signed-off-by: Christian Mehlis --- target/linux/ar71xx/image/generic.mk | 10 ++++++++++ 1 file changed, 10 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 434ae695aa..54835a5634 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -790,6 +790,16 @@ define Device/bhr-4grv2 endef TARGET_DEVICES += bhr-4grv2 +define Device/wpj344 + DEVICE_TITLE := Compex WPJ344 (16MB flash) + DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport + BOARDNAME := WPJ344 + MTDPARTS := spi0.0:192k(u-boot)ro,16128k(firmware),64k(art)ro + IMAGE_SIZE := 16128k + CONSOLE := ttyS0,115200 +endef +TARGET_DEVICES += wpj344 + define Device/wpj531 DEVICE_TITLE := Compex WPJ531 (16MB flash) DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport -- cgit v1.2.3