Revisió 6ac0deda
Afegit per Roger Pueyo Centelles fa més de 9 anys
configs/ath25-imagebuilder | ||
---|---|---|
CONFIG_TARGET_ath25=y
|
||
CONFIG_ALL=y
|
configs/atheros-imagebuilder | ||
---|---|---|
CONFIG_TARGET_atheros=y
|
||
CONFIG_ALL=y
|
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 nslm5-xw rocket-m-xw pico2 rocket rs rspro mc-mac1200r 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 tl-wdr4900-v1 wpe72 dragino2 alix soekris45xx x86 uap-pro unifi-ap vbox vmware cf-wr800n dir-810l wrtnode wt1520-4m wt1520-8m wt3020-4m wt3020-8m xiaomi-miwifi-mini ar71xx-ib atheros-ib mpc85xx-ib ramips-ib x86-ib
|
||
HW_AVAILABLE := ar71xx bullet kvm nsm2 nsm5 nsm5-xw nslm5-xw rocket-m-xw pico2 rocket rs rspro mc-mac1200r 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 tl-wdr4900-v1 wpe72 dragino2 alix soekris45xx x86 uap-pro unifi-ap vbox vmware cf-wr800n dir-810l wrtnode wt1520-4m wt1520-8m wt3020-4m wt3020-8m xiaomi-miwifi-mini ar71xx-ib ath25-ib mpc85xx-ib ramips-ib x86-ib
|
||
TBUILD_LIST := openwrt
|
||
|
||
ifeq ($(T),ar71xx)
|
||
... | ... | |
|
||
ifeq ($(T),pico2)
|
||
NAME:=PicoStation2
|
||
ARCH:=atheros
|
||
ARCH:=ath25
|
||
TBUILD:=openwrt
|
||
PROFILE:=at2-qmp-tiny-node
|
||
BUILD_PATH:=$(BUILD_DIR)/atheros
|
||
IMAGE:=bin/$(ARCH)/openwrt-atheros-ubnt2-pico2-squashfs.bin
|
||
BUILD_PATH:=$(BUILD_DIR)/ath25
|
||
IMAGE:=bin/$(ARCH)/openwrt-ath25-ubnt2-pico2-squashfs.bin
|
||
endif
|
||
|
||
ifeq ($(T),rocket)
|
||
... | ... | |
IMAGE:=bin/$(ARCH)/OpenWrt-ImageBuilder-$(ARCH)_generic-for-linux-x86_64.tar.bz2 ImageBuilder-qMp-ar71xx-x86_64.tar.bz2
|
||
endif
|
||
|
||
ifeq ($(T),atheros-ib)
|
||
NAME:=atheros
|
||
ARCH:=atheros
|
||
ifeq ($(T),ath25-ib)
|
||
NAME:=ath25
|
||
ARCH:=ath25
|
||
TBUILD:=openwrt
|
||
PROFILE:=atheros-imagebuilder
|
||
PROFILE:=ath25-imagebuilder
|
||
override MAKE_SRC = -j$(J) V=$(V) IGNORE_ERRORS=1
|
||
IMAGE:=bin/$(ARCH)/OpenWrt-ImageBuilder-$(ARCH)_generic-for-linux-x86_64.tar.bz2 ImageBuilder-qMp-ar71xx-x86_64.tar.bz2
|
||
endif
|
També disponible a: Unified diff
Rename old atheros architecture to ath25