diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-03 04:28:44 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-03 04:28:44 +0000 |
commit | 4d2c00455f9e51acb74f649615c2403ebcd72beb (patch) | |
tree | 47c5f8f19bed3abb339f618112e54e4bda74f1d3 /openwrt/target/linux/package/alsa | |
parent | 863bd41e5e0dfe3dfb93dfb08fd4916549f7bf2b (diff) | |
download | mtk-20170518-4d2c00455f9e51acb74f649615c2403ebcd72beb.zip mtk-20170518-4d2c00455f9e51acb74f649615c2403ebcd72beb.tar.gz mtk-20170518-4d2c00455f9e51acb74f649615c2403ebcd72beb.tar.bz2 |
disable alsa and openswan on brcm-2.6
SVN-Revision: 2321
Diffstat (limited to 'openwrt/target/linux/package/alsa')
-rw-r--r-- | openwrt/target/linux/package/alsa/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/alsa/Config.in b/openwrt/target/linux/package/alsa/Config.in index 62dd21b..a68be7a 100644 --- a/openwrt/target/linux/package/alsa/Config.in +++ b/openwrt/target/linux/package/alsa/Config.in @@ -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 |