diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-04-12 12:33:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-04-12 12:33:41 +0000 |
commit | 06cece53ef2c9b6a20190c1ec76a7de5f8f208ee (patch) | |
tree | 07ad9de1ce547c0c1b8d891ab5525b768e151c0b | |
parent | 185965e128c6896cdda1cb0e9f28f4ebba557a73 (diff) | |
download | upstream-06cece53ef2c9b6a20190c1ec76a7de5f8f208ee.tar.gz upstream-06cece53ef2c9b6a20190c1ec76a7de5f8f208ee.tar.bz2 upstream-06cece53ef2c9b6a20190c1ec76a7de5f8f208ee.zip |
fix module loading due to CONFIG_LOCALVERSION being on (#7144)
SVN-Revision: 20822
-rw-r--r-- | target/linux/malta/be/config-default | 1 | ||||
-rw-r--r-- | target/linux/malta/le/config-default | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/malta/be/config-default b/target/linux/malta/be/config-default index 92dac5f7f7..bc00455972 100644 --- a/target/linux/malta/be/config-default +++ b/target/linux/malta/be/config-default @@ -173,7 +173,6 @@ CONFIG_LIB80211_CRYPT_TKIP=m CONFIG_LIB80211_CRYPT_WEP=m CONFIG_LIBERTAS=m # CONFIG_LIBERTAS_DEBUG is not set -CONFIG_LOCALVERSION_AUTO=y CONFIG_LOCK_KERNEL=y CONFIG_LOG_BUF_SHIFT=15 CONFIG_LXT_PHY=m diff --git a/target/linux/malta/le/config-default b/target/linux/malta/le/config-default index 55a08f3162..382144d8d8 100644 --- a/target/linux/malta/le/config-default +++ b/target/linux/malta/le/config-default @@ -173,7 +173,6 @@ CONFIG_LIB80211_CRYPT_TKIP=m CONFIG_LIB80211_CRYPT_WEP=m CONFIG_LIBERTAS=m # CONFIG_LIBERTAS_DEBUG is not set -CONFIG_LOCALVERSION_AUTO=y CONFIG_LOCK_KERNEL=y CONFIG_LOG_BUF_SHIFT=15 CONFIG_LXT_PHY=m |