Projecte

General

Perfil

Baixar (15.1 KB) Estadístiques
| Branca: | Etiqueta: | Revisió:
cef88a16 p4u
# targets.mk
0ebffef3 Jorge L Florit
# Copyright (C) 2011-2013 qmp.cat
6b5e8a5c p4u
#
cef88a16 p4u
# This is free software, licensed under the GNU General Public License v3.
# See LICENSE for more information.
#
#
# For each target the next variables must be defined
# NAME := The name of the device used for output firmware file name
# ARCH := The OpenWRT architecture
# IMAGE := The file path (relative to buildroot) to the firmware
92b6b927 p4u
# PROFILE := The profile used for the device (must coincide with a configs/xxx filename=
#
cef88a16 p4u
# Optional
92b6b927 p4u
# TARGET_MASTER := The device will use the same options defined in his target master
cef88a16 p4u
# TBUILD := The buildroot directory (relative to BUILD_DIR)
# SYSUPGRADE := The file path (relative to buildroot) to the firmware sysupgrade image
6b5e8a5c p4u
#
cef88a16 p4u
# Any option defined in Makefile can be overrided from here, for instance
# override OWRT_SVN = svn://mysvn.com/owrt
6b5e8a5c p4u
611d4f8e Roger Pueyo Centelles
HW_AVAILABLE := ar71xx alfa-nx bullet kvm nsm2 nsm5 nsm5-xw nslm5-xw rocket-m-xw pico2 rocket rs rspro mc-mac1200r tl-2543 tl-703n tl-wr841n-v7 tl-wr841n-v8 tl-wr841n-v9 tl-wr841n-v10 tl-842 tl-mr3020 tl-mr3040 tl-wdr3600 tl-wdr4300 tl-wdr4900-v1 wpe72 dragino2 alix soekris45xx x86 uap-pro unifi-ap vbox vmware vocore wt1520-4m wt1520-8m cf-wr800n dir-810l microwrt wrtnode wt3020-4m wt3020-8m xiaomi-miwifi-mini lamobo-r1 ar71xx-ib ath25-ib mpc85xx-ib ramips-ib x86-ib sunxi-ib
905adba8 Pau Escrich
TBUILD_LIST := openwrt
6b5e8a5c p4u
67e67aad p4u
ifeq ($(T),ar71xx)
50881ab5 Roger Pueyo Centelles
NAME:=Generic_ar71xx
67e67aad p4u
ARCH:=ar71xx
905adba8 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=ath-qmp-tiny-node
67e67aad p4u
endif

c85fc20a Roger Pueyo Centelles
ifeq ($(T),alfa-nx)
NAME:=Alfa_Network-N5
ARCH:=ar71xx
TBUILD:=openwrt
PROFILE:=ath-qmp-small-node
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-alfa-nx-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-alfa-nx-squashfs-sysupgrade.bin
endif

0a1f5a1f p4u
ifeq ($(T),alix)
50881ab5 Roger Pueyo Centelles
NAME:=PC-Engines_Alix
0a1f5a1f p4u
ARCH:=x86
905adba8 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=x86-qmp-big-node
22dccd6e Roger Pueyo Centelles
IMAGE:=bin/$(ARCH)/openwrt-x86-geode-combined-squashfs.img
SYSUPGRADE:=bin/$(ARCH)/openwrt-x86-geode-combined-squashfs.img
0a1f5a1f p4u
endif

c59a1b4d Pau Escrich
ifeq ($(T),x86)
50881ab5 Roger Pueyo Centelles
NAME:=Generic_x86
c59a1b4d Pau Escrich
ARCH:=x86
905adba8 Pau Escrich
TBUILD:=openwrt
c59a1b4d Pau Escrich
PROFILE:=x86-qmp-big-node
IMAGE:=bin/$(ARCH)/openwrt-x86-generic-combined-squashfs.img
SYSUPGRADE:=bin/$(ARCH)/openwrt-x86-generic-combined-squashfs.img
endif

6ffd1496 Roger Pueyo Centelles
ifeq ($(T),soekris45xx)
50881ab5 Roger Pueyo Centelles
NAME:=Soekris_Net45xx
6ffd1496 Roger Pueyo Centelles
ARCH:=x86
TBUILD:=openwrt
PROFILE:=x86-qmp-big-node
IMAGE:=bin/$(ARCH)/openwrt-x86-generic-combined-squashfs.img
SYSUPGRADE:=bin/$(ARCH)/openwrt-x86-generic-combined-squashfs.img
endif
c59a1b4d Pau Escrich
0ebffef3 Jorge L Florit
ifeq ($(T),bullet)
2e70cc30 Roger Pueyo Centelles
NAME:=Ubiquiti_Bullet-M
0ebffef3 Jorge L Florit
ARCH:=ar71xx
905adba8 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=ath-qmp-small-node
0ebffef3 Jorge L Florit
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-bullet-m-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-bullet-m-squashfs-sysupgrade.bin
endif

d2df1407 Roger Pueyo Centelles
ifeq ($(T),cf-wr800n)
NAME:=Comfast_CF-WR800N
ARCH:=ramips
TBUILD:=openwrt
PROFILE:=mt7620-qmp-small-node
IMAGE:=bin/$(ARCH)/openwrt-ramips-mt7620-cf-wr800n-squashfs-sysupgrade.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ramips-mt7620-cf-wr800n-squashfs-sysupgrade.bin
endif

0ebffef3 Jorge L Florit
ifeq ($(T),nsm2)
2e70cc30 Roger Pueyo Centelles
NAME:=Ubiquiti_NanoStation-M2
0ebffef3 Jorge L Florit
ARCH:=ar71xx
905adba8 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=ath-qmp-small-node
0ebffef3 Jorge L Florit
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-nano-m-squashfs-sysupgrade.bin
endif

0a1f5a1f p4u
ifeq ($(T),nsm5)
2e70cc30 Roger Pueyo Centelles
NAME:=Ubiquiti_NanoStation-M5
0a1f5a1f p4u
ARCH:=ar71xx
905adba8 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=ath-qmp-small-node
ae80821b p4u
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-nano-m-squashfs-sysupgrade.bin
0a1f5a1f p4u
endif

9f585fd7 Roger Pueyo Centelles
ifeq ($(T),nsm5-xw)
2e70cc30 Roger Pueyo Centelles
NAME:=Ubiquiti_NanoStation-M5-XW
9f585fd7 Roger Pueyo Centelles
ARCH:=ar71xx
TBUILD:=openwrt
PROFILE:=ath-qmp-small-node
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-nano-m-xw-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-nano-m-xw-squashfs-sysupgrade.bin
endif

fa7ccd0e Roger Pueyo Centelles
ifeq ($(T),nslm5-xw)
2e70cc30 Roger Pueyo Centelles
NAME:=Ubiquiti_NanoStation-Loco-M5-XW
fa7ccd0e Roger Pueyo Centelles
ARCH:=ar71xx
TBUILD:=openwrt
PROFILE:=ath-qmp-small-node
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-loco-m-xw-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-loco-m-xw-squashfs-sysupgrade.bin
endif

398b0246 Roger Pueyo Centelles
ifeq ($(T),lamobo-r1)
NAME:=Lamobo_R1
ARCH:=sunxi
TBUILD:=openwrt
PROFILE:=sunxi-qmp-small-node
SYSUPGRADE:=bin/$(ARCH)/openwrt-sunxi-Lamobo_R1-sdcard-vfat-ext4.img
endif

49c9844c Roger Pueyo Centelles
ifeq ($(T),rocket-m-xw)
2e70cc30 Roger Pueyo Centelles
NAME:=Ubiquiti_Rocket-M5-XW
49c9844c Roger Pueyo Centelles
ARCH:=ar71xx
TBUILD:=openwrt
PROFILE:=ath-qmp-small-node
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-rocket-m-xw-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-rocket-m-xw-squashfs-sysupgrade.bin
endif

0a1f5a1f p4u
ifeq ($(T),pico2)
2e70cc30 Roger Pueyo Centelles
NAME:=Ubiquiti_PicoStation-2
6ac0deda Roger Pueyo Centelles
ARCH:=ath25
905adba8 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=at2-qmp-tiny-node
6ac0deda Roger Pueyo Centelles
BUILD_PATH:=$(BUILD_DIR)/ath25
IMAGE:=bin/$(ARCH)/openwrt-ath25-ubnt2-pico2-squashfs.bin
0a1f5a1f p4u
endif

0ebffef3 Jorge L Florit
ifeq ($(T),rocket)
2e70cc30 Roger Pueyo Centelles
NAME:=Ubiquiti_Rocket-M
6b5e8a5c p4u
ARCH:=ar71xx
905adba8 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=ath-qmp-small-node
0ebffef3 Jorge L Florit
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-rocket-m-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-rocket-m-squashfs-sysupgrade.bin
6b5e8a5c p4u
endif

ifeq ($(T),rs)
50881ab5 Roger Pueyo Centelles
NAME:=Ubiquiti_RouterStation
6b5e8a5c p4u
ARCH:=ar71xx
905adba8 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=ath-qmp-big-node
ae80821b p4u
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-rs-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-rs-squashfs-sysupgrade.bin
6b5e8a5c p4u
endif

0ebffef3 Jorge L Florit
ifeq ($(T),rspro)
2e70cc30 Roger Pueyo Centelles
NAME:=Ubiquiti_RouterStation-Pro
0a1f5a1f p4u
ARCH:=ar71xx
905adba8 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=ath-qmp-big-node
0ebffef3 Jorge L Florit
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-rspro-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-rspro-squashfs-sysupgrade.bin
6f755fd4 p4u
endif

c49cef83 p4u
ifeq ($(T),tl-2543)
50881ab5 Roger Pueyo Centelles
NAME:=TP-Link_TL-WR2543ND-v1
bc56881a p4u
ARCH:=ar71xx
905adba8 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=ath-qmp-small-node
ae80821b p4u
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr2543-v1-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr2543-v1-squashfs-sysupgrade.bin
9a0da680 p4u
endif

6c6320e2 Roger Pueyo Centelles
ifeq ($(T),mc-mac1200r)
50881ab5 Roger Pueyo Centelles
NAME:=Mercury_MAC1200R
6c6320e2 Roger Pueyo Centelles
ARCH:=ar71xx
TBUILD:=openwrt
PROFILE:=ath-qmp-small-node
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-mc-mac1200r-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-mc-mac1200r-squashfs-sysupgrade.bin
endif

0d94a873 Roger Pueyo Centelles
ifeq ($(T),tl-wr841n-v7)
50881ab5 Roger Pueyo Centelles
NAME:=TP-Link_TL-WR841N-v7
512c6391 Marc Navarro
ARCH:=ar71xx
905adba8 Pau Escrich
TBUILD:=openwrt
8a162fff Roger Pueyo Centelles
PROFILE:=ar71xx_kstrip-qmp-tiny-node
512c6391 Marc Navarro
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr841nd-v7-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr841nd-v7-squashfs-sysupgrade.bin
endif

d3e38b73 Lino
ifeq ($(T),tl-wr841n-v8)
50881ab5 Roger Pueyo Centelles
NAME:=TP-Link_TL-WR841N-v8
d3e38b73 Lino
ARCH:=ar71xx
905adba8 Pau Escrich
TBUILD:=openwrt
8a162fff Roger Pueyo Centelles
PROFILE:=ar71xx_kstrip-qmp-tiny-node
d3e38b73 Lino
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr841n-v8-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr841n-v8-squashfs-sysupgrade.bin
endif

d3d4970d Roger Pueyo Centelles
ifeq ($(T),tl-wr841n-v9)
50881ab5 Roger Pueyo Centelles
NAME:=TP-Link_TL-WR841N-v9
d3d4970d Roger Pueyo Centelles
ARCH:=ar71xx
TBUILD:=openwrt
8a162fff Roger Pueyo Centelles
PROFILE:=ar71xx_kstrip-qmp-tiny-node
d3d4970d Roger Pueyo Centelles
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr841n-v9-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr841n-v9-squashfs-sysupgrade.bin
endif

611d4f8e Roger Pueyo Centelles
ifeq ($(T),tl-wr841n-v10)
NAME:=TP-Link_TL-WR841N-v10
ARCH:=ar71xx
TBUILD:=openwrt
PROFILE:=ar71xx_kstrip-qmp-tiny-node
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr841n-v10-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr841n-v10-squashfs-sysupgrade.bin
endif

0ebffef3 Jorge L Florit
ifeq ($(T),tl-842)
50881ab5 Roger Pueyo Centelles
NAME:=TP-Link_TL-WR842ND-v1
54a4d8b6 p4u
ARCH:=ar71xx
905adba8 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=ath-qmp-tiny-node
0ebffef3 Jorge L Florit
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr842n-v1-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr842n-v1-squashfs-sysupgrade.bin
54a4d8b6 p4u
endif

f9f3fc15 p4u
ifeq ($(T),tl-703n)
50881ab5 Roger Pueyo Centelles
NAME:=TP-Link_TL-WR703N-v1
f9f3fc15 p4u
ARCH:=ar71xx
0ba788b0 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=ath-qmp-tiny-node
f9f3fc15 p4u
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-sysupgrade.bin
endif


c49cef83 p4u
ifeq ($(T),tl-mr3020)
50881ab5 Roger Pueyo Centelles
NAME:=TP-Link_TL-MR3020-v1
c49cef83 p4u
ARCH:=ar71xx
905adba8 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=ath-qmp-tiny-node
c49cef83 p4u
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-sysupgrade.bin
ae80821b p4u
endif

243c7ec6 p4u
ifeq ($(T),tl-mr3040)
50881ab5 Roger Pueyo Centelles
NAME:=TP-Link_TL-MR3040-v1
243c7ec6 p4u
ARCH:=ar71xx
905adba8 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=ath-qmp-tiny-node
243c7ec6 p4u
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-mr3040-v1-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-mr3040-v1-squashfs-sysupgrade.bin
eb0d8b08 p4u
endif
137624cc p4u
0ebffef3 Jorge L Florit
ifeq ($(T),tl-wdr3600)
50881ab5 Roger Pueyo Centelles
NAME:=TP-Link_TL-WDR3600-v1
0ebffef3 Jorge L Florit
ARCH:=ar71xx
905adba8 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=ath-qmp-big-node
0ebffef3 Jorge L Florit
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wdr3600-v1-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wdr3600-v1-squashfs-sysupgrade.bin
243c7ec6 p4u
endif

4871984b p4u
ifeq ($(T),tl-wdr4300)
50881ab5 Roger Pueyo Centelles
NAME:=TP-Link_TL-WDR4300-v1
4871984b p4u
ARCH:=ar71xx
905adba8 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=ath-qmp-big-node
4871984b p4u
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wdr4300-v1-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wdr4300-v1-squashfs-sysupgrade.bin
endif

167d191a Roger Pueyo Centelles
ifeq ($(T),tl-wdr4900-v1)
50881ab5 Roger Pueyo Centelles
NAME:=TP-Link_TL-WDR4900-v1
167d191a Roger Pueyo Centelles
ARCH:=mpc85xx
TBUILD:=openwrt
IMAGE:=bin/$(ARCH)/openwrt-mpc85xx-generic-tl-wdr4900-v1-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-mpc85xx-generic-tl-wdr4900-v1-squashfs-sysupgrade.bin
endif

cb3f65fc Pau Escrich
ifeq ($(T),tl-wr743nd)
50881ab5 Roger Pueyo Centelles
NAME:=TP-Link_TL-WR743ND-v1
cb3f65fc Pau Escrich
ARCH:=ar71xx
TBUILD:=openwrt
PROFILE:=ath-qmp-tiny-node
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr743nd-v1-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr743nd-v1-squashfs-sysupgrade.bin
endif

ifeq ($(T),tl-wr740n)
50881ab5 Roger Pueyo Centelles
NAME:=TP-Link_TL-WR740N-v1
cb3f65fc Pau Escrich
ARCH:=ar71xx
TBUILD:=openwrt
PROFILE:=ath-qmp-tiny-node
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr740n-v1-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr740n-v1-squashfs-sysupgrade.bin
endif

92b6b927 p4u
ifeq ($(T),wpe72)
50881ab5 Roger Pueyo Centelles
NAME:=Compex_WPE72
92b6b927 p4u
ARCH:=ar71xx
905adba8 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=ath-qmp-small-node
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-wpe72-squashfs-8M-factory.img
endif

e380de91 Pau Escrich
ifeq ($(T),dragino2)
50881ab5 Roger Pueyo Centelles
NAME:=Dragino_MS14
e380de91 Pau Escrich
ARCH:=ar71xx
TBUILD:=openwrt
PROFILE:=ath-qmp-small-node
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-dragino2-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-dragino2-squashfs-sysupgrade.bin
endif

f3578636 Roger Pueyo Centelles
ifeq ($(T),unifi-ap)
2e70cc30 Roger Pueyo Centelles
NAME:=Ubiquiti_UniFi-AP
f3578636 Roger Pueyo Centelles
ARCH:=ar71xx
TBUILD:=openwrt
PROFILE:=ath-qmp-small-node
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-unifi-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-unifi-squashfs-sysupgrade.bin
endif

0c263807 Roger Pueyo Centelles
ifeq ($(T),uap-pro)
2e70cc30 Roger Pueyo Centelles
NAME:=Ubiquiti_UniFi-AP-PRO
0c263807 Roger Pueyo Centelles
ARCH:=ar71xx
TBUILD:=openwrt
PROFILE:=ath-qmp-small-node
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-uap-pro-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-uap-pro-squashfs-sysupgrade.bin
endif

0ebffef3 Jorge L Florit
ifeq ($(T),vbox)
50881ab5 Roger Pueyo Centelles
NAME:=VirtualBox_x86
0ebffef3 Jorge L Florit
ARCH:=x86
905adba8 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=vm-qmp-big-node
2d10bc7c Roger Pueyo Centelles
IMAGE:=bin/$(ARCH)/openwrt-x86-generic-combined-ext4.img.gz
0ebffef3 Jorge L Florit
endif

ifeq ($(T),vmware)
50881ab5 Roger Pueyo Centelles
NAME:=VMware_x86
0ebffef3 Jorge L Florit
ARCH:=x86
905adba8 Pau Escrich
TBUILD:=openwrt
92b6b927 p4u
PROFILE:=vm-qmp-big-node
0ebffef3 Jorge L Florit
IMAGE:=bin/$(ARCH)/openwrt-x86-generic-combined-ext4.vmdk
SYSUPGRADE:=bin/$(ARCH)/openwrt-x86-generic-combined-ext4.vmdk
endif
98c56dad Roger Pueyo Centelles
6d51a64d Roger Pueyo Centelles
ifeq ($(T),vocore)
2e70cc30 Roger Pueyo Centelles
NAME:=Vonger_VoCore
6d51a64d Roger Pueyo Centelles
ARCH:=ramips
TBUILD:=openwrt
PROFILE:=rt5350-qmp-small-node
IMAGE:=bin/$(ARCH)/openwrt-ramips-rt305x-vocore-squashfs-sysupgrade.bin
endif

9eeaee45 Roger Pueyo Centelles
ifeq ($(T),microwrt)
NAME:=Microduino_MicroWRT
ARCH:=ramips
TBUILD:=openwrt
PROFILE:=mt7620-qmp-small-node
IMAGE:=bin/$(ARCH)/openwrt-ramips-mt7620-microwrt-squashfs-sysupgrade.bin
endif

98c56dad Roger Pueyo Centelles
ifeq ($(T),wrtnode)
2e70cc30 Roger Pueyo Centelles
NAME:=WRTnode_WRTnode
a2b1879a Roger Pueyo Centelles
ARCH:=ramips
TBUILD:=openwrt
33c783ab Roger Pueyo Centelles
PROFILE:=mt7620-qmp-small-node
f93bdd7e Roger Pueyo Centelles
IMAGE:=bin/$(ARCH)/openwrt-ramips-mt7620-wrtnode-squashfs-sysupgrade.bin
98c56dad Roger Pueyo Centelles
endif
4c2ad901 Simó Albert i Beltran
58c5bc81 Roger Pueyo Centelles
ifeq ($(T),wt1520-4m)
50881ab5 Roger Pueyo Centelles
NAME:=Nexx_WT1520-4M
58c5bc81 Roger Pueyo Centelles
ARCH:=ramips
TBUILD:=openwrt
PROFILE:=rt5350-qmp-tiny-node
IMAGE:=bin/$(ARCH)/openwrt-ramips-rt305x-wt1520-4M-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ramips-rt305x-wt1520-4M-squashfs-sysupgrade.bin
endif

ifeq ($(T),wt1520-8m)
50881ab5 Roger Pueyo Centelles
NAME:=Nexx_WT1520-8M
58c5bc81 Roger Pueyo Centelles
ARCH:=ramips
TBUILD:=openwrt
PROFILE:=rt5350-qmp-small-node
IMAGE:=bin/$(ARCH)/openwrt-ramips-rt305x-wt1520-8M-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ramips-rt305x-wt1520-8M-squashfs-sysupgrade.bin
endif

f93bdd7e Roger Pueyo Centelles
ifeq ($(T),wt3020-4m)
50881ab5 Roger Pueyo Centelles
NAME:=Nexx_WT3020-4M
a2b1879a Roger Pueyo Centelles
ARCH:=ramips
TBUILD:=openwrt
e88a49d8 Roger Pueyo Centelles
PROFILE:=mt7620_kstrip-qmp-tiny-node
f93bdd7e Roger Pueyo Centelles
IMAGE:=bin/$(ARCH)/openwrt-ramips-mt7620-wt3020-4M-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ramips-mt7620-wt3020-4M-squashfs-sysupgrade.bin
endif

ifeq ($(T),wt3020-8m)
50881ab5 Roger Pueyo Centelles
NAME:=Nexx_WT3020-8M
f93bdd7e Roger Pueyo Centelles
ARCH:=ramips
TBUILD:=openwrt
PROFILE:=mt7620-qmp-small-node
IMAGE:=bin/$(ARCH)/openwrt-ramips-mt7620-wt3020-8M-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ramips-mt7620-wt3020-8M-squashfs-sysupgrade.bin
a2b1879a Roger Pueyo Centelles
endif

663c6c05 Roger Pueyo Centelles
ifeq ($(T),xiaomi-miwifi-mini)
50881ab5 Roger Pueyo Centelles
NAME:=Xiaomi_MiWiFi-Mini
663c6c05 Roger Pueyo Centelles
ARCH:=ramips
TBUILD:=openwrt
PROFILE:=mt7620-qmp-small-node
IMAGE:=bin/$(ARCH)/openwrt-ramips-mt7620-xiaomi-miwifi-mini-squashfs-sysupgrade.bin
11399e24 Roger Pueyo Centelles
SYSUPGRADE:=bin/$(ARCH)/openwrt-ramips-mt7620-xiaomi-miwifi-mini-squashfs-sysupgrade.bin
663c6c05 Roger Pueyo Centelles
endif

bdef76a9 Roger Pueyo Centelles
ifeq ($(T),dir-810l)
50881ab5 Roger Pueyo Centelles
NAME:=D-Link_DIR-810L
a2b1879a Roger Pueyo Centelles
ARCH:=ramips
TBUILD:=openwrt
33c783ab Roger Pueyo Centelles
PROFILE:=mt7620-qmp-small-node
f93bdd7e Roger Pueyo Centelles
IMAGE:=bin/$(ARCH)/openwrt-ramips-mt7620-dir-810l-squashfs-sysupgrade.bin
bdef76a9 Roger Pueyo Centelles
endif

aeaffae2 Simó Albert i Beltran
ifeq ($(T),kvm)
50881ab5 Roger Pueyo Centelles
NAME:=KVM_x86
aeaffae2 Simó Albert i Beltran
ARCH:=x86
7fd7b47a Roger Pueyo Centelles
TBUILD:=openwrt
aeaffae2 Simó Albert i Beltran
PROFILE:=kvm-qmp-big-node
IMAGE:=bin/$(ARCH)/openwrt-x86-kvm_guest-combined-ext4.img.gz
endif
c06b74bc Roger Pueyo Centelles
ifeq ($(T),ar71xx-ib)
50881ab5 Roger Pueyo Centelles
NAME:=ar71xx_imagebuilder
c06b74bc Roger Pueyo Centelles
ARCH:=ar71xx
TBUILD:=openwrt
PROFILE:=ar71xx-imagebuilder
override MAKE_SRC = -j$(J) V=$(V) IGNORE_ERRORS=1
IMAGE:=bin/$(ARCH)/OpenWrt-ImageBuilder-$(ARCH)_generic-for-linux-x86_64.tar.bz2 ImageBuilder-qMp-ar71xx-x86_64.tar.bz2
endif

6ac0deda Roger Pueyo Centelles
ifeq ($(T),ath25-ib)
50881ab5 Roger Pueyo Centelles
NAME:=ath25_imagebuilder
6ac0deda Roger Pueyo Centelles
ARCH:=ath25
c06b74bc Roger Pueyo Centelles
TBUILD:=openwrt
6ac0deda Roger Pueyo Centelles
PROFILE:=ath25-imagebuilder
c06b74bc Roger Pueyo Centelles
override MAKE_SRC = -j$(J) V=$(V) IGNORE_ERRORS=1
IMAGE:=bin/$(ARCH)/OpenWrt-ImageBuilder-$(ARCH)_generic-for-linux-x86_64.tar.bz2 ImageBuilder-qMp-ar71xx-x86_64.tar.bz2
endif

ifeq ($(T),mpc85xx-ib)
50881ab5 Roger Pueyo Centelles
NAME:=mpc85xx_imagebuilder
c06b74bc Roger Pueyo Centelles
ARCH:=mpc85xx
TBUILD:=openwrt
PROFILE:=mpc85xx-imagebuilder
override MAKE_SRC = -j$(J) V=$(V) IGNORE_ERRORS=1
IMAGE:=bin/$(ARCH)/OpenWrt-ImageBuilder-$(ARCH)_generic-for-linux-x86_64.tar.bz2 ImageBuilder-qMp-ar71xx-x86_64.tar.bz2
endif

ifeq ($(T),ramips-ib)
50881ab5 Roger Pueyo Centelles
NAME:=ramips_imagebuilder
c06b74bc Roger Pueyo Centelles
ARCH:=ramips
TBUILD:=openwrt
PROFILE:=ramips-imagebuilder
override MAKE_SRC = -j$(J) V=$(V) IGNORE_ERRORS=1
IMAGE:=bin/$(ARCH)/OpenWrt-ImageBuilder-$(ARCH)_generic-for-linux-x86_64.tar.bz2 ImageBuilder-qMp-ar71xx-x86_64.tar.bz2
endif

614698c5 Roger Pueyo Centelles
ifeq ($(T),sunxi-ib)
NAME:=sunxi_imagebuilder
ARCH:=sunxi
TBUILD:=openwrt
PROFILE:=sunxi-imagebuilder
override MAKE_SRC = -j$(J) V=$(V) IGNORE_ERRORS=1
IMAGE:=bin/$(ARCH)/OpenWrt-ImageBuilder-$(ARCH)_generic-for-linux-x86_64.tar.bz2 ImageBuilder-qMp-sunxi-x86_64.tar.bz2
endif

c06b74bc Roger Pueyo Centelles
ifeq ($(T),x86-ib)
50881ab5 Roger Pueyo Centelles
NAME:=x86_imagebuilder
c06b74bc Roger Pueyo Centelles
ARCH:=x86
TBUILD:=openwrt
c08e16f4 Roger Pueyo Centelles
PROFILE:=x86-imagebuilder
c06b74bc Roger Pueyo Centelles
override MAKE_SRC = -j$(J) V=$(V) IGNORE_ERRORS=1
IMAGE:=bin/$(ARCH)/OpenWrt-ImageBuilder-$(ARCH)_generic-for-linux-x86_64.tar.bz2 ImageBuilder-qMp-ar71xx-x86_64.tar.bz2
endif