mirror of https://github.com/aredn/aredn.git
aredn: tag and prepare final 3.16.2.0 release
This commit is contained in:
parent
c06573c0b2
commit
18f3c84ba0
|
@ -18,10 +18,10 @@ AirRouter | airrouter | 32Mb | stable
|
|||
AirRouter HP | airrouter | 32Mb | stable
|
||||
Bullet M2/M5 | bullet-m | 32Mb | stable
|
||||
Bullet Ti | bullet-m | 32Mb | stable
|
||||
NanoBridge 2G18 | loco-m | 32Mb | stable
|
||||
NanoBridge 5G22/25 | loco-m | 32Mb | stable
|
||||
NanoBridge M9 | loco-m | 32Mb | stable
|
||||
NanoStation Loco M2/M5/M9 XM | loco-m | 32Mb | stable
|
||||
NanoBridge 2G18 | bullet-m | 32Mb | stable
|
||||
NanoBridge 5G22/25 | bullet-m | 32Mb | stable
|
||||
NanoBridge M9 | bullet-m | 32Mb | stable
|
||||
NanoStation Loco M2/M5/M9 XM | bullet-m | 32Mb | stable
|
||||
NanoStation M2/M3/M5 XM | nano-m | 32Mb | stable
|
||||
NanoStation M5 XW | nano-m-xw | 64Mb | stable
|
||||
PicoStation M2 | bullet-m | 32Mb | stable
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# default parameters for Makefile
|
||||
|
||||
# What version will show in the AREDN firmware 'Node Status" UI page?
|
||||
PRIVATE_BUILD_VERSION=3.16.2.0RC1
|
||||
PRIVATE_BUILD_VERSION=3.16.2.0
|
||||
|
||||
# build options: -j# for (# of cores +1) on build machine, V=s for verbose output
|
||||
# https://wiki.openwrt.org/doc/howto/build#make_options (archive)
|
||||
|
|
|
@ -1 +1 @@
|
|||
src-git arednpackages git://github.com/aredn/aredn_packages;hotfix-3.16.1.2
|
||||
src-git arednpackages git://github.com/aredn/aredn_packages;hotfix-3.16.2.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
/ ____ \| | \ \| |____| |__| | |\ |
|
||||
/_/ \_\_| \_\______|_____/|_| \_|
|
||||
AMATEUR RADIO EMERGENCY DATA NETWORK
|
||||
Release 3.16.1.0
|
||||
Release 3.16.2.0
|
||||
-----------------------------------------------
|
||||
BASED ON OpenWRT BARRIER BREAKER r42549
|
||||
-----------------------------------------------
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
OPENWRT_SRC=https://github.com/aredn/arednbase
|
||||
|
||||
# what branch, tag or commit in this repo?
|
||||
OPENWRT_COMMIT=hotfix-3.16.1.2
|
||||
OPENWRT_COMMIT=3.16.1.1
|
||||
|
||||
|
|
Loading…
Reference in New Issue