From: Andy Boyett Date: Thu, 26 Feb 2009 05:54:46 +0000 (+0000) Subject: defconfig: remove network config installed by base-files so defconfig can work X-Git-Tag: reboot~24364 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8b9a31b9182656488fac9bbe90b8b6479a5ffe17;p=openwrt%2Fstaging%2Fxback.git defconfig: remove network config installed by base-files so defconfig can work SVN-Revision: 14664 --- 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 + +