From 149c0d450cfa890d8ca380fd27582ab2af3fff59 Mon Sep 17 00:00:00 2001 From: "Thiago A. CorrĂȘa" Date: Wed, 11 Mar 2009 21:35:07 +0000 Subject: Let user skip installation of the GUI module for Qtopia --- target/u-boot/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'target/u-boot/Makefile.in') diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in index be889a076..53d9dff0c 100644 --- a/target/u-boot/Makefile.in +++ b/target/u-boot/Makefile.in @@ -111,6 +111,7 @@ ifdef BR2_TARGET_UBOOT_DEFAULT_ENV @echo "#ifndef __BR2_ADDED_CONFIG_H" >> $(U_BOOT_INC_CONF_FILE) @echo "#define __BR2_ADDED_CONFIG_H" >> $(U_BOOT_INC_CONF_FILE) $(call insert_define, DATE, $(DATE)) + $(call insert_define, KERNEL_NAME, $(LINUX26_KERNEL_NAME)) $(call insert_define, CONFIG_LOAD_SCRIPTS, 1) ifneq ($(strip $(BR2_PROJECT)),"") $(call insert_define, CONFIG_HOSTNAME, $(BR2_PROJECT)) -- cgit v1.2.3