Revisió cc71c733
Afegit per Pau Escrich fa casi 12 anys
targets.mk | ||
---|---|---|
# See /LICENSE for more information.
|
||
#
|
||
|
||
HW_AVAILABLE := alix rs rspro nsm5 nsm2 tl-2543 tl-841 tl-842 tl-N750 freestation rocket bullet wpe72 pico2
|
||
HW_AVAILABLE := alix vbox rs rspro nsm5 nsm2 tl-2543 tl-841 tl-842 tl-N750 freestation rocket bullet wpe72 pico2
|
||
|
||
ifeq ($(T),rspro)
|
||
NAME:=RouterStationPro
|
||
... | ... | |
SYSUPGRADE:=bin/$(ARCH)/openwrt-x86-generic-combined-squashfs.img
|
||
endif
|
||
|
||
ifeq ($(T),vbox)
|
||
NAME:=VBox
|
||
ARCH:=x86
|
||
override TARGET:=alix
|
||
IMAGE:=bin/$(ARCH)/openwrt-x86-generic-combined-ext2.vdi
|
||
SYSUPGRADE:=bin/$(ARCH)/openwrt-x86-generic-combined-ext2.vdi
|
||
endif
|
||
|
||
|
||
ifeq ($(T),nsm5)
|
||
NAME:=NanoStationM5
|
||
ARCH:=ar71xx
|
També disponible a: Unified diff
Added new target for VirtualBox vbox