瀏覽代碼

x86: fix condition in base-files.mk

TARGET_x86_generic_Soekris48xx is not defined,
CONFIG_TARGET_x86_generic_Soekris48xx is

This changes makes it possible to override the network config for soekris net48xx
and net45xx targets.

Signed-off-by: Bruno Randolf <[email protected]>

SVN-Revision: 38450
Jo-Philipp Wich 12 年之前
父節點
當前提交
e855d498e3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target/linux/x86/base-files.mk

+ 1 - 1
target/linux/x86/base-files.mk

@@ -1,4 +1,4 @@
-ifneq ($(TARGET_x86_generic_Soekris48xx)$(TARGET_x86_generic_Soekris45xx),)
+ifneq ($(CONFIG_TARGET_x86_generic_Soekris48xx)$(CONFIG_TARGET_x86_generic_Soekris45xx),)
 define Package/base-files/install-target
 define Package/base-files/install-target
 	rm -f $(1)/etc/config/network
 	rm -f $(1)/etc/config/network
 endef
 endef