aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/octeon/base-files.mk
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-19 14:13:20 +0000
committerJohn Crispin <blogic@openwrt.org>2014-06-19 14:13:20 +0000
commit531c49cf7e4a9dcf386cc582a2a6d82132011b7e (patch)
tree80d24449a7f217fe8c6a411fd8c9d7df7a63dcc0 /target/linux/octeon/base-files.mk
parentbb3632cae7bc25f81855efbbaeab79ee5120a6ce (diff)
downloadupstream-531c49cf7e4a9dcf386cc582a2a6d82132011b7e.tar.gz
upstream-531c49cf7e4a9dcf386cc582a2a6d82132011b7e.tar.bz2
upstream-531c49cf7e4a9dcf386cc582a2a6d82132011b7e.zip
octeon: add basic board detection
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41274 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/octeon/base-files.mk')
-rw-r--r--target/linux/octeon/base-files.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/octeon/base-files.mk b/target/linux/octeon/base-files.mk
new file mode 100644
index 0000000000..fdd2c714b2
--- /dev/null
+++ b/target/linux/octeon/base-files.mk
@@ -0,0 +1,3 @@
+define Package/base-files/install-target
+ rm -f $(1)/etc/config/network
+endef