diff options
author | John Crispin <blogic@openwrt.org> | 2015-01-22 09:35:12 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-01-22 09:35:12 +0000 |
commit | 35d648cb2e6290899e37b50302c88e676452f402 (patch) | |
tree | 1f011b12ce3ded661501872667b057f3d767c241 /target/linux/ramips/rt305x | |
parent | fd6358859e241b4f2957e079d2cc7df9fcef6a09 (diff) | |
download | upstream-35d648cb2e6290899e37b50302c88e676452f402.tar.gz upstream-35d648cb2e6290899e37b50302c88e676452f402.tar.bz2 upstream-35d648cb2e6290899e37b50302c88e676452f402.zip |
ramips: improve and fix Memory 2 Move support
This patch is a follow up for my previous patch:
"ramips: add support for Intenso Memory 2 Move USB 3.0".
It fixes a couple of errors in the DTS (one of which broke
the gpio-buttons). The kmod-leds-gpio dependency has been
dropped as it is already part of the ramips target.
Furthermore the ramdisk/uImage image is generated by default
for the rt3050 subtarget. This image is needed to flash
OpenWrt for the first time onto the device via TFTP.
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44072 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/profiles/m2m.mk | 2 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/target.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/rt305x/profiles/m2m.mk b/target/linux/ramips/rt305x/profiles/m2m.mk index ea803baa25..1b13cc5068 100644 --- a/target/linux/ramips/rt305x/profiles/m2m.mk +++ b/target/linux/ramips/rt305x/profiles/m2m.mk @@ -8,7 +8,7 @@ define Profile/M2M NAME:=Intenso Memory 2 Move PACKAGES:=\ - kmod-ledtrig-netdev kmod-ledtrig-timer kmod-leds-gpio \ + kmod-ledtrig-netdev kmod-ledtrig-timer \ kmod-usb-core kmod-usb2 kmod-usb-storage kmod-scsi-core \ kmod-fs-ext4 kmod-fs-vfat block-mount endef diff --git a/target/linux/ramips/rt305x/target.mk b/target/linux/ramips/rt305x/target.mk index d0114c15c1..b97554fc7c 100644 --- a/target/linux/ramips/rt305x/target.mk +++ b/target/linux/ramips/rt305x/target.mk @@ -5,7 +5,7 @@ SUBTARGET:=rt305x BOARDNAME:=RT3x5x/RT5350 based boards ARCH_PACKAGES:=ramips_24kec -FEATURES+=usb +FEATURES+=usb ramdisk CPU_TYPE:=24kec CPU_SUBTYPE:=dsp |