aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/malta
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-03 11:36:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-03 11:36:26 +0000
commit2c4fb814e45c5d87b75c40ac8c0cc229bfe7246b (patch)
tree4f89efeebf4c4a7794ddb036b7943c506800f1b3 /target/linux/malta
parente3cc4924002e175bb74fcaed73f4398f14de9861 (diff)
downloadmaster-187ad058-2c4fb814e45c5d87b75c40ac8c0cc229bfe7246b.tar.gz
master-187ad058-2c4fb814e45c5d87b75c40ac8c0cc229bfe7246b.tar.bz2
master-187ad058-2c4fb814e45c5d87b75c40ac8c0cc229bfe7246b.zip
malta: fix generating network configuration
With the default network config provided by package base-files present, board_detect won't create a new config from board.json. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48076 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/malta')
-rw-r--r--target/linux/malta/base-files.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/malta/base-files.mk b/target/linux/malta/base-files.mk
new file mode 100644
index 0000000000..fdd2c714b2
--- /dev/null
+++ b/target/linux/malta/base-files.mk
@@ -0,0 +1,3 @@
+define Package/base-files/install-target
+ rm -f $(1)/etc/config/network
+endef