openwrtv4/target/linux/malta/base-files.mk
Felix Fietkau 67877462a2 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
2016-01-03 11:36:26 +00:00

3 lines
78 B
Makefile

define Package/base-files/install-target
rm -f $(1)/etc/config/network
endef