Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main for 3.2.1 #751

Merged
merged 44 commits into from
Dec 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
0c2c59f
.github/workflows/build-dev.yml: add 'udaya_a6-od2'
shashi249 Oct 7, 2024
f1a1d29
ucentral-client: update to latest HEAD
blogic Oct 20, 2024
e8b9ec1
ath11k-firmware: update ipq6018/8074 FW to 2.7.0.1-02409
blogic Oct 20, 2024
d6f822a
ipq807x: wifi thermal mitigation daemon
jackcybertan Oct 9, 2024
514210f
ipq95xx: Fix mac address assignment for eth0 (wan) and eth1 (lan) int…
tanyasingh-ec Oct 16, 2024
a3bc629
ipq807x: import QCOM ath11k patch
blogic Oct 20, 2024
008ca96
ipq95xx: import ath12.4-cs kernel and drivers
blogic Oct 20, 2024
828cc9e
ucentral-schema: update to latest HEAD
blogic Oct 23, 2024
7b0e041
ucentral-client: update to latest HEAD
blogic Oct 23, 2024
413885f
hostapd: change default bss_color behaviour
blogic Nov 4, 2024
c0095b3
ucentral-client: update to latest HEAD
blogic Nov 4, 2024
010e10e
ucentral-state: improve led blink handling
blogic Nov 4, 2024
786cdeb
ucentral-schema: set 3.2.1 as the version
blogic Nov 4, 2024
064fac3
uspot: fix setting passwords greater than 16 characters
ArifAlam Nov 4, 2024
08861e1
ipq807x: add ARQ114C support
Kenshi0000 Oct 30, 2024
f15e10b
ipq95xx: Update phy driver for EAP105 LAN port
tanyasingh-ec Oct 24, 2024
eb9cbae
ipq807x: Shorten the kernel backtrace warning msg for ieee80211_bss_g…
tanyasingh-ec Oct 24, 2024
d2845e7
mediatek: swap eth0/1 on eap111
blogic Nov 6, 2024
bf37e6d
mediatek: change default bss_color behaviour
blogic Nov 7, 2024
7820775
hostapd: more bss color improvements
blogic Nov 7, 2024
8ecd0c3
netifd: various backports from HEAD branch
blogic Nov 7, 2024
ccd23cb
hostapd: add afcd respawn
tanyasingh-ec Nov 8, 2024
9cc1511
ucentral-schema: add udhcpc-vsi-parse script
phwhite Nov 9, 2024
5c9c516
ucentral-schema: update to latest HEAD
blogic Nov 11, 2024
e6f1cef
ucentral-client: update to latest HEAD
blogic Nov 11, 2024
dcfc17a
uspot: fix idle timeout handling
blogic Nov 13, 2024
7300252
hostapd: allow clients to refresh the used PSK if band is not 6G
blogic Nov 13, 2024
a21f520
ucentral-schema: update to latest HEAD
blogic Nov 13, 2024
09f3dba
cloud_discovery: add new service
blogic Nov 15, 2024
80358cf
profiles: add cloud_discovery to default images
blogic Nov 15, 2024
bd7bb9b
busybox: do not use pool servers if DHCP provided NTP
blogic Nov 15, 2024
41f4d5e
ucentral-client: update to latest HEAD
blogic Nov 15, 2024
4bc2b9c
ucentral-client: add default cloud_discovery timeouts
blogic Nov 15, 2024
35e073f
ucentral-schema: update to latest HEAD
blogic Nov 15, 2024
656cc23
firstcontact: cloud_discovery will start the service
blogic Nov 15, 2024
36ce8d2
certificates: stage gateway.json
blogic Nov 15, 2024
5839ae9
ucentral-schema: Add sleep time of 1 second before sending the comman…
tanyasingh-ec Nov 8, 2024
5b9863a
ipq60xx: wf188n: fix reset button
ArifAlam Nov 18, 2024
78449ee
mediatek: Add netfilter configs to mt7981, and packages to bring up L…
tanyasingh-ec Nov 18, 2024
9cfa767
ucentral-schema: update to latest HEAD
blogic Nov 27, 2024
2e27d22
ucentral-schema: update wwan.json
blogic Nov 27, 2024
9a941f2
cloud_discovery: improve firstcontact support
blogic Nov 28, 2024
c321d6f
cloud_discovery: correctly convert timeouts to integers
blogic Nov 28, 2024
405ec9c
setup.py: add option to define build tree
blogic Nov 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ucentral-schema: update to latest HEAD
b7207ae allow setting cloud_discovery timeouts

Signed-off-by: John Crispin <[email protected]>
  • Loading branch information
blogic committed Nov 15, 2024
commit 35e073fb59b46f5af56267df589310cf6877380d
4 changes: 2 additions & 2 deletions feeds/ucentral/ucentral-schema/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ PKG_NAME:=ucentral-schema
PKG_RELEASE:=1

PKG_SOURCE_URL=https://github.com/Telecominfraproject/wlan-ucentral-schema.git
PKG_MIRROR_HASH:=e416766eb710b712b2f86823d5e9f446930c27b6d071310f3b1109eeb4f5aef1
PKG_MIRROR_HASH:=0b1ce4aa568aaefc52d1f5d0a3e69ed1fb8b6bfcc0a48db8233d458225ff28f8
PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2024-07-03
PKG_SOURCE_VERSION:=7ac7ed51d664209e9c8b3170c0cbbb177cce3f2e
PKG_SOURCE_VERSION:=b7207ae626e26a46004a81d0e2d0b0cfd580afde
PKG_MAINTAINER:=John Crispin <[email protected]>
PKG_LICENSE:=BSD-3-Clause

Expand Down