diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-02-24 06:07:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-02-24 06:07:40 +0000 |
commit | 362bc849bc2b92f79522336e31a84b0c2e6e8bc0 (patch) | |
tree | da71d32f454452eb7e02d1594db0c184525211b3 /target/linux/x86 | |
parent | a56b1e46386ad1bbb66ed057c71a3078c2d36922 (diff) | |
download | upstream-362bc849bc2b92f79522336e31a84b0c2e6e8bc0.tar.gz upstream-362bc849bc2b92f79522336e31a84b0c2e6e8bc0.tar.bz2 upstream-362bc849bc2b92f79522336e31a84b0c2e6e8bc0.zip |
x86: remove spurious delete of /etc/config/network
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44513
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/base-files.mk | 6 |
1 files changed, 0 insertions, 6 deletions
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 - |