Revisió d4f2ce81
Afegit per Roger Pueyo Centelles fa aproximadament 10 anys
Makefile | ||
---|---|---|
# [qMp] firmware generator (http://qmp.cat)
|
||
#
|
||
# Copyright (C) 2011-2012 Routek S.L routek.net
|
||
# Copyright (C) 2011-2014 Routek S.L. routek.net
|
||
#
|
||
# Thiss program is free software: you can redistribute it and/or modify
|
||
# it under the terms of the GNU General Public License as published by
|
targets.mk | ||
---|---|---|
# Any option defined in Makefile can be overrided from here, for instance
|
||
# override OWRT_SVN = svn://mysvn.com/owrt
|
||
|
||
HW_AVAILABLE := ar71xx bullet kvm nsm2 nsm5 nsm5-xw pico2 rocket rs rspro tl-2543 tl-703n tl-wr841n-v7 tl-wr841n-v8 tl-wr841n-v9 tl-842 tl-mr3020 tl-mr3040 tl-mr3040-cam tl-wdr3600 tl-wdr4300 wpe72 dragino2 alix x86 unifi-ap vbox vmware wrtnode ath-ib
|
||
HW_AVAILABLE := ar71xx bullet kvm nsm2 nsm5 pico2 rocket rs rspro tl-2543 tl-703n tl-wr841n-v7 tl-wr841n-v8 tl-wr841n-v9 tl-842 tl-mr3020 tl-mr3040 tl-mr3040-cam tl-wdr3600 tl-wdr4300 wpe72 dragino2 alix x86 unifi-ap vbox vmware wrtnode ath-ib
|
||
TBUILD_LIST := openwrt
|
||
|
||
ifeq ($(T),ar71xx)
|
||
... | ... | |
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-nano-m-squashfs-sysupgrade.bin
|
||
endif
|
||
|
||
ifeq ($(T),nsm5-xw)
|
||
NAME:=NanoStationM5-XW
|
||
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
|
||
|
||
ifeq ($(T),pico2)
|
||
NAME:=PicoStation2
|
||
ARCH:=atheros
|
També disponible a: Unified diff
Remove NSM5-XW from targets.mk (it is not really well supported in OpenWrt 14.07 right now)