[OpenWrt-Devel] [PATCH] malta: fix generating network configuration

Yousong Zhou yszhou4tech at gmail.com
Sat Jan 2 10:54:40 EST 2016


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 at gmail.com>
---
 target/linux/malta/base-files.mk | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 target/linux/malta/base-files.mk

diff --git a/target/linux/malta/base-files.mk b/target/linux/malta/base-files.mk
new file mode 100644
index 0000000..fdd2c71
--- /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
-- 
2.6.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list