1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00
Files
openwrt-xburst/target/linux/x86/base-files.mk
jow 673103854c [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
2011-06-19 23:05:21 +00:00

7 lines
161 B
Makefile

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