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 | 2998554fc2e9e850ed1a15a91eb2ba4b0fd84eb3 (patch) | |
tree | 712f20ef4389066573eade7dbec3fad27bda1db2 /target/linux/lantiq | |
parent | 8b62e7b22da0e433acfefeb72b6e6b9d64c70b7d (diff) | |
download | upstream-2998554fc2e9e850ed1a15a91eb2ba4b0fd84eb3.tar.gz upstream-2998554fc2e9e850ed1a15a91eb2ba4b0fd84eb3.tar.bz2 upstream-2998554fc2e9e850ed1a15a91eb2ba4b0fd84eb3.zip |
kernel: sort Kconfig options in kernel configs
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41614 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/xrx200/config-default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/xrx200/config-default b/target/linux/lantiq/xrx200/config-default index f72b12f384..09dfbdd2a0 100644 --- a/target/linux/lantiq/xrx200/config-default +++ b/target/linux/lantiq/xrx200/config-default @@ -30,6 +30,7 @@ CONFIG_MTD_NAND_XWAY=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=y CONFIG_MTD_UBI_WL_THRESHOLD=4096 @@ -60,4 +61,3 @@ CONFIG_USB_SUPPORT=y CONFIG_XRX200_PHY_FW=y CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y -# CONFIG_MTD_UBI_BLOCK is not set |