[x86] Restrict Soekris specific base-files handling to Soekris profiles, based on...
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 19 Jun 2011 23:05:21 +0000 (23:05 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 19 Jun 2011 23:05:21 +0000 (23:05 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27241 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/x86/base-files.mk

index 29cbfda..889f944 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