diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-19 23:05:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-19 23:05:21 +0000 |
commit | 70fb318a90c4c0208187af5707396504aa9845bc (patch) | |
tree | dea6d8e499b92b901c057af073ee7a56e59316c6 /target/linux | |
parent | 9cd64fa754e0867b443113ba592e853f66cd2c76 (diff) | |
download | upstream-70fb318a90c4c0208187af5707396504aa9845bc.tar.gz upstream-70fb318a90c4c0208187af5707396504aa9845bc.tar.bz2 upstream-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')
-rw-r--r-- | target/linux/x86/base-files.mk | 2 |
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 |