Revisió a9dc94c7
Afegit per Pau Escrich fa casi 13 anys
| targets.mk | ||
|---|---|---|
|
# override OWRT_SVN = svn://mysvn.com/owrt
|
||
|
|
||
|
HW_AVAILABLE := ar71xx alix bullet freestation nsm2 nsm5 pico2 rocket rs rspro tl-2543 tl-703n tl-841 tl-842 tl-mr3020 tl-mr3040 tl-mr3040-cam tl-wdr3600 tl-wdr4300 vbox vmware wpe72
|
||
|
TBUILD_LIST := x86 ar71xx ramips atheros
|
||
|
TBUILD_LIST := ar71xx
|
||
|
|
||
|
ifeq ($(T),ar71xx)
|
||
|
NAME:=ar71xx
|
||
| ... | ... | |
|
ifeq ($(T),alix)
|
||
|
NAME:=Alix
|
||
|
ARCH:=x86
|
||
|
TBUILD:=x86
|
||
|
TBUILD:=ar71xx
|
||
|
IMAGE:=bin/$(ARCH)/openwrt-x86-alix2-combined-squashfs.img
|
||
|
SYSUPGRADE:=bin/$(ARCH)/openwrt-x86-alix2-combined-squashfs.img
|
||
|
endif
|
||
| ... | ... | |
|
ifeq ($(T),pico2)
|
||
|
NAME:=PicoStation2
|
||
|
ARCH:=atheros
|
||
|
TBUILD:=atheros
|
||
|
TBUILD:=ar71xx
|
||
|
BUILD_PATH:=$(BUILD_DIR)/atheros
|
||
|
IMAGE:=bin/$(ARCH)/openwrt-atheros-ubnt2-pico2-squashfs.bin
|
||
|
endif
|
||
| ... | ... | |
|
ifeq ($(T),vbox)
|
||
|
NAME:=VBox
|
||
|
ARCH:=x86
|
||
|
TBUILD:=x86
|
||
|
TBUILD:=ar71xx
|
||
|
IMAGE:=bin/$(ARCH)/openwrt-x86-generic-combined-ext4.vdi
|
||
|
SYSUPGRADE:=bin/$(ARCH)/openwrt-x86-generic-combined-ext4.vdi
|
||
|
endif
|
||
| ... | ... | |
|
ifeq ($(T),vmware)
|
||
|
NAME:=VMware
|
||
|
ARCH:=x86
|
||
|
TBUILD:=x86
|
||
|
TBUILD:=ar71xx
|
||
|
IMAGE:=bin/$(ARCH)/openwrt-x86-generic-combined-ext4.vmdk
|
||
|
SYSUPGRADE:=bin/$(ARCH)/openwrt-x86-generic-combined-ext4.vmdk
|
||
|
endif
|
||
També disponible a: Unified diff
Change x86, atheros and ramips TBUILD to ar71xx to unify all targets in one single openwrt source directory