diff options
author | John Crispin <john@openwrt.org> | 2016-02-18 08:35:21 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-02-18 08:35:21 +0000 |
commit | cb5711d72a1b0a962d2ab3ffab2147d6bdf83cf8 (patch) | |
tree | 40c9416b69f3c82e532b9ecfda7d63cfeb062b66 /target/linux | |
parent | 73015c4cb3787cccadc72b53fdb84b2d45c90136 (diff) | |
download | upstream-cb5711d72a1b0a962d2ab3ffab2147d6bdf83cf8.tar.gz upstream-cb5711d72a1b0a962d2ab3ffab2147d6bdf83cf8.tar.bz2 upstream-cb5711d72a1b0a962d2ab3ffab2147d6bdf83cf8.zip |
archs38: remove network config override
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48741
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/archs38/base-files.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/archs38/base-files.mk b/target/linux/archs38/base-files.mk deleted file mode 100644 index fdd2c714b2..0000000000 --- a/target/linux/archs38/base-files.mk +++ /dev/null @@ -1,3 +0,0 @@ -define Package/base-files/install-target - rm -f $(1)/etc/config/network -endef |