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
This commit is contained in:
parent
0da9da0d33
commit
67877462a2
1 changed files with 3 additions and 0 deletions
3
target/linux/malta/base-files.mk
Normal file
3
target/linux/malta/base-files.mk
Normal file
|
@ -0,0 +1,3 @@
|
|||
define Package/base-files/install-target
|
||||
rm -f $(1)/etc/config/network
|
||||
endef
|
Loading…
Reference in a new issue