openwrt/target/linux/x86/base-files.mk

7 lines
175 B
Makefile

ifneq ($(CONFIG_TARGET_x86_generic_Soekris48xx)$(CONFIG_TARGET_x86_generic_Soekris45xx),)
define Package/base-files/install-target
rm -f $(1)/etc/config/network
endef
endif