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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14664 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Andy Boyett 2009-02-26 05:54:46 +00:00
parent 7f8cc4e8cc
commit 6201f86924
1 changed files with 5 additions and 0 deletions

View File

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