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 | 945d651a49412642fe5e45656aae0aff71ac78ea (patch) | |
tree | fe8ea95ea17c04ccc05db412e60eb1da5f0e8917 /target/linux/omap35xx/Makefile | |
parent | ca250ce8c5f0730fcb4281de4ddc215c1b880b9a (diff) | |
download | upstream-945d651a49412642fe5e45656aae0aff71ac78ea.tar.gz upstream-945d651a49412642fe5e45656aae0aff71ac78ea.tar.bz2 upstream-945d651a49412642fe5e45656aae0aff71ac78ea.zip |
[omap35xx] Update filesystem selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26366 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |