mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
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
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 New Issue
Block a user