diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-15 18:18:32 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-15 18:18:32 +0000 |
commit | 5752efdadd3f6aecbe8b0e9e4129acdf14087876 (patch) | |
tree | 9dac32ac4163fa1d1071416e6f25d3e6e6a2b074 /target | |
parent | dcddcfca24de03e97bec8ed57f59caa1a7b48a7b (diff) | |
download | upstream-5752efdadd3f6aecbe8b0e9e4129acdf14087876.tar.gz upstream-5752efdadd3f6aecbe8b0e9e4129acdf14087876.tar.bz2 upstream-5752efdadd3f6aecbe8b0e9e4129acdf14087876.zip |
2.6.39.1: missing kernel symbols If you turn on I2C, you'll need this symbol defined.
Signed-off-by: Philip A. Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27182
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-2.6.39 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.39 b/target/linux/generic/config-2.6.39 index 6b14416007..ff33e3c8ed 100644 --- a/target/linux/generic/config-2.6.39 +++ b/target/linux/generic/config-2.6.39 @@ -3140,3 +3140,4 @@ CONFIG_ZLIB_INFLATE=y CONFIG_ZONE_DMA=y CONFIG_ZONE_DMA_FLAG=1 # CONFIG_ZRAM is not set +# CONFIG_SIGMA is not set |