summaryrefslogtreecommitdiffstats
path: root/target/linux/x86
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-05-03 21:18:12 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-05-03 21:18:12 +0000
commitae5435adc9997342989b3b9473298a630a196d2a (patch)
tree9b5cc07af7dade93d4d0608f484b57035dbbf766 /target/linux/x86
parent29392373f30a0b5109a2a54cc9cbfc8742ee2d4d (diff)
downloadmaster-31e0f0ae-ae5435adc9997342989b3b9473298a630a196d2a.tar.gz
master-31e0f0ae-ae5435adc9997342989b3b9473298a630a196d2a.tar.bz2
master-31e0f0ae-ae5435adc9997342989b3b9473298a630a196d2a.zip
geos: remove unneeded modules The via-sata and gpio-nsc modules are both unneeded on the Geos platform.
SVN-Revision: 26811
Diffstat (limited to 'target/linux/x86')
-rw-r--r--target/linux/x86/geos/target.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86/geos/target.mk b/target/linux/x86/geos/target.mk
index b89a128fe3..e1671beb24 100644
--- a/target/linux/x86/geos/target.mk
+++ b/target/linux/x86/geos/target.mk
@@ -1,9 +1,9 @@
BOARDNAME:=Traverse Geos
FEATURES:=squashfs jffs2 ext4 pci usb gpio
GEOS_GPIO = $(if $(findstring 2.6.32,$(LINUX_VERSION)),gpio-cs5535,gpio-cs5535-new)
-DEFAULT_PACKAGES += kmod-ata-via-sata \
+DEFAULT_PACKAGES += \
kmod-crypto-hw-geode kmod-crypto-ocf \
- kmod-$(GEOS_GPIO) kmod-gpio-nsc \
+ kmod-$(GEOS_GPIO) \
kmod-wdt-geode kmod-hwmon-core kmod-hwmon-lm90 \
kmod-8139cp kmod-solos-pci \
kmod-i2c-core kmod-i2c-gpio \