diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-06 00:52:55 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-06 00:52:55 +0000 |
commit | 3f29a12bbae4d3240638ae3fbcf60f8f10ce994f (patch) | |
tree | 4289c146e8d4566579e26f1ec8af9b0cebb2b359 | |
parent | 348dd2af51a9f697cc73f8222c9cc485c64956ee (diff) | |
download | mtk-20170518-3f29a12bbae4d3240638ae3fbcf60f8f10ce994f.zip mtk-20170518-3f29a12bbae4d3240638ae3fbcf60f8f10ce994f.tar.gz mtk-20170518-3f29a12bbae4d3240638ae3fbcf60f8f10ce994f.tar.bz2 |
re-enable alsa and openswan on brcm-2.6 (disabled by [2321]) to be able to reproduce #7 and #8
SVN-Revision: 2341
-rw-r--r-- | openwrt/target/linux/package/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index a3d06b7..db63d4f 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 |