Ver código fonte

Restrict Soekris specific base-files handling to Soekris profiles, based on patch by Philip Prindeville <[email protected]>

SVN-Revision: 27241
Jo-Philipp Wich 14 anos atrás
pai
commit
70fb318a90
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      target/linux/x86/base-files.mk

+ 2 - 0
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