1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 10:39:48 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27241 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-06-19 23:05:21 +00:00
parent 7733d536b3
commit 673103854c

View 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