diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2017-11-23 14:27:39 +0100 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2018-01-15 00:12:13 +0100 |
commit | 6cf682e214910e0bbef440f372fd63590733a24b (patch) | |
tree | 18f40c3afc983ce794e4d40c3e14dc451d84ffc8 /target/linux/ar71xx/image/generic.mk | |
parent | a85db951db31c607f423747842e3d1d102c8fc9a (diff) | |
download | upstream-6cf682e214910e0bbef440f372fd63590733a24b.tar.gz upstream-6cf682e214910e0bbef440f372fd63590733a24b.tar.bz2 upstream-6cf682e214910e0bbef440f372fd63590733a24b.zip |
ar71xx: image: move Sitecom WLR-8100 from legacy to generic
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/image/generic.mk')
-rw-r--r-- | target/linux/ar71xx/image/generic.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index b7956ff54e..65a7eb79c0 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -980,6 +980,16 @@ define Device/bhr-4grv2 endef TARGET_DEVICES += bhr-4grv2 +define Device/wlr8100 + DEVICE_TITLE := Sitecom WLR-8100 + DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-usb3 \ + kmod-ath10k ath10k-firmware-qca988x + BOARDNAME := WLR8100 + IMAGE_SIZE := 15424k + MTDPARTS := spi0.0:192k(u-boot)ro,64k(u-boot-env)ro,15424k(firmware),256k(manufacture)ro,64k(backup)ro,320k(storage)ro,64k(art)ro +endef +TARGET_DEVICES += wlr8100 + define Device/wpj-16m DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport MTDPARTS := spi0.0:192k(u-boot)ro,16128k(firmware),64k(art)ro |