summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/base-files.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-06-19 23:05:21 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-06-19 23:05:21 +0000
commit70fb318a90c4c0208187af5707396504aa9845bc (patch)
treedea6d8e499b92b901c057af073ee7a56e59316c6 /target/linux/x86/base-files.mk
parent9cd64fa754e0867b443113ba592e853f66cd2c76 (diff)
downloadmaster-31e0f0ae-70fb318a90c4c0208187af5707396504aa9845bc.tar.gz
master-31e0f0ae-70fb318a90c4c0208187af5707396504aa9845bc.tar.bz2
master-31e0f0ae-70fb318a90c4c0208187af5707396504aa9845bc.zip
Restrict Soekris specific base-files handling to Soekris profiles, based on patch by Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27241
Diffstat (limited to 'target/linux/x86/base-files.mk')
-rw-r--r--target/linux/x86/base-files.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/base-files.mk b/target/linux/x86/base-files.mk
index 29cbfda977..889f944d75 100644
--- 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