mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 21:20:37 +02:00
673103854c
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27241 3c298f89-4303-0410-b956-a3cf2f4a3e73
7 lines
161 B
Makefile
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
|
|
|