]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Convert kernel-config to defconfig
authorThomas Pedersen <thomas@adapt-ip.com>
Fri, 27 Mar 2020 22:51:44 +0000 (15:51 -0700)
committerJouni Malinen <j@w1.fi>
Sun, 29 Mar 2020 18:15:16 +0000 (21:15 +0300)
commiteedf08f7a9504ad6743121162e5be009c7eeb519
tree52b7ce58bda2d15fe6b1f0c33a9eb0de151abee9
parent80914e9eb2e451d5b75f786e934b4c078944b5a2
tests: Convert kernel-config to defconfig

Make the included kernel-config a little more minimal by checking in the
defconfig instead.

Generate the defconfig by checking out a linux at tag wt-2020-03-17,
copy kernel-config to .config, run
'yes "" | make oldconfig && make savedefconfig',
and copy resulting defconfig to kernel-config.

Signed-off-by: Thomas Pedersen <thomas@adapt-ip.com>
tests/hwsim/vm/kernel-config