summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-03 04:28:44 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-03 04:28:44 +0000
commit01cc5f0284a47c790f9ab73cea10e09b24816edd (patch)
treed3e5ac7492f56c32dd971ab248f379f62e185508 /openwrt/target/linux/package/Makefile
parent5c8a9ed64d4bccdc01eec87d3f8702484fa43a85 (diff)
disable alsa and openswan on brcm-2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2321 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/Makefile')
-rw-r--r--openwrt/target/linux/package/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile
index db63d4f57..a3d06b71d 100644
--- a/openwrt/target/linux/package/Makefile
+++ b/openwrt/target/linux/package/Makefile
@@ -2,13 +2,17 @@
include $(TOPDIR)/rules.mk
ifneq ($(BOARD),ar7)
+ifneq ($(BOARD)-$(KERNEL),brcm-2.6)
package-$(BR2_PACKAGE_KMOD_ALSA) += alsa
endif
+endif
package-$(BR2_PACKAGE_KMOD_FUSE) += fuse
package-$(BR2_PACKAGE_KMOD_HOSTAP) += hostap
package-$(BR2_PACKAGE_KMOD_MADWIFI) += madwifi
package-$(BR2_PACKAGE_KMOD_MINI_FO) += mini_fo
+ifneq ($(BOARD)-$(KERNEL),brcm-2.6)
package-$(BR2_PACKAGE_KMOD_OPENSWAN) += openswan
+endif
package-$(BR2_PACKAGE_KMOD_SHFS) += shfs
package-y += base-files