diff options
author | Jonas Gorski <jogo@openwrt.org> | 2011-08-03 23:28:00 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2011-08-03 23:28:00 +0000 |
commit | 3b36e83a295f3c152a7e2dff9bd6e293a468d5ea (patch) | |
tree | d6a13ece7df5cf9e5b1d763d52396f5a9036de9b | |
parent | 4543f6d6597150e4a0908d29033655f339e99f70 (diff) | |
download | upstream-3b36e83a295f3c152a7e2dff9bd6e293a468d5ea.tar.gz upstream-3b36e83a295f3c152a7e2dff9bd6e293a468d5ea.tar.bz2 upstream-3b36e83a295f3c152a7e2dff9bd6e293a468d5ea.zip |
generic: Add missing config symbol
SVN-Revision: 27887
-rw-r--r-- | target/linux/generic/config-2.6.39 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.0 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.39 b/target/linux/generic/config-2.6.39 index 411cafd499..20166189a2 100644 --- a/target/linux/generic/config-2.6.39 +++ b/target/linux/generic/config-2.6.39 @@ -2405,6 +2405,7 @@ CONFIG_SND_DRIVERS=y # CONFIG_SND_ES18XX is not set # CONFIG_SND_ES1938 is not set # CONFIG_SND_ES1968 is not set +# CONFIG_SND_FIREWIRE is not set # CONFIG_SND_FM801 is not set # CONFIG_SND_GINA20 is not set # CONFIG_SND_GINA24 is not set diff --git a/target/linux/generic/config-3.0 b/target/linux/generic/config-3.0 index 767c7bd320..83d4f7065d 100644 --- a/target/linux/generic/config-3.0 +++ b/target/linux/generic/config-3.0 @@ -2392,6 +2392,7 @@ CONFIG_SND_DRIVERS=y # CONFIG_SND_ES18XX is not set # CONFIG_SND_ES1938 is not set # CONFIG_SND_ES1968 is not set +# CONFIG_SND_FIREWIRE is not set # CONFIG_SND_FM801 is not set # CONFIG_SND_GINA20 is not set # CONFIG_SND_GINA24 is not set |