mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 10:57:47 +00:00
ucentral: development update
* add support for mikrotik units * update gateway to latest version Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
2
.github/workflows/build-dev.yml
vendored
2
.github/workflows/build-dev.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: ['cig_wf188', 'cig_wf194c', 'cig_wf160d.yml', 'edgecore_eap101', 'edgecore_eap102', 'edgecore_ecs4100-12ph', 'edgecore_ecw5211', 'linksys_e8450', 'linksys_ea8300', 'tplink_cpe210_v3', 'tplink_ex227', 'tplink_ex447', 'zyxel_gs1900-10hp']
|
||||
target: ['cig_wf188', 'cig_wf194c', 'cig_wf160d.yml', 'edgecore_eap101', 'edgecore_eap102', 'edgecore_ecs4100-12ph', 'edgecore_ecw5211', 'linksys_e8450', 'linksys_ea8300', 'mikrotik_rb91x', 'tplink_cpe210_v3', 'tplink_ex227', 'tplink_ex447', 'zyxel_gs1900-10hp']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@@ -1,26 +1,28 @@
|
||||
From 0e4596cd23310f6aacc88093edfed5bfda79e27f Mon Sep 17 00:00:00 2001
|
||||
From 3b896a540de03ca8dfd5596881f9ec6dc15d72c9 Mon Sep 17 00:00:00 2001
|
||||
From: John Crispin <john@phrozen.org>
|
||||
Date: Wed, 7 Apr 2021 10:46:26 +0200
|
||||
Subject: [PATCH 9/9] include: set kernel-version.mk
|
||||
Subject: [PATCH 01/32] include: set kernel-version.mk
|
||||
|
||||
Signed-off-by: John Crispin <john@phrozen.org>
|
||||
---
|
||||
include/kernel-version.mk | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
include/kernel-version.mk | 6 ++++++
|
||||
1 file changed, 6 insertions(+)
|
||||
|
||||
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
|
||||
index 52e5c11d75..f6f4a14779 100644
|
||||
index 52e5c11d75..547f57fa11 100644
|
||||
--- a/include/kernel-version.mk
|
||||
+++ b/include/kernel-version.mk
|
||||
@@ -6,9 +6,13 @@ ifdef CONFIG_TESTING_KERNEL
|
||||
@@ -6,9 +6,15 @@ ifdef CONFIG_TESTING_KERNEL
|
||||
KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
|
||||
endif
|
||||
|
||||
+LINUX_VERSION-4.4 = .60
|
||||
+LINUX_VERSION-4.14 = .193
|
||||
LINUX_VERSION-5.4 = .111
|
||||
+LINUX_VERSION-5.10 = .27
|
||||
|
||||
+LINUX_KERNEL_HASH-4.4.60 = 2cd8df6f1ac6a5329c5a286ec9b5956215977221a1b731597ed169fff74a9659
|
||||
+LINUX_KERNEL_HASH-4.14.193 = 0b0fb41d4430e1a42738b341cbfd2f41951aa5cd02acabbd53f076119c8b9f03
|
||||
LINUX_KERNEL_HASH-5.4.111 = 21626132658dc34cb41b7aa7b80ecf83751890a71ac1a63d77aea9d488271a03
|
||||
+LINUX_KERNEL_HASH-5.10.27 = d99dc9662951299c53a0a8d8c8d0a72a16ff861d20e927c0f9b14f63282d69d9
|
||||
|
||||
|
||||
137757
backports/0010-ar71xx-forward-port-target-to-get-routerboard-suppor.patch
Normal file
137757
backports/0010-ar71xx-forward-port-target-to-get-routerboard-suppor.patch
Normal file
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@ PKG_RELEASE:=1
|
||||
PKG_SOURCE_URL=https://github.com/blogic/ucentral-wifi.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_DATE:=2021-04-13
|
||||
PKG_SOURCE_VERSION:=b5a5fee87f23333a922f7d515f4da21daaf9b7ea
|
||||
PKG_SOURCE_VERSION:=a601cf055673eb27a1e8dd499528e3e1921e0306
|
||||
|
||||
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
||||
@@ -6,7 +6,7 @@ PKG_RELEASE:=1
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL=git@github.com:Telecominfraproject/wlan-cloud-ucentralgw.git
|
||||
PKG_SOURCE_DATE:=2021-03-28
|
||||
PKG_SOURCE_VERSION:=6ed4167f1a2cd0bc0b4ebd34d488fcae4ac9e47
|
||||
PKG_SOURCE_VERSION:=8711011f932351dc1dc5a6d9adba9774b94503b7
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
||||
7
profiles/mikrotik_rb91x.yml
Normal file
7
profiles/mikrotik_rb91x.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
profile: nand-large
|
||||
target: ar71xx
|
||||
subtarget: mikrotik
|
||||
description: Build image for the Mikrotik RouterBoards
|
||||
include:
|
||||
- ucentral-ap-light
|
||||
@@ -17,7 +17,7 @@ packages:
|
||||
- ucentral-tools
|
||||
- ucode
|
||||
- usteer
|
||||
- wpad-openssl
|
||||
- wpad-mesh-openssl
|
||||
diffconfig: |
|
||||
CONFIG_OPENSSL_ENGINE=y
|
||||
CONFIG_OPENSSL_PREFER_CHACHA_OVER_GCM=y
|
||||
|
||||
@@ -13,16 +13,16 @@ packages:
|
||||
- cJSON
|
||||
- curl
|
||||
- dnsmasq-full
|
||||
- gre
|
||||
- igmpproxy
|
||||
- ip-bridge
|
||||
- libmosquitto-ssl
|
||||
- lldpd
|
||||
- gre
|
||||
- tmate
|
||||
- opennds
|
||||
- radsecproxy
|
||||
- ratelimit
|
||||
- rtty-openssl
|
||||
- tcpdump
|
||||
- tmate
|
||||
- ucentral-client
|
||||
- ucentral-jsonschema
|
||||
- ucentral-schema
|
||||
|
||||
Reference in New Issue
Block a user