1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 10:28:33 +03:00

disable alsa and openswan on brcm-2.6

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2321 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-11-03 04:28:44 +00:00
parent 88e6d938be
commit 76e0390eb3
3 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_KMOD_ALSA
prompt "kmod-alsa......................... Alsa Sound Drivers"
prompt "kmod-alsa......................... Alsa Sound Drivers (FIXME, does not build on 2.6/mipsel)" if BR2_LINUX_2_6_BRCM
tristate
default m if CONFIG_DEVEL
depends BR2_PACKAGE_KMOD_USB_CONTROLLER

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_KMOD_OPENSWAN
prompt "kmod-openswan..................... Openswan kernel module"
prompt "kmod-openswan..................... Openswan kernel module (FIXME, does not build on 2.6/mipsel)" if BR2_LINUX_2_6_BRCM
tristate
default m if CONFIG_DEVEL
help