mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 13:41:32 +02: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:
parent
88e6d938be
commit
76e0390eb3
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user