projects
/
openwrt
/
staging
/
lynxis
/
omap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acfc6c1
)
ramips: add missing -Os cflag for mt7621
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 13 Jan 2015 00:34:49 +0000
(
00:34
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 13 Jan 2015 00:34:49 +0000
(
00:34
+0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43954
target/linux/ramips/mt7621/target.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/mt7621/target.mk
b/target/linux/ramips/mt7621/target.mk
index 4acf16eaae21ba4c9e8390d31d11b08d3794f798..1929d41fc17afe066a45b2e64dc878ebba509bed 100644
(file)
--- a/
target/linux/ramips/mt7621/target.mk
+++ b/
target/linux/ramips/mt7621/target.mk
@@
-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.