diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-08-25 17:35:34 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-08-25 17:35:34 +0000 |
commit | 7a8066735d7694d6b782aa76daa6a3be8a7fb60c (patch) | |
tree | 92d5fc08a6a414786ca9f4849aa5b425d7622027 /target/linux/omap24xx/Makefile | |
parent | 5106eb903abb9b14491e2b3eb7c79afe578d2642 (diff) | |
download | upstream-7a8066735d7694d6b782aa76daa6a3be8a7fb60c.tar.gz upstream-7a8066735d7694d6b782aa76daa6a3be8a7fb60c.tar.bz2 upstream-7a8066735d7694d6b782aa76daa6a3be8a7fb60c.zip |
Add usb gadget feature flag
SVN-Revision: 22798
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 81b59a822b..901d24b5d1 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 +FEATURES:=squashfs jffs2 usb usbgadget LINUX_VERSION:=2.6.35.3 |