summaryrefslogtreecommitdiffstats
path: root/target/u-boot
diff options
context:
space:
mode:
authorThiago A. CorrĂȘa2009-03-11 22:35:07 +0100
committerThiago A. CorrĂȘa2009-03-11 22:35:07 +0100
commit149c0d450cfa890d8ca380fd27582ab2af3fff59 (patch)
treecc550acdd1a63c1459d68a8a33c562aaca5a5fb0 /target/u-boot
parentdropbear: needs zlib, so select it (diff)
downloadbuildroot-149c0d450cfa890d8ca380fd27582ab2af3fff59.tar.gz
buildroot-149c0d450cfa890d8ca380fd27582ab2af3fff59.tar.xz
buildroot-149c0d450cfa890d8ca380fd27582ab2af3fff59.zip
Let user skip installation of the GUI module for Qtopia
Diffstat (limited to 'target/u-boot')
-rw-r--r--target/u-boot/Makefile.in1
1 files changed, 1 insertions, 0 deletions
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))