Browse Source

Replace BUILDROOT_KERNEL_CONFIG_METHOD environment variable with BUILDROOT_USE_XWINDOWS

Ulf Samuelsson 16 năm trước cách đây
mục cha
commit
8586be28d4
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      target/linux/Makefile.in.advanced

+ 2 - 2
target/linux/Makefile.in.advanced

@@ -110,8 +110,8 @@ endif
 endif
 endif
 
 
 # Override config method with shell variable
 # Override config method with shell variable
-ifneq ($(BUILDROOT_KERNEL_CONFIG_METHOD),)
-KERNEL_CONFIG_METHOD:=$(strip $(subst ",,$(BUILDROOT_KERNEL_CONFIG_METHOD)))
+ifneq ($(BUILDROOT_USE_XWINDOWS),)
+KERNEL_CONFIG_METHOD:=xconfig
 #"))
 #"))
 else
 else
 KERNEL_CONFIG_METHOD:=$(strip $(subst ",,$(BR2_KERNEL_CONFIG_METHOD)))
 KERNEL_CONFIG_METHOD:=$(strip $(subst ",,$(BR2_KERNEL_CONFIG_METHOD)))