From: Ulf Samuelsson Date: Tue, 4 Sep 2007 16:20:28 +0000 (-0000) Subject: Update u-boot autoscript X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2587fa16a5d7aa9658e32323ec6e2e7fbf0f243c;p=buildroot.git Update u-boot autoscript --- diff --git a/target/device/Atmel/u-boot/u-boot.mk b/target/device/Atmel/u-boot/u-boot.mk index edbd8efedb..c89ac39b92 100644 --- a/target/device/Atmel/u-boot/u-boot.mk +++ b/target/device/Atmel/u-boot/u-boot.mk @@ -147,7 +147,7 @@ endif ifneq ($(TARGET_UBOOT_NETMASK),) echo setenv netmask $(TARGET_UBOOT_NETMASK) >> $(UBOOT_SCR) endif - echo setenv linux $(LINUX26_KERNEL) >> $(UBOOT_SCR) + echo setenv linux $(BOARD_NAME)-linux-$(LINUX26_VERSION)-$(DATE).gz >> $(UBOOT_SCR) echo setenv kernel-version $(LINUX26_VERSION) >> $(UBOOT_SCR) echo setenv kernel-date $(DATE) >> $(UBOOT_SCR) echo setenv hostname $(TARGET_HOSTNAME) >> $(UBOOT_SCR)