x86: remove spurious delete of /etc/config/network

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 44513
This commit is contained in:
Felix Fietkau 2015-02-24 06:07:40 +00:00
parent a56b1e4638
commit 362bc849bc

View file

@ -1,6 +0,0 @@
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