Browse Source

add sound feature

Signed-off-by: Florian Fainelli <[email protected]>

SVN-Revision: 34621
Florian Fainelli 13 years ago
parent
commit
17c76e5ca8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ep93xx/Makefile

+ 1 - 1
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 <[email protected]>