diff options
author | John Crispin <john@openwrt.org> | 2015-04-01 08:31:26 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-04-01 08:31:26 +0000 |
commit | e078fbdacf120eb8da0bc7e4d1f8f90849c7f1d2 (patch) | |
tree | fed4ca4bb575e9bc06832dc75a029659a5658c24 /target | |
parent | bf828d3fd096df494f43dd53e2358ef511dc5775 (diff) | |
download | upstream-e078fbdacf120eb8da0bc7e4d1f8f90849c7f1d2.tar.gz upstream-e078fbdacf120eb8da0bc7e4d1f8f90849c7f1d2.tar.bz2 upstream-e078fbdacf120eb8da0bc7e4d1f8f90849c7f1d2.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
SVN-Revision: 45205
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 |