mirror of https://github.com/hak5/openwrt-owl.git
ramips: properly setup the FEATURES variable
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36571owl
parent
29d4c36622
commit
16a17b318a
|
@ -5,6 +5,7 @@
|
||||||
SUBTARGET:=rt305x
|
SUBTARGET:=rt305x
|
||||||
BOARDNAME:=RT305x based boards
|
BOARDNAME:=RT305x based boards
|
||||||
ARCH_PACKAGES:=ramips_24kec
|
ARCH_PACKAGES:=ramips_24kec
|
||||||
|
FEATURES+=usb
|
||||||
CFLAGS+= -march=24kec -mdsp
|
CFLAGS+= -march=24kec -mdsp
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
SUBTARGET:=rt3883
|
SUBTARGET:=rt3883
|
||||||
BOARDNAME:=RT3662/RT3883 based boards
|
BOARDNAME:=RT3662/RT3883 based boards
|
||||||
ARCH_PACKAGES:=ramips_24kec
|
ARCH_PACKAGES:=ramips_24kec
|
||||||
ARCH_SUFFIX:=dspr2
|
FEATURES+=usb pci
|
||||||
CFLAGS+= -march=24kec -mdspr2
|
CFLAGS+= -march=24kec -mdspr2
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
|
|
Loading…
Reference in New Issue