From: Peter Korsgaard Date: Thu, 28 Apr 2016 21:29:13 +0000 (+0200) Subject: configs/sheevaplug_defconfig: use 4.5.2 kernel, configure eth0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61451d7dd95c4b764465e1e14b894c52477cb779;p=buildroot.git configs/sheevaplug_defconfig: use 4.5.2 kernel, configure eth0 Signed-off-by: Peter Korsgaard --- diff --git a/configs/sheevaplug_defconfig b/configs/sheevaplug_defconfig index b10e48e0d9..3632ed0794 100644 --- a/configs/sheevaplug_defconfig +++ b/configs/sheevaplug_defconfig @@ -5,13 +5,14 @@ BR2_arm926t=y # system BR2_TARGET_GENERIC_GETTY=y BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" +BR2_SYSTEM_DHCP="eth0" # filesystem BR2_TARGET_ROOTFS_JFFS2=y BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_128K=y -# Linux headers same as kernel, a 4.4 series -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y +# Linux headers same as kernel, a 4.5 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_5=y # bootloader BR2_TARGET_UBOOT=y @@ -25,7 +26,7 @@ BR2_TARGET_UBOOT_FORMAT_KWB=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.4" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.5.2" BR2_LINUX_KERNEL_DEFCONFIG="mvebu_v5" BR2_LINUX_KERNEL_APPENDED_UIMAGE=y BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"