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 | e8ea342ffeeba71c11150ce744815a1420421c36 (patch) | |
tree | 6afe5acf29478641288d06a698bdda8ea50dda6a /target/linux/malta | |
parent | 36770e53c1aa489241dc285ba011c89d0bd7f135 (diff) | |
download | upstream-e8ea342ffeeba71c11150ce744815a1420421c36.tar.gz upstream-e8ea342ffeeba71c11150ce744815a1420421c36.tar.bz2 upstream-e8ea342ffeeba71c11150ce744815a1420421c36.zip |
[malta] add missing kernel config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28363 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/malta')
-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 |