From: Jo-Philipp Wich Date: Sun, 19 Jun 2011 23:05:21 +0000 (+0000) Subject: Restrict Soekris specific base-files handling to Soekris profiles, based on patch... X-Git-Tag: reboot~16527 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=70fb318a90c4c0208187af5707396504aa9845bc;p=openwrt%2Fopenwrt.git Restrict Soekris specific base-files handling to Soekris profiles, based on patch by Philip Prindeville SVN-Revision: 27241 --- 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