diff options
author | Mathias Kresin <dev@kresin.me> | 2017-07-30 11:08:03 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-08-03 00:11:25 +0200 |
commit | 419fa7a15f04c03788de956d6c8eb1ade2346be9 (patch) | |
tree | 6669d201eaf3077cb45f5918911f96e3cb8f7913 /target/linux/ramips/image/rt305x.mk | |
parent | b82ac84229eb322df97ca7d29edd780b303915a6 (diff) | |
download | upstream-419fa7a15f04c03788de956d6c8eb1ade2346be9.tar.gz upstream-419fa7a15f04c03788de956d6c8eb1ade2346be9.tar.bz2 upstream-419fa7a15f04c03788de956d6c8eb1ade2346be9.zip |
ramips: cleanup AsiaRF AWM002 eval board support
Cleanup the dtsi files and remove one layer of dtsi. Set the size of
the firmware partition to a value matching the flash size from the
board (variant) name.
Remove the usb led trigger. There is neither a default config for the
usb led trigger nor a LED for usb activity indication.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 013f6c1178..4e82eb48a9 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -137,7 +137,7 @@ define Device/awm002-evb-4M DTS := AWM002-EVB-4M IMAGE_SIZE := $(ralink_default_fw_size_4M) DEVICE_TITLE := AsiaRF AWM002-EVB (4M) - DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \ + DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 \ kmod-i2c-core kmod-i2c-gpio endef TARGET_DEVICES += awm002-evb-4M @@ -145,7 +145,7 @@ TARGET_DEVICES += awm002-evb-4M define Device/awm002-evb-8M DTS := 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 \ + DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 \ kmod-i2c-core kmod-i2c-gpio endef TARGET_DEVICES += awm002-evb-8M |