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 <b...@einfach.org> --- target/linux/x86/base-files.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/x86/base-files.mk b/target/linux/x86/base-files.mk index 889f944..6c6e6f1 100644 --- a/target/linux/x86/base-files.mk +++ b/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 rm -f $(1)/etc/config/network endef -- 1.8.1.2 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel