mirror of https://github.com/hak5/openwrt-owl.git
ramips: add missing -Os cflag for mt7621
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43954owl
parent
acfc6c153b
commit
bc78885e70
|
@ -8,7 +8,7 @@ ARCH_PACKAGES:=ramips_1004kc
|
|||
FEATURES+=usb
|
||||
CPU_TYPE:=1004kc
|
||||
CPU_SUBTYPE:=dsp
|
||||
CFLAGS:=-pipe -mmt -mips32r2 -mtune=1004kc
|
||||
CFLAGS:=-Os -pipe -mmt -mips32r2 -mtune=1004kc
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for Ralink MT7621 based boards.
|
||||
|
|
Loading…
Reference in New Issue