diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-08-26 19:54:08 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-08-26 19:54:08 +0000 |
commit | 0a67de680ba55243981c8849a7e9639177fc2d4f (patch) | |
tree | 6c5a7c322139dc057a90e786b40e3b548cf10b4a /target/linux/omap24xx/Makefile | |
parent | 85bd82d06fbe104573cea996f548a986b56788a7 (diff) | |
download | upstream-0a67de680ba55243981c8849a7e9639177fc2d4f.tar.gz upstream-0a67de680ba55243981c8849a7e9639177fc2d4f.tar.bz2 upstream-0a67de680ba55243981c8849a7e9639177fc2d4f.zip |
Improve n810 profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22817 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap24xx/Makefile')
-rw-r--r-- | target/linux/omap24xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap24xx/Makefile b/target/linux/omap24xx/Makefile index 901d24b5d1..29be9e1b8e 100644 --- a/target/linux/omap24xx/Makefile +++ b/target/linux/omap24xx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=omap24xx BOARDNAME:=TI OMAP-24xx -FEATURES:=squashfs jffs2 usb usbgadget +FEATURES:=targz squashfs jffs2 usb usbgadget display gpio audio LINUX_VERSION:=2.6.35.3 |