From: Nicolas Thill 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.librecmc.org/?a=commitdiff_plain;h=3f29a12bbae4d3240638ae3fbcf60f8f10ce994f;p=librecmc%2Flibrecmc.git re-enable alsa and openswan on brcm-2.6 (disabled by [2321]) to be able to reproduce #7 and #8 SVN-Revision: 2341 --- diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index a3d06b71d1..db63d4f577 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/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