Revisió 0e1aa02a
Afegit per Roger Pueyo Centelles fa aproximadament 8 anys
targets.mk | ||
---|---|---|
BIG:=rpi-3
|
||
endif
|
||
|
||
#This architecture is not really multi-profile, but has only one device
|
||
ifeq ($(MPT),mpc85xx-generic)
|
||
TBUILD:=lede
|
||
ARCH:=mpc85xx
|
||
SUBARCH:=generic
|
||
DEVPKG:=
|
||
TINY:=
|
||
SMALL:=
|
||
BIG:=
|
||
endif
|
||
|
||
ifeq ($(MPT),ramips-mt7620)
|
||
TBUILD:=lede
|
||
ARCH:=ramips
|
||
... | ... | |
ARCH:=mpc85xx
|
||
SUBARCH:=generic
|
||
TBUILD:=lede
|
||
PROFILE:=mpc85xx-qmp-big-node
|
||
MPNAME:=
|
||
FACTORY:=$(DISTCL)-$(ARCH)-$(SUBARCH)-$(T)-$(SQUASHFACTORY)
|
||
SYSUPGRADE:=$(DISTCL)--$(ARCH)-$(SUBARCH)-$(T)-$(SQUASHSYSUPGRADE)
|
||
PROFILE:=qmp-big-node
|
||
MPNAME:=tl-wdr4900-v1
|
||
FACTORY:=$(DISTCL)-$(ARCH)-$(SUBARCH)-$(MPNAME)-$(SQUASHFACTORY)
|
||
SYSUPGRADE:=$(DISTCL)-$(ARCH)-$(SUBARCH)-$(MPNAME)-$(SQUASHSYSUPGRADE)
|
||
endif
|
||
|
||
ifeq ($(T),tl-wr743nd-v1)
|
També disponible a: Unified diff
[multiprofile] Convert mpc85xx architecture to multiprofile