Browse Source

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

SVN-Revision: 27241
Jo-Philipp Wich 14 năm trước cách đây
mục cha
commit
70fb318a90
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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