diff options
author | John Crispin <blogic@openwrt.org> | 2015-04-01 08:31:26 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-04-01 08:31:26 +0000 |
commit | fca6f40539ccf88dcc2be3e483a342fa8f6bf13e (patch) | |
tree | 3441d37d0aca8d0409fcde88ed4a5fc131e816d5 /target | |
parent | af4bf61297b75bce35c821ac77c62fb30fa711f8 (diff) | |
download | master-187ad058-fca6f40539ccf88dcc2be3e483a342fa8f6bf13e.tar.gz master-187ad058-fca6f40539ccf88dcc2be3e483a342fa8f6bf13e.tar.bz2 master-187ad058-fca6f40539ccf88dcc2be3e483a342fa8f6bf13e.zip |
kernel: add missing symbols to config and modules
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
v2: changes in input.mk broke the patch, some of the CONFIG_SND_*
stuff was added already
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45205 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-4.0 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0 index 3e8bdad7bc..5e12b3b3f7 100644 --- a/target/linux/generic/config-4.0 +++ b/target/linux/generic/config-4.0 @@ -3694,6 +3694,7 @@ CONFIG_SND_PCM_OSS_PLUGINS=y # CONFIG_SND_RME32 is not set # CONFIG_SND_RME96 is not set # CONFIG_SND_RME9652 is not set +# CONFIG_SND_SE6X is not set # CONFIG_SND_RTCTIMER is not set # CONFIG_SND_SB16 is not set # CONFIG_SND_SB8 is not set |