diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-06 00:52:55 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-06 00:52:55 +0000 |
commit | bf08d5d5b33a09e8d58cbe8cf2613cd8e5d7f3de (patch) | |
tree | 0fc226011d89253c33621c592bd536dd755ebf60 | |
parent | 8c06abf68a3b81d94eae0edb3f52d06fadf01455 (diff) |
re-enable alsa and openswan on brcm-2.6 (disabled by [2321]) to be able to reproduce #7 and #8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2341 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/package/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/package/Makefile b/target/linux/package/Makefile index a3d06b71d..db63d4f57 100644 --- a/target/linux/package/Makefile +++ b/target/linux/package/Makefile @@ -2,17 +2,13 @@ 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 |