x86: fix condition in base-files.mk
[openwrt.git] / target / linux / x86 / base-files.mk
1 ifneq ($(CONFIG_TARGET_x86_generic_Soekris48xx)$(CONFIG_TARGET_x86_generic_Soekris45xx),)
2 define Package/base-files/install-target
3         rm -f $(1)/etc/config/network
4 endef
5 endif
6