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:
Francis Sreeves 2013-05-22 10:19:02 +01:00
parent d2cdf7826e
commit 53f6acf707
1 changed files with 4 additions and 1 deletions

View File

@ -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