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/mpc83xx | |
parent | 59cfa05bf3c533c0694ca4f22e787952234fc1ac (diff) | |
download | mtk-20170518-d0ad8c00b6cc0716feae5d12c2ae5b4717c4ac29.zip mtk-20170518-d0ad8c00b6cc0716feae5d12c2ae5b4717c4ac29.tar.gz mtk-20170518-d0ad8c00b6cc0716feae5d12c2ae5b4717c4ac29.tar.bz2 |
kernel: sort Kconfig options in kernel configs
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41614
Diffstat (limited to 'target/linux/mpc83xx')
-rw-r--r-- | target/linux/mpc83xx/config-3.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc83xx/config-3.8 b/target/linux/mpc83xx/config-3.8 index b9d6ee4..cedd047 100644 --- a/target/linux/mpc83xx/config-3.8 +++ b/target/linux/mpc83xx/config-3.8 @@ -221,6 +221,7 @@ CONFIG_MTD_PHYSMAP_OF=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 @@ -406,4 +407,3 @@ CONFIG_YAFFS_FS=y CONFIG_YAFFS_XATTR=y CONFIG_YAFFS_YAFFS1=y CONFIG_YAFFS_YAFFS2=y -# CONFIG_MTD_UBI_BLOCK is not set |