Projecte

General

Perfil

Baixar (1.03 KB) Estadístiques
| Branca: | Etiqueta: | Revisió:
6b5e8a5c p4u
#
# Copyright (C) 2011 qmp.cat
#
# This is free software, licensed under the GNU General Public License v3.
# See /LICENSE for more information.
#

HW_AVAILABLE := alix rs rspro x86 fonera nsm5 nsm2

ifeq ($(T),rspro)
NAME:=RouterStationPro
ARCH:=ar71xx
8fee292e p4u
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-rspro-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-rspro-squashfs-sysupgrade.bin
6b5e8a5c p4u
endif

ifeq ($(T),rs)
NAME:=RouterStation
ff488f02 p4u
TARGET:=rspro
6b5e8a5c p4u
ARCH:=ar71xx
ff488f02 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

ifeq ($(T),alix)
e4a024c9 p4u
NAME:=Alix
6b5e8a5c p4u
ARCH:=x86
8fee292e p4u
COMPRESSED:=1
IMAGE:=bin/$(ARCH)/openwrt-x86-alix2-combined-squashfs.img.gz
SYSUPGRADE:=bin/$(ARCH)/openwrt-x86-alix2-combined-squashfs.img.gz
6b5e8a5c p4u
endif

c8428f71 p4u
ifeq ($(T),nsm5)
NAME:=NanoStationM5
ARCH:=ar71xx
IMAGE:=bin/$(ARCH)/openwrt-ar71xx-ubnt-nano-m-squashfs-factory.bin
SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-ubnt-nano-m-squashfs-sysupgrade.bin
endif