Skip to content
Snippets Groups Projects
Commit e855d498 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

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: default avatarBruno Randolf <br1@einfach.org>

SVN-Revision: 38450
parent 6da1c9d3
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment