forked from Ivasoft/openwrt
kernel: sort config
This was done by executing this script: find . -name "config-*" > ../configs.txt for config in $(cat ../configs.txt); do ./scripts/kconfig.pl '+' $config /dev/null > $config-new mv $config-new $config done rm ../configs.txt Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
This commit is contained in:
committed by
Adrian Schmutzler
parent
4b37e3bc2b
commit
777e67301a
@@ -3671,8 +3671,8 @@ CONFIG_NF_CONNTRACK_PROCFS=y
|
||||
# CONFIG_NF_CONNTRACK_TIMESTAMP is not set
|
||||
# CONFIG_NF_CONNTRACK_ZONES is not set
|
||||
# CONFIG_NF_CT_NETLINK is not set
|
||||
# CONFIG_NF_CT_NETLINK_TIMEOUT is not set
|
||||
# CONFIG_NF_CT_NETLINK_HELPER is not set
|
||||
# CONFIG_NF_CT_NETLINK_TIMEOUT is not set
|
||||
# CONFIG_NF_CT_PROTO_DCCP is not set
|
||||
# CONFIG_NF_CT_PROTO_GRE is not set
|
||||
# CONFIG_NF_CT_PROTO_SCTP is not set
|
||||
@@ -5821,9 +5821,9 @@ CONFIG_TTY=y
|
||||
# CONFIG_UBIFS_FS_AUTHENTICATION is not set
|
||||
# CONFIG_UBIFS_FS_ENCRYPTION is not set
|
||||
# CONFIG_UBIFS_FS_SECURITY is not set
|
||||
CONFIG_UBIFS_FS_XATTR=y
|
||||
# CONFIG_UBIFS_FS_ZLIB is not set
|
||||
# CONFIG_UBIFS_FS_ZSTD is not set
|
||||
CONFIG_UBIFS_FS_XATTR=y
|
||||
# CONFIG_UBSAN is not set
|
||||
CONFIG_UBSAN_ALIGNMENT=y
|
||||
# CONFIG_UCB1400_CORE is not set
|
||||
|
||||
Reference in New Issue
Block a user