1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:09:29 +03:00

[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
This commit is contained in:
agb 2009-02-26 05:54:46 +00:00
parent 2d1c688ec9
commit cc9bf2a604

View File

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