diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 15:27:00 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 15:27:00 +0000 |
| commit | 7486d2e8d5b442143ce94c0524e86a67b5c338b9 (patch) | |
| tree | f2283b12ee5555d45168f469f97222fc17c47ec3 /openwrt/package/alsa/Config.in | |
| parent | 9d4ba07b77f5fab19e1be47ea8b3990b9ed8b44e (diff) | |
| download | mtk-20170518-7486d2e8d5b442143ce94c0524e86a67b5c338b9.zip mtk-20170518-7486d2e8d5b442143ce94c0524e86a67b5c338b9.tar.gz mtk-20170518-7486d2e8d5b442143ce94c0524e86a67b5c338b9.tar.bz2 | |
move alsa from target/linux/package to package, add compile fix for linux 2.4
SVN-Revision: 3862
Diffstat (limited to 'openwrt/package/alsa/Config.in')
| -rw-r--r-- | openwrt/package/alsa/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/alsa/Config.in b/openwrt/package/alsa/Config.in new file mode 100644 index 0000000..55d9abd --- /dev/null +++ b/openwrt/package/alsa/Config.in @@ -0,0 +1,9 @@ +config PACKAGE_KMOD_ALSA + prompt "kmod-alsa......................... Alsa Sound Drivers" + tristate + depends LINUX_2_4_X86 || LINUX_2_4_BRCM || LINUX_2_6_X86 || LINUX_2_6_BRCM + depends PACKAGE_KMOD_USB_CONTROLLER + select PACKAGE_KMOD_SOUNDCORE + default m if DEVEL + help + Alsa Drivers for USB Soundcards |
