1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

defconfig: remove network config installed by base-files so defconfig can work

SVN-Revision: 14664
This commit is contained in:
Andy Boyett 2009-02-26 05:54:46 +00:00
parent 1adf135943
commit 8b9a31b918

@ -0,0 +1,5 @@
define Package/base-files/install-target
rm -f $(1)/etc/config/network
endef