Revisió ff488f02
Afegit per Pau Escrich fa casi 13 anys
targets.mk | ||
---|---|---|
|
||
ifeq ($(T),rs)
|
||
NAME:=RouterStation
|
||
TARGET:=rspro
|
||
ARCH:=ar71xx
|
||
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-ubnt-rs-squashfs-factory.bin
|
||
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-ubnt-rs-squashfs-sysupgrade.bin
|
||
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-rs-squashfs-factory.bin
|
||
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-rs-squashfs-sysupgrade.bin
|
||
endif
|
||
|
||
ifeq ($(T),alix)
|
També disponible a: Unified diff
Now user can define TARGET inside targets.mk. It is useful for RS for instance, where source is the same. So added support for RS too