projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a56b1e4
)
x86: remove spurious delete of /etc/config/network
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 24 Feb 2015 06:07:40 +0000
(06:07 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 24 Feb 2015 06:07:40 +0000
(06:07 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44513
target/linux/x86/base-files.mk
[deleted file]
patch
|
blob
|
history
diff --git
a/target/linux/x86/base-files.mk
b/target/linux/x86/base-files.mk
deleted file mode 100644
(file)
index
6c6e6f1
..0000000
--- 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
-