mirror of https://github.com/aredn/aredn.git
Support newer nanobeam ac's (#1353)
* Support Nanobean AC's which cannot downgrade below 8.7.4
This commit is contained in:
parent
d0dd691551
commit
d29ad24f4a
|
@ -8,3 +8,11 @@
|
|||
endef
|
||||
TARGET_DEVICES += ubnt_litebeam-ac-gen2
|
||||
|
||||
@@ -83,6 +84,7 @@
|
||||
DEVICE_MODEL := NanoBeam AC
|
||||
DEVICE_VARIANT := Gen2
|
||||
DEVICE_PACKAGES += kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct rssileds
|
||||
+ UBNT_VERSION := 8.7.4
|
||||
endef
|
||||
TARGET_DEVICES += ubnt_nanobeam-ac-gen2
|
||||
|
||||
|
|
Loading…
Reference in New Issue