Author: nbd Date: 2016-01-03 12:36:26 +0100 (Sun, 03 Jan 2016) New Revision: 48076
Added: trunk/target/linux/malta/base-files.mk Log: 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 <[email protected]> Copied: trunk/target/linux/malta/base-files.mk (from rev 48075, trunk/target/linux/sunxi/base-files.mk) =================================================================== --- trunk/target/linux/malta/base-files.mk (rev 0) +++ trunk/target/linux/malta/base-files.mk 2016-01-03 11:36:26 UTC (rev 48076) @@ -0,0 +1,3 @@ +define Package/base-files/install-target + rm -f $(1)/etc/config/network +endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
