From: Florian Fainelli <florian@openwrt.org>
Date: Mon, 10 Dec 2012 21:05:48 +0000 (+0000)
Subject: add sound feature
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=17c76e5ca80c2848cb10196a1b2938199ef8376d;p=openwrt%2Fstaging%2Fwigyori.git

add sound feature

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

SVN-Revision: 34621
---

diff --git a/target/linux/ep93xx/Makefile b/target/linux/ep93xx/Makefile
index 329687e409..2c5372631b 100644
--- 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>