Revisió 9a0da680
Afegit per Pau Escrich fa aproximadament 14 anys
| targets.mk | ||
|---|---|---|
|
# See /LICENSE for more information.
|
||
|
#
|
||
|
|
||
|
HW_AVAILABLE := alix rs rspro x86 fonera nsm5 nsm2 tplink2543 freestation
|
||
|
HW_AVAILABLE := alix rs rspro fonera nsm5 nsm2 tplink2543 freestation
|
||
|
|
||
|
ifeq ($(T),rspro)
|
||
|
NAME:=RouterStationPro
|
||
| ... | ... | |
|
NAME:=Freestation
|
||
|
ARCH:=ramips
|
||
|
IMAGE:=bin/$(ARCH)/openwrt-ramips-rt305x-fonera20n-squashfs-factory.bin
|
||
|
SYSUPGRADE:=bin/$(ARCH)/openwrt-ramips-rt305x-fonera20n-squashfs-sysupgrade.bin
|
||
|
override OWRT_SVN = -r 30470 svn://svn.openwrt.org/openwrt/trunk
|
||
|
override OWRT_PKG_SVN = -r 30470 svn://svn.openwrt.org/openwrt/packages
|
||
|
SYSUPGRADE:=bin/$(ARCH)/openwrt-ramips-rt305x-freestation5-squashfs-sysupgrade.bin
|
||
|
override OWRT_SVN = -r 31201 svn://svn.openwrt.org/openwrt/trunk
|
||
|
override OWRT_PKG_SVN = -r 31201 svn://svn.openwrt.org/openwrt/packages
|
||
|
endif
|
||
|
|
||
|
ifeq ($(T),tplink2543)
|
||
| ... | ... | |
|
ARCH:=ar71xx
|
||
|
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr2543n-v1-squashfs-factory.bin
|
||
|
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-wr2543n-v1-squashfs-sysupgrade.bin
|
||
|
override OWRT_SVN = -r 29800 svn://svn.openwrt.org/openwrt/trunk
|
||
|
override OWRT_PKG_SVN = -r 29800 svn://svn.openwrt.org/openwrt/packages
|
||
|
override OWRT_SVN = -r 31201 svn://svn.openwrt.org/openwrt/trunk
|
||
|
override OWRT_PKG_SVN = -r 31201 svn://svn.openwrt.org/openwrt/packages
|
||
|
endif
|
||
|
|
||
|
ifeq ($(T),wpe72)
|
||
|
NAME:=Compex-WPE72
|
||
|
ARCH:=ar71xx
|
||
|
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-wpe72-squashfs-8M-factory.img
|
||
|
override OWRT_SVN = -r 31201 svn://svn.openwrt.org/openwrt/trunk
|
||
|
override OWRT_PKG_SVN = -r 31201 svn://svn.openwrt.org/openwrt/packages
|
||
|
endif
|
||
|
|
||
|
ifeq ($(T),fonera)
|
||
També disponible a: Unified diff
Add support for Compecx WPE72 and FreeStation (with last trunk)