diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-10-04 09:15:37 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-10-04 09:15:37 +0000 |
commit | 829ae01f16404cd9b972108ba1ee49b25b12df17 (patch) | |
tree | 96d491b83b201b7f597368231043127149d3c584 | |
parent | 936320f1f9efcb65cfb418b14507a5942f726cf7 (diff) | |
download | upstream-829ae01f16404cd9b972108ba1ee49b25b12df17.tar.gz upstream-829ae01f16404cd9b972108ba1ee49b25b12df17.tar.bz2 upstream-829ae01f16404cd9b972108ba1ee49b25b12df17.zip |
add missing kernel config symbols
SVN-Revision: 28363
-rw-r--r-- | target/linux/malta/be/config-default | 1 | ||||
-rw-r--r-- | target/linux/malta/le/config-default | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/malta/be/config-default b/target/linux/malta/be/config-default index 6a8ec89150..10e38a7fe7 100644 --- a/target/linux/malta/be/config-default +++ b/target/linux/malta/be/config-default @@ -71,6 +71,7 @@ CONFIG_CSRC_R4K=y CONFIG_CSRC_R4K_LIB=y CONFIG_DAVICOM_PHY=m # CONFIG_DEBUG_FS is not set +# CONFIG_DEBUG_ZBOOT is not set CONFIG_DEFAULT_TCP_CONG="cubic" CONFIG_DEVKMEM=y CONFIG_DMA_NONCOHERENT=y diff --git a/target/linux/malta/le/config-default b/target/linux/malta/le/config-default index c0dc06368b..60ad768d37 100644 --- a/target/linux/malta/le/config-default +++ b/target/linux/malta/le/config-default @@ -71,6 +71,7 @@ CONFIG_CSRC_R4K=y CONFIG_CSRC_R4K_LIB=y CONFIG_DAVICOM_PHY=m # CONFIG_DEBUG_FS is not set +# CONFIG_DEBUG_ZBOOT is not set CONFIG_DEFAULT_TCP_CONG="cubic" CONFIG_DEVKMEM=y CONFIG_DMA_NONCOHERENT=y |