projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbfca35
)
add sound feature
author
Florian Fainelli
<florian@openwrt.org>
Mon, 10 Dec 2012 21:05:48 +0000
(21:05 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 10 Dec 2012 21:05:48 +0000
(21:05 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34621
target/linux/ep93xx/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ep93xx/Makefile
b/target/linux/ep93xx/Makefile
index 329687e4094cf2b9834579b8fd044493133bfb1f..2c5372631b1b1bfd6fc06fb648438e12f832ba90 100644
(file)
--- a/
target/linux/ep93xx/Makefile
+++ b/
target/linux/ep93xx/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=ep93xx
BOARDNAME:=Cirrus Logic EP93xx
-FEATURES:=squashfs jffs2 ext4 targz usb display
+FEATURES:=squashfs jffs2 ext4 targz usb display
sound
CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves
MAINTAINER:=Florian Fainelli <florian@openwrt.org>