Restrict Soekris specific base-files handling to Soekris profiles, based on patch by Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 27241
This commit is contained in:
Jo-Philipp Wich 2011-06-19 23:05:21 +00:00
parent 9cd64fa754
commit 70fb318a90

View File

@ -1,4 +1,6 @@
ifneq ($(TARGET_x86_generic_Soekris48xx)$(TARGET_x86_generic_Soekris45xx),)
define Package/base-files/install-target define Package/base-files/install-target
rm -f $(1)/etc/config/network rm -f $(1)/etc/config/network
endef endef
endif