diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-12-04 14:52:23 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-12-04 14:52:23 +0000 |
commit | 5352215161f50e428f0f8ad64e4b1295f84ac796 (patch) | |
tree | 40001d09f713a55ad2ec07ec9654d1526aa01363 | |
parent | 40f51884eddbfcebee2c218d976d505fc7ddc6a5 (diff) | |
download | upstream-5352215161f50e428f0f8ad64e4b1295f84ac796.tar.gz upstream-5352215161f50e428f0f8ad64e4b1295f84ac796.tar.bz2 upstream-5352215161f50e428f0f8ad64e4b1295f84ac796.zip |
add missing kernel configuration symbols
SVN-Revision: 18630
-rw-r--r-- | target/linux/generic-2.6/config-2.6.30 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.31 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.32 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index 62f05d6215..86f104bc3e 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -2542,6 +2542,7 @@ CONFIG_VMSPLIT_3G=y # CONFIG_VT is not set # CONFIG_VXFS_FS is not set # CONFIG_W1 is not set +# CONFIG_W1_CON is not set # CONFIG_W1_MASTER_DS1WM is not set # CONFIG_W1_MASTER_DS2482 is not set # CONFIG_W1_MASTER_DS2490 is not set diff --git a/target/linux/generic-2.6/config-2.6.31 b/target/linux/generic-2.6/config-2.6.31 index 2fb59a749d..91d8555335 100644 --- a/target/linux/generic-2.6/config-2.6.31 +++ b/target/linux/generic-2.6/config-2.6.31 @@ -2614,6 +2614,7 @@ CONFIG_VMSPLIT_3G=y # CONFIG_VT is not set # CONFIG_VXFS_FS is not set # CONFIG_W1 is not set +# CONFIG_W1_CON is not set # CONFIG_W1_MASTER_DS1WM is not set # CONFIG_W1_MASTER_DS2482 is not set # CONFIG_W1_MASTER_DS2490 is not set diff --git a/target/linux/generic-2.6/config-2.6.32 b/target/linux/generic-2.6/config-2.6.32 index 146c853f86..64d77712a8 100644 --- a/target/linux/generic-2.6/config-2.6.32 +++ b/target/linux/generic-2.6/config-2.6.32 @@ -2646,6 +2646,7 @@ CONFIG_VMSPLIT_3G=y # CONFIG_VT is not set # CONFIG_VXFS_FS is not set # CONFIG_W1 is not set +# CONFIG_W1_CON is not set # CONFIG_W1_MASTER_DS1WM is not set # CONFIG_W1_MASTER_DS2482 is not set # CONFIG_W1_MASTER_DS2490 is not set |