Restrict Soekris specific base-files handling to Soekris profiles, based on patch...
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 19 Jun 2011 23:05:21 +0000 (23:05 +0000)
committerJo-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

index 29cbfda97782654605a8b5fb110cdfb0761f6809..889f944d75fa16897bcb8ecf000f92d55fe1d182 100644 (file)
@@ -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