diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-07-13 16:25:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-07-13 16:25:54 +0000 |
commit | d0ad8c00b6cc0716feae5d12c2ae5b4717c4ac29 (patch) | |
tree | 3050b5cbce516cd215941a02a6dd0ada941cea01 /target/linux/kirkwood/config-3.14 | |
parent | 59cfa05bf3c533c0694ca4f22e787952234fc1ac (diff) | |
download | upstream-d0ad8c00b6cc0716feae5d12c2ae5b4717c4ac29.tar.gz upstream-d0ad8c00b6cc0716feae5d12c2ae5b4717c4ac29.tar.bz2 upstream-d0ad8c00b6cc0716feae5d12c2ae5b4717c4ac29.zip |
kernel: sort Kconfig options in kernel configs
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41614
Diffstat (limited to 'target/linux/kirkwood/config-3.14')
-rw-r--r-- | target/linux/kirkwood/config-3.14 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/kirkwood/config-3.14 b/target/linux/kirkwood/config-3.14 index 750726c0da..530b3c8f93 100644 --- a/target/linux/kirkwood/config-3.14 +++ b/target/linux/kirkwood/config-3.14 @@ -195,6 +195,7 @@ CONFIG_MTD_NAND_ORION=y # CONFIG_MTD_SM_COMMON is not set CONFIG_MTD_UBI=y CONFIG_MTD_UBI_BEB_LIMIT=20 +# CONFIG_MTD_UBI_BLOCK is not set # CONFIG_MTD_UBI_FASTMAP is not set # CONFIG_MTD_UBI_GLUEBI is not set CONFIG_MTD_UBI_WL_THRESHOLD=4096 @@ -302,4 +303,3 @@ CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y CONFIG_ZONE_DMA_FLAG=0 -# CONFIG_MTD_UBI_BLOCK is not set |