From ed5e8b47708ade039fb4df76cd5293f81a5e33f6 Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Wed, 11 Oct 2023 18:42:16 -0700 Subject: [PATCH] Bump Ubiquiti version number for LiteBeam (#959) to install on newer hardware --- patches/749-ubiquiti-firmware-version.patch | 10 ++++++++++ patches/series | 1 + 2 files changed, 11 insertions(+) create mode 100644 patches/749-ubiquiti-firmware-version.patch diff --git a/patches/749-ubiquiti-firmware-version.patch b/patches/749-ubiquiti-firmware-version.patch new file mode 100644 index 00000000..8906fb43 --- /dev/null +++ b/patches/749-ubiquiti-firmware-version.patch @@ -0,0 +1,10 @@ +--- a/target/linux/ath79/image/generic-ubnt.mk ++++ b/target/linux/ath79/image/generic-ubnt.mk +@@ -59,6 +59,7 @@ + DEVICE_MODEL := LiteBeam AC + DEVICE_VARIANT := Gen2 + DEVICE_PACKAGES := kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct ++ UBNT_VERSION := 8.7.4 + endef + TARGET_DEVICES += ubnt_litebeam-ac-gen2 + \ No newline at end of file diff --git a/patches/series b/patches/series index 7130029a..8c180762 100644 --- a/patches/series +++ b/patches/series @@ -37,6 +37,7 @@ 749-copy-tiny-nodes-to-generic.patch 749-fix-tiny.patch 749-ubiquiti-extra-support.patch +749-ubiquiti-firmware-version.patch 750-ibss-2g-fix.patch 751-x86.patch 800-upgrade-compatibility.patch