From: nbd Date: Sun, 3 Jan 2016 11:36:26 +0000 (+0000) Subject: malta: fix generating network configuration X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=dc70fe6517b1a0a73ee8b52037be627a5a973e70;p=openwrt.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48076 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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