diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2018-11-05 10:19:40 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2018-11-05 10:19:40 -0600 |
commit | e88e680c2248022c1f380c93ffcde6d62ef353ab (patch) | |
tree | ffe1a7e892233e26428cd8140982a84ebb1b0f91 /configs | |
parent | 572e50297ad44da2d5cea463e2f073f08c981bae (diff) | |
download | kernel-e88e680c2248022c1f380c93ffcde6d62ef353ab.tar.gz kernel-e88e680c2248022c1f380c93ffcde6d62ef353ab.tar.xz kernel-e88e680c2248022c1f380c93ffcde6d62ef353ab.zip |
Linux v4.20-rc1
Diffstat (limited to 'configs')
-rw-r--r-- | configs/fedora/generic/CONFIG_UBIFS_FS_AUTHENTICATION | 1 | ||||
-rwxr-xr-x | configs/process_configs.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configs/fedora/generic/CONFIG_UBIFS_FS_AUTHENTICATION b/configs/fedora/generic/CONFIG_UBIFS_FS_AUTHENTICATION new file mode 100644 index 000000000..ed28cdf4b --- /dev/null +++ b/configs/fedora/generic/CONFIG_UBIFS_FS_AUTHENTICATION @@ -0,0 +1 @@ +CONFIG_UBIFS_FS_AUTHENTICATION=y diff --git a/configs/process_configs.sh b/configs/process_configs.sh index 4de45d65a..7517e6de1 100755 --- a/configs/process_configs.sh +++ b/configs/process_configs.sh @@ -87,7 +87,7 @@ function process_configs() fi rm .newoptions - make ARCH=$arch KCONFIG_CONFIG=$cfg oldnoconfig > /dev/null || exit 1 + make ARCH=$arch KCONFIG_CONFIG=$cfg olddefconfig > /dev/null || exit 1 echo "# $arch" > ${cfgtmp} cat "${cfg}" >> ${cfgtmp} if test -n "$CHECKOPTIONS" |