diff --git a/README.md b/README.md index 4d47899b..5553fee2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config.mk b/config.mk index 0449c83c..cb65e6fa 100644 --- a/config.mk +++ b/config.mk @@ -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) diff --git a/feeds.conf b/feeds.conf index 32bdbf2c..a67726b2 100644 --- a/feeds.conf +++ b/feeds.conf @@ -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 diff --git a/files/etc/banner b/files/etc/banner index 1db86bd4..61c0e0fe 100644 --- a/files/etc/banner +++ b/files/etc/banner @@ -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 ----------------------------------------------- diff --git a/openwrt.mk b/openwrt.mk index d2587cc3..a783f9e7 100644 --- a/openwrt.mk +++ b/openwrt.mk @@ -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