aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap35xx/gumstix/profiles
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
commit40a4e53e18122a2003637d60afd293d007e1cecf (patch)
treee6af19e7892c83738c649be4b9b90625dea0665d /target/linux/omap35xx/gumstix/profiles
parent910f61bbdb2b5c4fe541b8720fdf268b891c72ea (diff)
downloadmaster-187ad058-40a4e53e18122a2003637d60afd293d007e1cecf.tar.gz
master-187ad058-40a4e53e18122a2003637d60afd293d007e1cecf.tar.bz2
master-187ad058-40a4e53e18122a2003637d60afd293d007e1cecf.zip
[gumstix] Add support for ubifs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25310 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap35xx/gumstix/profiles')
-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