From d16f8bf2cdf1b39cce2e44a317954d139f3258f4 Mon Sep 17 00:00:00 2001 From: "Thiago A. CorrĂȘa" Date: Fri, 6 Feb 2009 17:38:05 +0000 Subject: Simplify kernel naming scheme. Only use kernel name plus the rootfs suffix if one is provided --- target/u-boot/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/u-boot/Makefile.in') diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in index be13fb802..5b975db8f 100644 --- a/target/u-boot/Makefile.in +++ b/target/u-boot/Makefile.in @@ -243,7 +243,7 @@ endif ifneq ($(TARGET_UBOOT_NETMASK),) echo setenv netmask $(TARGET_UBOOT_NETMASK) >> $(U_BOOT_AUTOSCRIPT) endif - echo setenv linux $(LINUX26_KERNEL_NAME).gz >> $(U_BOOT_AUTOSCRIPT) + echo setenv linux $(LINUX26_KERNEL_NAME) >> $(U_BOOT_AUTOSCRIPT) echo setenv kernel-version $(LINUX26_VERSION) >> $(U_BOOT_AUTOSCRIPT) echo setenv kernel-date $(DATE) >> $(U_BOOT_AUTOSCRIPT) echo setenv hostname $(TARGET_HOSTNAME) >> $(U_BOOT_AUTOSCRIPT) -- cgit v1.2.3