summaryrefslogtreecommitdiffstats
path: root/target/linux/omap35xx/gumstix/profiles/gumstix.mk
diff options
context:
space:
mode:
authorHamish Guthrie <hcg@openwrt.org>2011-02-02 14:58:30 +0000
committerHamish Guthrie <hcg@openwrt.org>2011-02-02 14:58:30 +0000
commit1781e8ed26299d6f851c62a809f9ab856652cc72 (patch)
tree075b1467cdc6e2d61876a18eee287f58ee084771 /target/linux/omap35xx/gumstix/profiles/gumstix.mk
parent023322c8a262443c11997b70ead98b2750e673f0 (diff)
downloadmaster-31e0f0ae-1781e8ed26299d6f851c62a809f9ab856652cc72.tar.gz
master-31e0f0ae-1781e8ed26299d6f851c62a809f9ab856652cc72.tar.bz2
master-31e0f0ae-1781e8ed26299d6f851c62a809f9ab856652cc72.zip
Add support for ubifs
SVN-Revision: 25310
Diffstat (limited to 'target/linux/omap35xx/gumstix/profiles/gumstix.mk')
-rw-r--r--target/linux/omap35xx/gumstix/profiles/gumstix.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/omap35xx/gumstix/profiles/gumstix.mk b/target/linux/omap35xx/gumstix/profiles/gumstix.mk
index c4e94796fb..0eae28216e 100644
--- a/target/linux/omap35xx/gumstix/profiles/gumstix.mk
+++ b/target/linux/omap35xx/gumstix/profiles/gumstix.mk
@@ -5,6 +5,8 @@
# See /LICENSE for more information.
#
+FEATURES:=ubifs
+
define Profile/Gumstix
NAME:=gumstix
PACKAGES:=-iptables -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
@@ -18,7 +20,7 @@ define Profile/Gumstix
crda iw kmod-usb-hid \
kmod-usb-storage kmod-usb-storage-extras \
kmod-fs-vfat \
- hegw hegwtest
+ hegw hegwtest mtd-utils
endef
define Profile/Gumstix/Description