From 6998b8a054a48a598cf961c785f311c6f71408cd Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Wed, 23 Nov 2016 16:34:31 +0100 Subject: ar71xx: move DomyWifi DW33D to nand subtarget This device uses NAND FLASH, so it should be kept in nand subtarget. Also, inlcude in packages kmod-usb-ledtrig-usbport instead of obsolete kmod-ledtrig-usbdev. Signed-off-by: Piotr Dymacz --- target/linux/ar71xx/image/generic.mk | 11 ----------- 1 file changed, 11 deletions(-) (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 331509a15a..6ceabeb288 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -98,17 +98,6 @@ define Device/cpe870 endef TARGET_DEVICES += cpe870 -define Device/domywifi-dw33d - DEVICE_TITLE := DomyWifi DW33D - DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-storage kmod-ledtrig-usbdev kmod-ath10k - BOARDNAME = DW33D - IMAGE_SIZE = 16000k - CONSOLE = ttyS0,115200 - MTDPARTS = spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,14528k(rootfs),1472k(kernel),64k(art)ro,16000k@0x50000(firmware);ar934x-nfc:96m(rootfs_data),32m(backup)ro - IMAGE/sysupgrade.bin = append-rootfs | pad-rootfs | pad-to 14528k | append-kernel | check-size $$$$(IMAGE_SIZE) -endef -TARGET_DEVICES += domywifi-dw33d - define Device/dragino2 BOARDNAME := DRAGINO2 CONSOLE := ttyATH0,115200 -- cgit v1.2.3