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 | 545cdca68ebfe971dc3584a8e574922b660a20eb (patch) | |
tree | 22a44ce2bd4f717e4e50bbfd757dca8651a6f538 /target/linux/x86 | |
parent | 6f3abd061e00473f72b75d3056a63c3da0a4dffa (diff) | |
download | upstream-545cdca68ebfe971dc3584a8e574922b660a20eb.tar.gz upstream-545cdca68ebfe971dc3584a8e574922b660a20eb.tar.bz2 upstream-545cdca68ebfe971dc3584a8e574922b660a20eb.zip |
[x86] Restrict Soekris specific base-files handling to Soekris profiles, based on patch by Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27241 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-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 |