[ar71xx] defconfig: remove network config installed by base-files so defconfig can...
authorAndy Boyett <agb@openwrt.org>
Thu, 26 Feb 2009 05:54:46 +0000 (05:54 +0000)
committerAndy Boyett <agb@openwrt.org>
Thu, 26 Feb 2009 05:54:46 +0000 (05:54 +0000)
SVN-Revision: 14664

target/linux/ar71xx/base-files.mk [new file with mode: 0644]

diff --git a/target/linux/ar71xx/base-files.mk b/target/linux/ar71xx/base-files.mk
new file mode 100644 (file)
index 0000000..d6682bd
--- /dev/null
@@ -0,0 +1,5 @@
+define Package/base-files/install-target
+       rm -f $(1)/etc/config/network
+endef
+
+