add sound feature

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 34621
lede-17.01
Florian Fainelli 2012-12-10 21:05:48 +00:00
parent cbfca35c76
commit 17c76e5ca8
1 changed files with 1 additions and 1 deletions

View File

@ -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>