projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cd64fa
)
Restrict Soekris specific base-files handling to Soekris profiles, based on patch...
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 19 Jun 2011 23:05:21 +0000
(23:05 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 19 Jun 2011 23:05:21 +0000
(23:05 +0000)
SVN-Revision: 27241
target/linux/x86/base-files.mk
patch
|
blob
|
history
diff --git
a/target/linux/x86/base-files.mk
b/target/linux/x86/base-files.mk
index 29cbfda97782654605a8b5fb110cdfb0761f6809..889f944d75fa16897bcb8ecf000f92d55fe1d182 100644
(file)
--- a/
target/linux/x86/base-files.mk
+++ b/
target/linux/x86/base-files.mk
@@
-1,4
+1,6
@@
+ifneq ($(TARGET_x86_generic_Soekris48xx)$(TARGET_x86_generic_Soekris45xx),)
define Package/base-files/install-target
rm -f $(1)/etc/config/network
endef
+endif