From: Felix Fietkau Date: Tue, 24 Feb 2015 06:07:40 +0000 (+0000) Subject: x86: remove spurious delete of /etc/config/network X-Git-Tag: reboot~4207 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=362bc849bc2b92f79522336e31a84b0c2e6e8bc0 x86: remove spurious delete of /etc/config/network Signed-off-by: Felix Fietkau SVN-Revision: 44513 --- diff --git a/target/linux/x86/base-files.mk b/target/linux/x86/base-files.mk deleted file mode 100644 index 6c6e6f1688..0000000000 --- a/target/linux/x86/base-files.mk +++ /dev/null @@ -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 -