diff options
| author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-10-04 09:15:37 +0000 | 
|---|---|---|
| committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-10-04 09:15:37 +0000 | 
| commit | ca29e2ab07eadce1c644c7e6df63f99c09aafc7f (patch) | |
| tree | 6afe5acf29478641288d06a698bdda8ea50dda6a | |
| parent | b7d3d9d3cef2286b7266dc447265a0a21565b9b9 (diff) | |
[malta] add missing kernel config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28363 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 6a8ec8915..10e38a7fe 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 c0dc06368..60ad768d3 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 | 
