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/generic/config-3.14 | |
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/generic/config-3.14')
-rw-r--r-- | target/linux/generic/config-3.14 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index afe0eaf6a3..73f8107945 100644 --- a/target/linux/generic/config-3.14 +++ b/target/linux/generic/config-3.14 @@ -14,9 +14,9 @@ CONFIG_32BIT=y # CONFIG_ACPI_CUSTOM_METHOD is not set # CONFIG_ACPI_EXTLOG is not set # CONFIG_ACPI_HED is not set +# CONFIG_ACPI_INT3403_THERMAL is not set # CONFIG_ACPI_POWER_METER is not set # CONFIG_ACPI_QUICKSTART is not set -# CONFIG_ACPI_INT3403_THERMAL is not set # CONFIG_AD2S1200 is not set # CONFIG_AD2S1210 is not set # CONFIG_AD2S90 is not set @@ -575,12 +575,12 @@ CONFIG_CC_STACKPROTECTOR_NONE=y # CONFIG_CHR_DEV_ST is not set # CONFIG_CICADA_PHY is not set # CONFIG_CIFS is not set +# CONFIG_CIFS_ACL is not set # CONFIG_CIFS_DEBUG is not set # CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_FSCACHE is not set # CONFIG_CIFS_NFSD_EXPORT is not set CONFIG_CIFS_POSIX=y -# CONFIG_CIFS_ACL is not set # CONFIG_CIFS_SMB2 is not set CONFIG_CIFS_STATS=y # CONFIG_CIFS_STATS2 is not set |