diff options
author | John Crispin <john@openwrt.org> | 2015-01-22 09:35:12 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-01-22 09:35:12 +0000 |
commit | deb66a555e8856d253a5feb6620ae4d50f404e69 (patch) | |
tree | eb6efc148ec701d85c816c92ea98510cabdc8480 /target/linux/ramips/rt305x/target.mk | |
parent | ac5ede7116143af70b03be4624b26081574054d8 (diff) | |
download | mtk-20170518-deb66a555e8856d253a5feb6620ae4d50f404e69.zip mtk-20170518-deb66a555e8856d253a5feb6620ae4d50f404e69.tar.gz mtk-20170518-deb66a555e8856d253a5feb6620ae4d50f404e69.tar.bz2 |
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>
SVN-Revision: 44072
Diffstat (limited to 'target/linux/ramips/rt305x/target.mk')
-rw-r--r-- | target/linux/ramips/rt305x/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/rt305x/target.mk b/target/linux/ramips/rt305x/target.mk index d0114c1..b97554f 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 |