diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-04 16:20:28 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-04 16:20:28 +0000 |
commit | 2587fa16a5d7aa9658e32323ec6e2e7fbf0f243c (patch) | |
tree | 74fccb21c4a5a6a11dde77740906d669e69123f7 /target/device/Atmel/u-boot | |
parent | 367200b75438a81dd7333f27b09f0cc45c9e5cee (diff) | |
download | buildroot-novena-2587fa16a5d7aa9658e32323ec6e2e7fbf0f243c.tar.gz buildroot-novena-2587fa16a5d7aa9658e32323ec6e2e7fbf0f243c.zip |
Update u-boot autoscript
Diffstat (limited to 'target/device/Atmel/u-boot')
-rw-r--r-- | target/device/Atmel/u-boot/u-boot.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Atmel/u-boot/u-boot.mk b/target/device/Atmel/u-boot/u-boot.mk index edbd8efed..c89ac39b9 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) |