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/xburst | |
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/xburst')
-rw-r--r-- | target/linux/xburst/config-3.10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/xburst/config-3.10 b/target/linux/xburst/config-3.10 index c97f73ca29..1cf1a274e8 100644 --- a/target/linux/xburst/config-3.10 +++ b/target/linux/xburst/config-3.10 @@ -182,6 +182,7 @@ CONFIG_MTD_NAND_JZ4740=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 @@ -328,4 +329,3 @@ CONFIG_VT_HW_CONSOLE_BINDING=y CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y CONFIG_ZONE_DMA_FLAG=0 -# CONFIG_MTD_UBI_BLOCK is not set |