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 | e483dd283690de4fe411b8400ca833d425330dfc (patch) | |
tree | ec45aa39208fafef76bcd9ab715bea694e4c0e96 /target/linux/omap24xx/Makefile | |
parent | 76d517b6299e7fde412e944164081b499ba6e2ca (diff) | |
download | upstream-e483dd283690de4fe411b8400ca833d425330dfc.tar.gz upstream-e483dd283690de4fe411b8400ca833d425330dfc.tar.bz2 upstream-e483dd283690de4fe411b8400ca833d425330dfc.zip |
Improve n810 profile
SVN-Revision: 22817
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 |