geos: remove unneeded modules The via-sata and gpio-nsc modules are both unneeded...
[librecmc/librecmc.git] / target / linux / x86 / geos / target.mk
index 9e6a3cb310671b2905633e8f7c76903e65436d3e..e1671beb244cb85ea729c3beec229110ab513ed6 100644 (file)
@@ -1,7 +1,9 @@
 BOARDNAME:=Traverse Geos
-FEATURES:=squashfs pci usb gpio
-DEFAULT_PACKAGES += kmod-ata-via-sata kmod-crypto-hw-geode \
-            kmod-gpio-cs5535 kmod-gpio-nsc \
+FEATURES:=squashfs jffs2 ext4 pci usb gpio
+GEOS_GPIO = $(if $(findstring 2.6.32,$(LINUX_VERSION)),gpio-cs5535,gpio-cs5535-new)
+DEFAULT_PACKAGES += \
+            kmod-crypto-hw-geode kmod-crypto-ocf \
+            kmod-$(GEOS_GPIO) \
             kmod-wdt-geode kmod-hwmon-core kmod-hwmon-lm90 \
             kmod-8139cp kmod-solos-pci \
             kmod-i2c-core kmod-i2c-gpio \
@@ -9,7 +11,11 @@ DEFAULT_PACKAGES += kmod-ata-via-sata kmod-crypto-hw-geode \
             kmod-usb-core kmod-usb2 kmod-usb-uhci \
             kmod-cfg80211 kmod-mac80211 \
             kmod-mppe kmod-pppoe kmod-pppoa kmod-pppol2tp \
-            kmod-ath kmod-ath5k kmod-ath9k
+            kmod-ath kmod-ath5k kmod-ath9k \
+            kmod-cpu-msr \
+            soloscli linux-atm br2684ctl bridge ppp ppp-mod-pppoa \
+            libopenssl ocf-crypto-headers zlib hwclock hostapd \
+            flashrom
 
 CS5535_MASK:=0x0E000048
 
@@ -20,6 +26,6 @@ define Target/Description
     Build firmware images for Traverse Geos board
 endef
 
-define KernelPackage/gpio-cs5535/install
-     sed -i -r -e 's/$$$$$$$$/ mask=$(CS5535_MASK)/' $(1)/etc/modules.d/??-gpio-cs5535
+define KernelPackage/$(GEOS_GPIO)/install
+     sed -i -r -e 's/$$$$$$$$/ mask=$(CS5535_MASK)/' $(1)/etc/modules.d/??-$(GEOS_GPIO)
 endef