diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-07-06 20:50:47 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-07-06 20:50:47 +0000 |
commit | ad0a35c88b1d5a09cc53a858928ff5825e0729af (patch) | |
tree | 2cd5b5ddf62a9f51ea25c537e6c1a8b9d4a6c4f4 | |
parent | f594246f60f68c7e7a93d3f835d6098b3900292c (diff) | |
download | master-187ad058-ad0a35c88b1d5a09cc53a858928ff5825e0729af.tar.gz master-187ad058-ad0a35c88b1d5a09cc53a858928ff5825e0729af.tar.bz2 master-187ad058-ad0a35c88b1d5a09cc53a858928ff5825e0729af.zip |
kernel: add missing config option found by buildbot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22080 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-2.6.30 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.34 | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.30 b/target/linux/generic/config-2.6.30 index b2ced18a9a..07a12067a8 100644 --- a/target/linux/generic/config-2.6.30 +++ b/target/linux/generic/config-2.6.30 @@ -620,6 +620,7 @@ CONFIG_FUTEX=y CONFIG_FW_LOADER=y CONFIG_GACT_PROB=y # CONFIG_GAMEPORT is not set +# CONFIG_GELIC_WIRELESS_OLD_PSK_INTERFACE is not set CONFIG_GENERIC_CALIBRATE_DELAY=y CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_HWEIGHT=y @@ -2125,6 +2126,7 @@ CONFIG_SND_PCM_OSS_PLUGINS=y # CONFIG_SND_SIS7019 is not set # CONFIG_SND_SGALAXY is not set # CONFIG_SND_SOC is not set +# CONFIG_SND_SOC_MPC5200_I2S is not set # CONFIG_SND_SONICVIBES is not set # CONFIG_SND_SPI is not set # CONFIG_SND_SSCAPE is not set diff --git a/target/linux/generic/config-2.6.34 b/target/linux/generic/config-2.6.34 index 3ca3f67008..a8ad0fe3ba 100644 --- a/target/linux/generic/config-2.6.34 +++ b/target/linux/generic/config-2.6.34 @@ -2236,6 +2236,7 @@ CONFIG_SLAB=y # CONFIG_SND_ARM is not set # CONFIG_SND_ATIIXP is not set # CONFIG_SND_ATIIXP_MODEM is not set +# CONFIG_SND_ATMEL_SOC is not set # CONFIG_SND_AU8810 is not set # CONFIG_SND_AU8820 is not set # CONFIG_SND_AU8830 is not set |