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

View file

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