diff options
author | Andy Boyett <agb@openwrt.org> | 2009-02-26 05:54:46 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2009-02-26 05:54:46 +0000 |
commit | 6201f8692410d51497992154fa2ca738edbf137c (patch) | |
tree | 9cce4e85fe4ed728b2211cb1232095a68e752eac /target/linux | |
parent | 7f8cc4e8cce8f61422e33f6ba439b0b7d33d5354 (diff) | |
download | upstream-6201f8692410d51497992154fa2ca738edbf137c.tar.gz upstream-6201f8692410d51497992154fa2ca738edbf137c.tar.bz2 upstream-6201f8692410d51497992154fa2ca738edbf137c.zip |
[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
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/base-files.mk | 5 |
1 files changed, 5 insertions, 0 deletions
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 + + |