diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-12-03 20:37:01 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-12-03 20:37:01 +0000 |
commit | be08911e941efba2260785272d68518a38d052c3 (patch) | |
tree | 70701d8e2370f57d0f8e4326eb182d0d51fd1138 /target/linux/generic-2.6 | |
parent | 5e389a14f35e93eaacc342eea7548aae698b8745 (diff) | |
download | upstream-be08911e941efba2260785272d68518a38d052c3.tar.gz upstream-be08911e941efba2260785272d68518a38d052c3.tar.bz2 upstream-be08911e941efba2260785272d68518a38d052c3.zip |
Finally fix the CONFIG_SSB_SILENT symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13500 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.24 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.25 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.26 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.27 | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.24 b/target/linux/generic-2.6/config-2.6.24 index 63ae4d5544..016406fd1a 100644 --- a/target/linux/generic-2.6/config-2.6.24 +++ b/target/linux/generic-2.6/config-2.6.24 @@ -1453,6 +1453,7 @@ CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 # CONFIG_SQUASHFS_VMALLOC is not set # CONFIG_SSB is not set # CONFIG_SSB_DEBUG is not set +# CONFIG_SSB_DRIVER_MIPS is not set # CONFIG_SSB_PCMCIAHOST is not set # CONFIG_SSB_SILENT is not set # CONFIG_SSFDC is not set diff --git a/target/linux/generic-2.6/config-2.6.25 b/target/linux/generic-2.6/config-2.6.25 index 47c16a0ffe..c4ca3af61d 100644 --- a/target/linux/generic-2.6/config-2.6.25 +++ b/target/linux/generic-2.6/config-2.6.25 @@ -1499,6 +1499,7 @@ CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 # CONFIG_SQUASHFS_VMALLOC is not set # CONFIG_SSB is not set # CONFIG_SSB_DEBUG is not set +# CONFIG_SSB_DRIVER_MIPS is not set # CONFIG_SSB_PCMCIAHOST is not set # CONFIG_SSB_SILENT is not set # CONFIG_SSFDC is not set diff --git a/target/linux/generic-2.6/config-2.6.26 b/target/linux/generic-2.6/config-2.6.26 index 519975b64f..465ee8fc3f 100644 --- a/target/linux/generic-2.6/config-2.6.26 +++ b/target/linux/generic-2.6/config-2.6.26 @@ -1535,6 +1535,7 @@ CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 # CONFIG_SQUASHFS_VMALLOC is not set # CONFIG_SSB is not set # CONFIG_SSB_DEBUG is not set +# CONFIG_SSB_DRIVER_MIPS is not set # CONFIG_SSB_PCMCIAHOST is not set # CONFIG_SSB_SILENT it not set # CONFIG_SSFDC is not set diff --git a/target/linux/generic-2.6/config-2.6.27 b/target/linux/generic-2.6/config-2.6.27 index 28fee1791e..45505bc596 100644 --- a/target/linux/generic-2.6/config-2.6.27 +++ b/target/linux/generic-2.6/config-2.6.27 @@ -1603,6 +1603,7 @@ CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 # CONFIG_SQUASHFS_VMALLOC is not set # CONFIG_SSB is not set # CONFIG_SSB_DEBUG is not set +# CONFIG_SSB_DRIVER_MIPS is not set # CONFIG_SSB_PCMCIAHOST is not set # CONFIG_SSB_SILENT is not set # CONFIG_SSFDC is not set |