diff options
author | John Crispin <blogic@openwrt.org> | 2013-05-07 10:58:30 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-05-07 10:58:30 +0000 |
commit | 3ea1a86b5db7412076ad217183688b2e5afc335f (patch) | |
tree | fdb7e1b8cbe6ab52af958cad4fbfd0a39efb9c64 /target/linux/ramips/rt305x/target.mk | |
parent | 47fcfd999d03bc4e293c6e9f0e7b0c172861570d (diff) | |
download | upstream-3ea1a86b5db7412076ad217183688b2e5afc335f.tar.gz upstream-3ea1a86b5db7412076ad217183688b2e5afc335f.tar.bz2 upstream-3ea1a86b5db7412076ad217183688b2e5afc335f.zip |
ramips: properly setup the FEATURES variable
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36571 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt305x/target.mk')
-rw-r--r-- | target/linux/ramips/rt305x/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/target.mk b/target/linux/ramips/rt305x/target.mk index b4516caa86..cd5baa8ac9 100644 --- a/target/linux/ramips/rt305x/target.mk +++ b/target/linux/ramips/rt305x/target.mk @@ -5,6 +5,7 @@ SUBTARGET:=rt305x BOARDNAME:=RT305x based boards ARCH_PACKAGES:=ramips_24kec +FEATURES+=usb CFLAGS+= -march=24kec -mdsp define Target/Description |