diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-03 21:18:12 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-03 21:18:12 +0000 |
commit | 15f719295ee782f4241c007e457eade247866ead (patch) | |
tree | 277a2a93bcb05e30e0e544b86418b788c90938b5 /target/linux/x86/geos | |
parent | a25fe1d267f0e4b7067af69877c1f69592321830 (diff) |
[PATCH] geos: remove unneeded modules
The via-sata and gpio-nsc modules are both unneeded on the Geos platform.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26811 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/geos')
-rw-r--r-- | target/linux/x86/geos/target.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86/geos/target.mk b/target/linux/x86/geos/target.mk index b89a128fe..e1671beb2 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 \ |