wr21 config template: set default platform variant
http://fisheye.digi.com:8060/cru/CR-DEL-27#CFR-516 Signed-off-by: Francis Sreeves <francis.sreeves@digi.com>
This commit is contained in:
parent
d2cdf7826e
commit
53f6acf707
|
|
@ -48,7 +48,10 @@
|
||||||
#MACHINE ?= "routerstationpro"
|
#MACHINE ?= "routerstationpro"
|
||||||
#
|
#
|
||||||
# This sets the default machine to be qemux86 if no other machine is selected:
|
# This sets the default machine to be qemux86 if no other machine is selected:
|
||||||
MACHINE ??= "wr21"
|
#MACHINE ??= "qemux86"
|
||||||
|
|
||||||
|
MACHINE = "wr21"
|
||||||
|
MACHINE_VARIANT = ""
|
||||||
|
|
||||||
#
|
#
|
||||||
# Where to place downloads
|
# Where to place downloads
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue