mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 02:48:18 +00:00
Compare commits
8 Commits
v2.4.0
...
release/v2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d9d4ab47a | ||
|
|
0406b7cb95 | ||
|
|
211e9c39e9 | ||
|
|
64009d7d2a | ||
|
|
70e922f609 | ||
|
|
b41b53b9d8 | ||
|
|
92d03f5283 | ||
|
|
8529d7471a |
2
.github/workflows/build-dev.yml
vendored
2
.github/workflows/build-dev.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
target: ['cig_wf188n', 'cig_wf194c', 'cig_wf194c4', 'cig_wf160d', 'edgecore_eap101', 'edgecore_eap102', 'edgecore_ecs4100-12ph', 'edgecore_ecw5211', 'edgecore_ecw5410', 'edgecore_oap100', 'edgecore_ssw2ac2600', 'edgecore_spw2ac1200', 'edgecore_spw2ac1200-lan-poe', 'hfcl_ion4', 'indio_um-305ac', 'linksys_ea6350-v4', 'linksys_e8450-ubi', 'linksys_ea8300', 'tp-link_ec420-g1', 'tplink_ex227', 'tplink_ex228', 'tplink_ex447', 'wallys_dr40x9', 'wallys_dr6018', 'wallys_dr6018_v4' ]
|
target: ['cig_wf188n', 'cig_wf194c', 'cig_wf194c4', 'cig_wf160d', 'edgecore_eap101', 'edgecore_eap102', 'edgecore_ecs4100-12ph', 'edgecore_ecw5211', 'edgecore_ecw5410', 'edgecore_oap100', 'edgecore_ssw2ac2600', 'edgecore_spw2ac1200', 'edgecore_spw2ac1200-lan-poe', 'hfcl_ion4', 'hfcl_ion4xe', 'hfcl_ion4xi', 'indio_um-305ac', 'linksys_ea6350-v4', 'linksys_e8450-ubi', 'linksys_ea8300', 'tp-link_ec420-g1', 'tplink_ex227', 'tplink_ex228', 'tplink_ex447', 'wallys_dr40x9', 'wallys_dr6018', 'wallys_dr6018_v4' ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
@@ -5,8 +5,7 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
time git-core build-essential gcc-multilib clang \
|
time git-core build-essential gcc-multilib clang \
|
||||||
libncurses5-dev zlib1g-dev gawk flex gettext wget unzip python \
|
libncurses5-dev zlib1g-dev gawk flex gettext wget unzip python \
|
||||||
python3 python3-pip python3-yaml libssl-dev rsync llvm llvm-12 \
|
python3 python3-pip python3-yaml libssl-dev rsync \
|
||||||
clang-12 \
|
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
RUN git config --global user.email "you@example.com"
|
RUN git config --global user.email "you@example.com"
|
||||||
RUN git config --global user.name "Your Name"
|
RUN git config --global user.name "Your Name"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ PKG_RELEASE:=1
|
|||||||
PKG_SOURCE_URL=https://github.com/blogic/ucentral-client.git
|
PKG_SOURCE_URL=https://github.com/blogic/ucentral-client.git
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_DATE:=2021-02-15
|
PKG_SOURCE_DATE:=2021-02-15
|
||||||
PKG_SOURCE_VERSION:=e27356216c6baecda9424b81ad90242505e16f08
|
PKG_SOURCE_VERSION:=b4e8fc882634b407e7f2f7c859d7ecf078264261
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
|
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ PKG_MAINTAINER:=John Crispin <john@phrozen.org>
|
|||||||
PKG_SOURCE_URL=https://github.com/blogic/udnssnoop.git
|
PKG_SOURCE_URL=https://github.com/blogic/udnssnoop.git
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_DATE:=2021-04-12
|
PKG_SOURCE_DATE:=2021-04-12
|
||||||
PKG_SOURCE_VERSION:=852a5246af43d321905979fc850e654718a56061
|
PKG_SOURCE_VERSION:=67e1e5f0bfc12222aa59c54e7066b1c00a680e56
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/cmake.mk
|
include $(INCLUDE_DIR)/cmake.mk
|
||||||
|
|||||||
Binary file not shown.
@@ -178,7 +178,6 @@ detect_mac80211() {
|
|||||||
set wireless.radio${devidx}.channel=${channel}
|
set wireless.radio${devidx}.channel=${channel}
|
||||||
set wireless.radio${devidx}.band=${mode_band}
|
set wireless.radio${devidx}.band=${mode_band}
|
||||||
set wireless.radio${devidx}.htmode=$htmode
|
set wireless.radio${devidx}.htmode=$htmode
|
||||||
set wireless.radio${devidx}.num_global_macaddr=8
|
|
||||||
${scanning}
|
${scanning}
|
||||||
set wireless.radio${devidx}.disabled=1
|
set wireless.radio${devidx}.disabled=1
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
From f68588775d1123cc2a5231ade30de46b3fc82027 Mon Sep 17 00:00:00 2001
|
From 2bfcd7d31d0860c28e6c35688302e48eb2b3e2ae Mon Sep 17 00:00:00 2001
|
||||||
From: John Crispin <john@phrozen.org>
|
From: John Crispin <john@phrozen.org>
|
||||||
Date: Thu, 26 Aug 2021 17:34:47 +0200
|
Date: Thu, 26 Aug 2021 17:34:47 +0200
|
||||||
Subject: [PATCH 01/13] ipq40xx: add HFCL ION4 support
|
Subject: [PATCH 01/14] ipq40xx: add HFCL ION4 support
|
||||||
|
|
||||||
Signed-off-by: John Crispin <john@phrozen.org>
|
Signed-off-by: John Crispin <john@phrozen.org>
|
||||||
---
|
---
|
||||||
@@ -9,12 +9,12 @@ Signed-off-by: John Crispin <john@phrozen.org>
|
|||||||
package/firmware/ipq-wifi/Makefile | 4 +-
|
package/firmware/ipq-wifi/Makefile | 4 +-
|
||||||
.../ipq40xx/base-files/etc/board.d/01_leds | 4 +
|
.../ipq40xx/base-files/etc/board.d/01_leds | 4 +
|
||||||
.../ipq40xx/base-files/etc/board.d/02_network | 1 +
|
.../ipq40xx/base-files/etc/board.d/02_network | 1 +
|
||||||
.../etc/hotplug.d/firmware/11-ath10k-caldata | 6 +
|
.../etc/hotplug.d/firmware/11-ath10k-caldata | 8 +
|
||||||
.../base-files/lib/upgrade/platform.sh | 1 +
|
.../base-files/lib/upgrade/platform.sh | 1 +
|
||||||
.../arm/boot/dts/qcom-ipq4019-hfcl-ion4.dts | 236 ++++++++++++++++++
|
.../arm/boot/dts/qcom-ipq4019-hfcl-ion4.dts | 236 ++++++++++++++++++
|
||||||
target/linux/ipq40xx/image/generic.mk | 18 ++
|
target/linux/ipq40xx/image/generic.mk | 18 ++
|
||||||
.../ipq40xx/patches-5.4/999-hfcl_ion.patch | 12 +
|
.../ipq40xx/patches-5.4/999-hfcl_ion.patch | 12 +
|
||||||
9 files changed, 285 insertions(+), 1 deletion(-)
|
9 files changed, 287 insertions(+), 1 deletion(-)
|
||||||
create mode 100644 target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-hfcl-ion4.dts
|
create mode 100644 target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-hfcl-ion4.dts
|
||||||
create mode 100644 target/linux/ipq40xx/patches-5.4/999-hfcl_ion.patch
|
create mode 100644 target/linux/ipq40xx/patches-5.4/999-hfcl_ion.patch
|
||||||
|
|
||||||
@@ -82,25 +82,27 @@ index 5a2a3a47f7..e4b009bf93 100755
|
|||||||
ucidef_set_interface_wan "eth0"
|
ucidef_set_interface_wan "eth0"
|
||||||
;;
|
;;
|
||||||
diff --git a/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
|
diff --git a/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
|
||||||
index 64bb4efaf8..97dd1b4039 100644
|
index 64bb4efaf8..211e7cfda1 100644
|
||||||
--- a/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
|
--- a/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
|
||||||
+++ b/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
|
+++ b/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
|
||||||
@@ -167,6 +167,9 @@ case "$FIRMWARE" in
|
@@ -167,6 +167,10 @@ case "$FIRMWARE" in
|
||||||
tp-link,ec420-g1)
|
tp-link,ec420-g1)
|
||||||
caldata_extract "0:ART" 0x1000 0x2f20
|
caldata_extract "0:ART" 0x1000 0x2f20
|
||||||
;;
|
;;
|
||||||
+ hfcl,ion4)
|
+ hfcl,ion4)
|
||||||
+ caldata_extract "0:ART" 4096 12064
|
+ caldata_extract "0:ART" 4096 12064
|
||||||
|
+ ath10k_patch_mac $(mtd_get_mac_ascii 0:ART WLAN0_BASEMAC)
|
||||||
+ ;;
|
+ ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
"ath10k/pre-cal-ahb-a800000.wifi.bin")
|
"ath10k/pre-cal-ahb-a800000.wifi.bin")
|
||||||
@@ -283,6 +286,9 @@ case "$FIRMWARE" in
|
@@ -283,6 +287,10 @@ case "$FIRMWARE" in
|
||||||
caldata_extract "ART" 0x5000 0x2f20
|
caldata_extract "ART" 0x5000 0x2f20
|
||||||
ath10k_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) -1)
|
ath10k_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) -1)
|
||||||
;;
|
;;
|
||||||
+ hfcl,ion4)
|
+ hfcl,ion4)
|
||||||
+ caldata_extract "0:ART" 20480 12064
|
+ caldata_extract "0:ART" 20480 12064
|
||||||
|
+ ath10k_patch_mac $(mtd_get_mac_ascii 0:ART WLAN1_BASEMAC)
|
||||||
+ ;;
|
+ ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user