summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorHamish Guthrie <hcg@openwrt.org>2011-03-30 11:37:08 +0000
committerHamish Guthrie <hcg@openwrt.org>2011-03-30 11:37:08 +0000
commit3ae738ce751e3e9e32807dc1bcb633a5bb519fcb (patch)
treebd78fbef5d7d3f500e0c17180e831dbd2247a73b /target
parentdb9921a0c2aef8d9e5ccf740b9da8be2445c5915 (diff)
downloadmaster-31e0f0ae-3ae738ce751e3e9e32807dc1bcb633a5bb519fcb.tar.gz
master-31e0f0ae-3ae738ce751e3e9e32807dc1bcb633a5bb519fcb.tar.bz2
master-31e0f0ae-3ae738ce751e3e9e32807dc1bcb633a5bb519fcb.zip
Update filesystem selection
SVN-Revision: 26366
Diffstat (limited to 'target')
-rw-r--r--target/linux/omap35xx/Makefile2
-rw-r--r--target/linux/omap35xx/gumstix/profiles/000-hegw.mk4
-rw-r--r--target/linux/omap35xx/gumstix/profiles/001-vpp.mk4
3 files changed, 3 insertions, 7 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
diff --git a/target/linux/omap35xx/gumstix/profiles/000-hegw.mk b/target/linux/omap35xx/gumstix/profiles/000-hegw.mk
index 0499670490..d65372c52c 100644
--- a/target/linux/omap35xx/gumstix/profiles/000-hegw.mk
+++ b/target/linux/omap35xx/gumstix/profiles/000-hegw.mk
@@ -5,13 +5,11 @@
# See /LICENSE for more information.
#
-FEATURES:=ubifs
-
define Profile/Gumstix
NAME:=hegw
PACKAGES:=-iptables -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
-firewall -mtd -hotplug2 -udevtrigger -dropbear \
- ext4 ubifs usb udev kmod-bluetooth ntpclient wpa-supplicant \
+ usb udev kmod-bluetooth ntpclient wpa-supplicant \
wireless-tools wpa-cli \
bluez-utils bluez-hcidump usbutils \
kmod-usb-serial kmod-usb-serial-cp210x kmod-usb-serial-ftdi \
diff --git a/target/linux/omap35xx/gumstix/profiles/001-vpp.mk b/target/linux/omap35xx/gumstix/profiles/001-vpp.mk
index cfa5f232ab..fbaf7ea603 100644
--- a/target/linux/omap35xx/gumstix/profiles/001-vpp.mk
+++ b/target/linux/omap35xx/gumstix/profiles/001-vpp.mk
@@ -5,13 +5,11 @@
# See /LICENSE for more information.
#
-FEATURES:=ubifs
-
define Profile/Vpp
NAME:=vpp
PACKAGES:=-iptables -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
-firewall -mtd -hotplug2 -udevtrigger -dropbear \
- ext4 ubifs usb udev kmod-bluetooth ntpclient wpa-supplicant \
+ usb udev kmod-bluetooth ntpclient wpa-supplicant \
wireless-tools wpa-cli \
bluez-utils bluez-hcidump usbutils \
kmod-usb-serial kmod-usb-serial-cp210x kmod-usb-serial-ftdi \