diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2011-03-30 11:37:08 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2011-03-30 11:37:08 +0000 |
commit | 3ae738ce751e3e9e32807dc1bcb633a5bb519fcb (patch) | |
tree | bd78fbef5d7d3f500e0c17180e831dbd2247a73b /target/linux/omap35xx/Makefile | |
parent | db9921a0c2aef8d9e5ccf740b9da8be2445c5915 (diff) | |
download | upstream-3ae738ce751e3e9e32807dc1bcb633a5bb519fcb.tar.gz upstream-3ae738ce751e3e9e32807dc1bcb633a5bb519fcb.tar.bz2 upstream-3ae738ce751e3e9e32807dc1bcb633a5bb519fcb.zip |
Update filesystem selection
SVN-Revision: 26366
Diffstat (limited to 'target/linux/omap35xx/Makefile')
-rw-r--r-- | target/linux/omap35xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap35xx/Makefile b/target/linux/omap35xx/Makefile index acf40e4494..aecbd28e42 100644 --- a/target/linux/omap35xx/Makefile +++ b/target/linux/omap35xx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=omap35xx BOARDNAME:=TI OMAP35xx -FEATURES:=broken +FEATURES:=ubifs targz broken SUBTARGETS=beagleboard gumstix LINUX_VERSION:=2.6.32.33 |