summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorUlf Samuelsson2007-09-04 18:20:28 +0200
committerUlf Samuelsson2007-09-04 18:20:28 +0200
commit2587fa16a5d7aa9658e32323ec6e2e7fbf0f243c (patch)
tree74fccb21c4a5a6a11dde77740906d669e69123f7 /target
parent- correctly filter out the script (diff)
downloadbuildroot-2587fa16a5d7aa9658e32323ec6e2e7fbf0f243c.tar.gz
buildroot-2587fa16a5d7aa9658e32323ec6e2e7fbf0f243c.tar.xz
buildroot-2587fa16a5d7aa9658e32323ec6e2e7fbf0f243c.zip
Update u-boot autoscript
Diffstat (limited to 'target')
-rw-r--r--target/device/Atmel/u-boot/u-boot.mk2
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)