20724 Commits

Author SHA1 Message Date
hanwckf
2073b2ad6f
wifi-profile: fix d8021xd_chk 2022-11-21 18:22:36 +08:00
hanwckf
1141dc8951 luci-app-mtk: add zh-cn i18n support 2022-11-21 02:11:01 +08:00
hanwckf
76d8a51942 wifi-profile: add 8021xd helper function 2022-11-20 18:41:58 +08:00
hanwckf
19e5d9d6ed package: add mtk 8021xd 2022-11-20 18:39:37 +08:00
hanwckf
eb4b95ef55
kernel: sysctl: update nf_ct settings for fullcone nat 2022-11-19 14:32:05 +08:00
hanwckf
d28220fb1d fw: add support for bcm fullconenat
set "fullcone" option to 2 to enable bcm fullconenat
2022-11-19 13:02:20 +08:00
hanwckf
0f6e68cebb iptables: add support for bcm fullconenat 2022-11-19 13:02:06 +08:00
hanwckf
6b61cd98df Merge branch 'openwrt-21.02' of https://github.com/immortalwrt/immortalwrt into openwrt-21.02 2022-11-19 12:59:41 +08:00
hanwckf
2d0416b49e wifi-profile: keep wifi settings in sysupgrade 2022-11-19 03:16:29 +08:00
Tianling Shen
6df69462c8
default-settings: fix override default banner
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 32d7a094d303e4b02514f21fb0a978700145737b)
2022-11-17 21:51:04 +08:00
Andrew Ammerlaan
41ad44de0a
procd: service: pass all arguments to service
Passing all arguments to /etc/init.d/$service restores the
behaviour of openwrt 21.02. This is relevant for services
such as etherwake which take more then one argument, e.g.:
"service etherwake start <list of devices to wake>"

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
(cherry picked from commit b2e83c16e1383eb817c1f34d7118b01cefa670d8)
2022-11-17 18:05:06 +08:00
hanwckf
d233c97828 luci-app-mtk: change EncryptionTypeList order 2022-11-17 00:04:34 +08:00
hanwckf
1cc5b4337f luci-app-mtk: fix apcli connect 2022-11-16 22:08:50 +08:00
hanwckf
3bc497af8f luci-app-mtk: update apcli pages 2022-11-16 22:08:50 +08:00
hanwckf
7b216caf26 luci-app-mtk: fix stainfo 2022-11-16 22:08:50 +08:00
hanwckf
709884eaee wifi-profile: disable bsscoex 2022-11-16 22:08:50 +08:00
hanwckf
33cac1f51d luci-app-mtk: fix apcli scan 2022-11-16 22:08:50 +08:00
hanwckf
fefcfbed1a luci-app-mtk: update vif and apcli pages 2022-11-16 22:08:50 +08:00
hanwckf
b2f5c28553 wifi-profile: update dat 2022-11-16 22:08:50 +08:00
hanwckf
e5afd0a396 luci-app-mtk: update 2022-11-16 22:08:50 +08:00
hanwckf
b452f0d8ae wifi-profile: enable 5G autochannelselect by default 2022-11-16 22:08:50 +08:00
hanwckf
87c29d5d99 wifi-profile: fix mt7981 dat config 2022-11-16 22:08:50 +08:00
hanwckf
925e7a09c9 luci-app-mtk: update 2022-11-16 22:08:50 +08:00
hanwckf
efe25d8d06 base-files: set log_size to 512 2022-11-16 22:08:50 +08:00
hanwckf
1ef18e65a6 netifd: prevent mtwifi full reload during network reload 2022-11-16 22:08:49 +08:00
hanwckf
2e1262d2e8 openssl: fix devcrypto depends 2022-11-16 22:08:49 +08:00
hanwckf
9f37445894 package: add mtkhqos_util 2022-11-16 22:08:49 +08:00
hanwckf
4c5c28c2b5 luci-app-mtk: fix ioctl_helper get stainfo 2022-11-16 22:08:49 +08:00
hanwckf
35a36e3b7f netifd: wait for br-lan to startup wifi 2022-11-16 22:08:49 +08:00
hanwckf
a15e6ed094 default-settings: remove anon_mount and wifi auto up 2022-11-16 22:08:49 +08:00
hanwckf
8eca25fd64 fw3: disable fullcone nat by default 2022-11-16 22:08:49 +08:00
hanwckf
9e16c8d8bc uboot-envtools: add support for 360T7
mediatek: add uboot-envtools to default packages
2022-11-16 22:08:49 +08:00
hanwckf
9c84ff1b33 netifd: fix mtwifi startup 2022-11-16 22:08:49 +08:00
hanwckf
daa53a0899 wifi-profile: fix add vif to br-lan 2022-11-16 22:08:49 +08:00
hanwckf
f54003f7c6 package: mtk: add applications and drivers 2022-11-16 22:08:49 +08:00
hanwckf
f7d434c528 mt-drivers: remove conflict packages 2022-11-16 22:08:49 +08:00
hanwckf
5231471570 iwconfig: fix rate print format 2022-11-16 22:08:49 +08:00
hanwckf
c8387c0947 base-files: exec smp.sh 2022-11-16 22:08:49 +08:00
Florian Eckert
c128728811
procd: move service command to procd
The service command belongs to the procd and does not belong in the
shinit. In the course of the move, the script was also checked with
shellcheck and cleaned up.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit b9017384cae7bbc47186fdf35a80207844876a0d)
2022-11-13 14:24:29 +08:00
Tianling Shen
ee211e2fcd
Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-13 13:52:38 +08:00
Hauke Mehrtens
dec6584b22 iwinfo: update to latest HEAD
0dad3e6 Add support for CCMP-256 and GCMP-256 ciphers

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit cc6a323e2328176b732b13f1f09745354270cd39)
2022-11-12 21:06:50 +01:00
Hauke Mehrtens
1eda1a7946 iwinfo: update to latest HEAD
705d3b5 iwinfo: Add missing auth_suites mappings for WPA3

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit cc2dfc5e4dc2e480203b826749186c73021795df)
2022-11-12 21:06:50 +01:00
Pawel Dembicki
8f459812b8 uboot-layerscape: adjust LS1012A-IOT config and env
In a254279a6c30 LS1012A-IOT kernel image was switched to FIT.

But u-boot config is lack of FIT and ext4 support.

This patch enables it.

It also fix envs, because for some reason this board need to use "loadaddr"
variable in brackets.

Fixes: #9894
Fixes: a254279a6c30 ("layerscape: Change to combined rootfs on sd images")
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
(cherry picked from commit d75ed3726d994fd050730e9ab5923d6232913054)
2022-11-12 21:05:43 +01:00
John Audia
04aa0de265
openssl: bump to 1.1.1s
Changes between 1.1.1r and 1.1.1s [1 Nov 2022]

  *) Fixed a regression introduced in 1.1.1r version not refreshing the
     certificate data to be signed before signing the certificate.
     [Gibeom Gwon]

 Changes between 1.1.1q and 1.1.1r [11 Oct 2022]

  *) Fixed the linux-mips64 Configure target which was missing the
     SIXTY_FOUR_BIT bn_ops flag. This was causing heap corruption on that
     platform.
     [Adam Joseph]

  *) Fixed a strict aliasing problem in bn_nist. Clang-14 optimisation was
     causing incorrect results in some cases as a result.
     [Paul Dale]

  *) Fixed SSL_pending() and SSL_has_pending() with DTLS which were failing to
     report correct results in some cases
     [Matt Caswell]

  *) Fixed a regression introduced in 1.1.1o for re-signing certificates with
     different key sizes
     [Todd Short]

  *) Added the loongarch64 target
     [Shi Pujin]

  *) Fixed a DRBG seed propagation thread safety issue
     [Bernd Edlinger]

  *) Fixed a memory leak in tls13_generate_secret
     [Bernd Edlinger]

  *) Fixed reported performance degradation on aarch64. Restored the
     implementation prior to commit 2621751 ("aes/asm/aesv8-armx.pl: avoid
     32-bit lane assignment in CTR mode") for 64bit targets only, since it is
     reportedly 2-17% slower and the silicon errata only affects 32bit targets.
     The new algorithm is still used for 32 bit targets.
     [Bernd Edlinger]

  *) Added a missing header for memcmp that caused compilation failure on some
     platforms
     [Gregor Jasny]

Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit a0814f04ed955eb10b25df0ce6666ed91f11ca1b)
2022-11-06 17:12:22 +08:00
zonyitoo
4d46f75d45
autosamba: compatible with samba4
- samba4 config file path: /etc/config/samba4
- samba4 config name: samba4
- samba4 init path: /etc/init.d/samba4

(cherry picked from commit 9ab9dbfb85875a4e239da2adaf45d04c9b83f810)
2022-11-06 01:40:29 +08:00
Tianling Shen
79f50ce7df
autocore: remove 10_system hack
It's now merged into luci feed.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-10-25 18:42:30 +08:00
Tianling Shen
08b6c139d5
autocore: ethinfo: fix panic issue
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-10-25 17:58:41 +08:00
Tianling Shen
f6c4028e51
Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-10-25 17:51:12 +08:00
Hauke Mehrtens
b3142fff2a mac80211: Update to version 5.10.149-1
This updates mac80211 to version 5.10.149-1 which is based on kernel
5.10.149.
The removed patches were applied upstream.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2022-10-23 20:52:28 +02:00
zxlhhyccc
3a246aad3d
mac80211: remove set wireless.default_${name}.iw_qos_map_set=none
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 996ef9f206175080d60f6a3c944ce26697fdc67b)
2022-10-22 15:47:10 +08:00