From: agb Date: Thu, 26 Feb 2009 05:54:46 +0000 (+0000) Subject: [ar71xx] defconfig: remove network config installed by base-files so defconfig can... X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=cc9bf2a6049cdb32abb831af7df2dd31f7f0cb1a;p=openwrt-working-2016%2F.git [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 --- diff --git a/target/linux/ar71xx/base-files.mk b/target/linux/ar71xx/base-files.mk new file mode 100644 index 0000000000..d6682bd388 --- /dev/null +++ b/target/linux/ar71xx/base-files.mk @@ -0,0 +1,5 @@ +define Package/base-files/install-target + rm -f $(1)/etc/config/network +endef + +