From: nico Date: Sun, 6 Nov 2005 00:52:55 +0000 (+0000) Subject: re-enable alsa and openswan on brcm-2.6 (disabled by [2321]) to be able to reproduce... X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/bf08d5d5b33a09e8d58cbe8cf2613cd8e5d7f3de 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 --- 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