diff options
author | Mathias Kresin <dev@kresin.me> | 2017-07-30 11:16:09 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-08-03 00:11:25 +0200 |
commit | b82ac84229eb322df97ca7d29edd780b303915a6 (patch) | |
tree | a04632dedb9a5e65244a3e4492ec71183db4ce57 /target/linux/ramips/image/rt305x.mk | |
parent | 861b867d9c829683f3fc96d019dcc170aa19a3d2 (diff) | |
download | upstream-b82ac84229eb322df97ca7d29edd780b303915a6.tar.gz upstream-b82ac84229eb322df97ca7d29edd780b303915a6.tar.bz2 upstream-b82ac84229eb322df97ca7d29edd780b303915a6.zip |
ramips: drop AsiaRF AWM003 eval board
Everything is identical to the AWM002 8m eval board. No need to
duplicate it once more.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/image/rt305x.mk')
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 0735798a87..013f6c1178 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -144,18 +144,12 @@ TARGET_DEVICES += awm002-evb-4M define Device/awm002-evb-8M DTS := AWM002-EVB-8M - DEVICE_TITLE := AsiaRF AWM002-EVB (8M) + DEVICE_TITLE := AsiaRF AWM002-EVB (8M)/AsiaRF AWM003 EVB DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \ kmod-i2c-core kmod-i2c-gpio endef TARGET_DEVICES += awm002-evb-8M -define Device/awm003-evb - DTS := AWM003-EVB - DEVICE_TITLE := AsiaRF AWM003 EVB -endef -TARGET_DEVICES += awm003-evb - define Device/awapn2403 DTS := AWAPN2403 BLOCKSIZE := 4k |