summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-30 14:41:04 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-30 14:41:04 +0000
commit0c54ef9c9af9b46c33f01b464b897a0b0e237dfc (patch)
tree93617e5c0af7023af4b41a76c2a638cf837badf7 /target
parent9ce75bf89325e95221ed58d3a9b77dc43d91b556 (diff)
target/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWS
As discussed on the list.
Diffstat (limited to 'target')
-rw-r--r--target/linux/Makefile.in.advanced7
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/Makefile.in.advanced b/target/linux/Makefile.in.advanced
index 93cd0c8af..aa90e4a61 100644
--- a/target/linux/Makefile.in.advanced
+++ b/target/linux/Makefile.in.advanced
@@ -109,17 +109,12 @@ endif
endif
endif
-# Override config method with shell variable
-ifneq ($(BUILDROOT_USE_XWINDOWS),)
-KERNEL_CONFIG_METHOD:=xconfig
-#"))
-else
KERNEL_CONFIG_METHOD:=$(strip $(subst ",,$(BR2_KERNEL_CONFIG_METHOD)))
#"))
ifeq ($(KERNEL_CONFIG_METHOD),)
KERNEL_CONFIG_METHOD:=menuconfig
endif
-endif
+
# -----------------------------------------------------------------------------
ifndef LINUX26_FORMAT
ifneq ($(strip $(subst ",,$(BR2_PACKAGE_LINUX_FORMAT))),)