It is required by the dhcp client and is not present in the arm
multi_v7_defconfig.
Also stash the config file in the build results for easy reference, it is
already in kerndist.tar.gz but that's a 30+M download compared with a few tens
of K.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
setopt CONFIG_BLK_DEV_LOOP y
+setopt CONFIG_PACKET y
END
sub stash_config_edscript ($) {
my ($settings) = @_;
built_stash($ho, $builddir, 'dist', 'kerndist');
built_stash_file($ho, $builddir, 'vmlinux', 'linux/vmlinux');
built_compress_stashed('vmlinux');
+built_stash_file($ho, $builddir, 'config', 'linux/.config');