summaryrefslogtreecommitdiffstats
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
commit67877462a2b7a96c9c872247957964982f9582c3 (patch)
tree45b5bcfbfd2b18df2a47b9e3a0e5614b8faa483b /target/linux/malta
parent0da9da0d3348ffbe0f6f90da6ea4dd7d4959bacf (diff)
downloadmaster-31e0f0ae-67877462a2b7a96c9c872247957964982f9582c3.tar.gz
master-31e0f0ae-67877462a2b7a96c9c872247957964982f9582c3.tar.bz2
master-31e0f0ae-67877462a2b7a96c9c872247957964982f9582c3.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> SVN-Revision: 48076
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