x86/kvm_guest: fix out of sync config-3.10
[openwrt.git] / target / linux / x86 / base-files.mk
index d77ab55..6c6e6f1 100644 (file)
@@ -1,5 +1,6 @@
+ifneq ($(CONFIG_TARGET_x86_generic_Soekris48xx)$(CONFIG_TARGET_x86_generic_Soekris45xx),)
 define Package/base-files/install-target
-       mkdir -p $(1)/root
+       rm -f $(1)/etc/config/network
 endef
-
+endif