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
master
Felix Fietkau 9 years ago
parent 0da9da0d33
commit 67877462a2
  1. 3
      target/linux/malta/base-files.mk

@ -0,0 +1,3 @@
define Package/base-files/install-target
rm -f $(1)/etc/config/network
endef
Loading…
Cancel
Save