From 419fa7a15f04c03788de956d6c8eb1ade2346be9 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sun, 30 Jul 2017 11:08:03 +0200 Subject: 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 --- target/linux/ramips/image/rt305x.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/image') 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 -- cgit v1.2.3