aboutsummaryrefslogtreecommitdiff
path: root/package
Commit message (Collapse)AuthorAge
...
* uboot-mediatek: add USB support to mt7981.dtsiJohn Crispin2024-05-21
| | | | Signed-off-by: John Crispin <john@phrozen.org>
* arm-trusted-firmware-mediatek: add mt7981-nor-ddr4 and ↵John Crispin2024-05-21
| | | | | | mt7981-spim-nand-ubi-ddr4 builds Signed-off-by: John Crispin <john@phrozen.org>
* mt76: install mt7981_eeprom_mt7976_dbdc.bin to STAGING_DIR_IMAGEFelix Fietkau2024-05-21
| | | | | | It will be used in the image building code Signed-off-by: Felix Fietkau <nbd@nbd.name>
* mt76: update to Git HEAD (2024-05-17)Felix Fietkau2024-05-21
| | | | | | | | | | | | | | | 8f301a5c5fe3 firmware: add mt7981 default eeprom 2d264aecbf5a mt76: mt7915: make pre-cal freq lists static const d9c62742bed6 wifi: mt76: make const arrays in functions static 8986ba5492a8 wifi: mt76: mt7921: cqm rssi low/high event notify 3afbb8ed8015 wifi: mt76: mt7996: let upper layer handle MGMT frame protection 1d0bd57e5889 wifi: mt76: mt7921e: add LED control support 1d6e4f7de8a6 wifi: mt76: mt7925: add EHT radiotap support in monitor mode c40e648b8929 wifi: mt76: enable spectrum management 14d5ee9f3369 mt76: shrink mt76_queue_buf 513c131c6309 mt76: mt7603: fix mixed declarations and code Signed-off-by: Felix Fietkau <nbd@nbd.name>
* firewall4: update to Git HEAD (2024-05-21)Jo-Philipp Wich2024-05-21
| | | | | | | 4c01d1ebf99e fw4: substitute double quotes in strings Fixes: https://github.com/openwrt/luci/issues/7091 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* libbpf: Update to v1.4.2Tony Ambardar2024-05-21
| | | | | | | | Update to the latest upstream release to include recent improvements and bugfixes. Link: https://github.com/libbpf/libbpf/releases/tag/v1.4.2 Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
* ixp4xx: Bump to kernel v6.6Linus Walleij2024-05-20
| | | | | | | | | | | | The IXP4xx is well supported upstream and can readily be supported with kernel v6.6. To simplify things after the DTS directory was renamed, switch to v6.6 only. Bring in some outstanding patches. Tested on the Gateworks GW2348-4. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* apk: update to latest HEAD 2024-05-19Paul Spooren2024-05-20
| | | | | | Upstream refactoring caused some mbedtls issues, now fixed again. Signed-off-by: Paul Spooren <mail@aparcar.org>
* linux-firmware: realtek: update rtl8821ae firmwareRui Salvaterra2024-05-20
| | | | | | | | | A newer version, rtl8821aefw_29.bin, has been available for over 7 years [1]. Let's use it. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=f70e4df2b384d21e36a7c30a591639592692e0ec Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* wireless-regdb: update to 2024.05.08Yuu Toriyama2024-05-19
| | | | | | | | | Changes: 73529a8 Revert "wireless-regdb: Update and disable 5470-5730MHz band according to TPC requirement for Singapore (SG)" 87941e4 wireless-regdb: Update regulatory rules for Taiwan (TW) on 6GHz 33797ae wireless-regdb: update regulatory database based on preceding changes Signed-off-by: Yuu Toriyama <PascalCoffeeLake@gmail.com>
* mediatek: convert mt7988a-rfb to keep bl31/uboot in UBIFelix Fietkau2024-05-19
| | | | | | | | Add ubi volumes for mt7988a-rfb and support for using factory data for Ethernet MAC addresses and MT7996 WLAN calibration data. Also add rootdisk handle. Removes the need to keep using nmbm Signed-off-by: Felix Fietkau <nbd@nbd.name>
* uboot-mediatek: add missing options for mt7988-rfbFelix Fietkau2024-05-19
| | | | | | Fixes autoboot and storing env in UBI Signed-off-by: Felix Fietkau <nbd@nbd.name>
* apk: update to latest HEAD 2024-05-18Paul Spooren2024-05-18
| | | | | | | | Drop downstream mbedtls patch since it went upstream. Signed-off-by: Paul Spooren <mail@aparcar.org> Link: https://github.com/openwrt/openwrt/pull/15522 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* base-files: correctly split install-key function for APKPaul Spooren2024-05-17
| | | | | | | | | The function incorrectly tried to APK keys even if there were none. Correctly separate it into its own `ifdef` section. Signed-off-by: Paul Spooren <mail@aparcar.org> Link: https://github.com/openwrt/openwrt/pull/15519 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* apk: disable helptext for host buildPaul Spooren2024-05-17
| | | | | | | | The host build would need Lua to compile which currently adds a race condition. Instead of tracking that down just disable helptext for the host build. Signed-off-by: Paul Spooren <mail@aparcar.org>
* base-files: add compatibility for APK and OPKGPaul Spooren2024-05-17
| | | | | | | Both package managers work slightly different, i.e. stores files at different places. Modify the `functions.sh` file to cover those. Signed-off-by: Paul Spooren <mail@aparcar.org>
* base-files: add update_alternatives functionPaul Spooren2024-05-17
| | | | | | | The APK package manager does not support handling of package alternatives itself, so implement it via a simple shell script. Signed-off-by: Paul Spooren <mail@aparcar.org>
* build: add APK package build capabilitiesPaul Spooren2024-05-17
| | | | | | | | | A new option called `USE_APK` is added which generated APK packages (.apk) instead of OPKG packages (.ipk). Some features like fstools `snapshot` command are not yet ported Signed-off-by: Paul Spooren <mail@aparcar.org>
* apk: add missing PROVIDESPaul Spooren2024-05-17
| | | | | | | Add PROVIDES:=apk to the Makefile so we can default to install `apk` by default as a dependency. Signed-off-by: Paul Spooren <mail@aparcar.org>
* rpcd: fix package dependency for APKPaul Spooren2024-05-17
| | | | | | | Version dependencies must not contain spaces to be compatible with both OPKG and APK. Signed-off-by: Paul Spooren <mail@aparcar.org>
* uboot-tegra: bump version to 2024.04Tomasz Maciej Nowak2024-05-17
| | | | | | | Since swig is mentioned as build dependency and buildbots have it installed we can safely bump version. Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
* qualcommax: ipq807x: add support for Linksys MX8500Paweł Owoc2024-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hardware specification: ======== SoC: Qualcomm IPQ8072A Flash: 512MB (Fidelix FMND4G08S3J-ID) RAM: 1GB (2x Kingston DDR3L D2516ECMDXGJD) Ethernet: 1x 10/100/1000/2500/5000Mbps (Marvell AQR114C) Ethernet: 4x 10/100/1000Mbps (Qualcomm QCA8075) WiFi1: 6GHz ax 4x4 (Qualcomm QCN9024 + Skyworks SKY85784-11) - channels 33-229 WiFi2: 5GHz ax 4x4 (Qualcomm QCN5054 + Skyworks SKY85755-11) - channels 36-177 WiFi3: 2.4GHz ax 4x4 (Qualcomm QCN5024 + Skyworks SKY8340-11) IoT: Bluetooth 5, Zigbee and Thread (NXP K32W041) LED: 1x RGB status (NXP PCA9633) USB: 1x USB 3.0 Button: WPS, Reset Flash instructions: ======== 1. Manually upgrade firmware using openwrt-qualcommax-ipq807x-linksys_mx8500-squashfs-factory.bin image. More details can be found here: https://www.linksys.com/support-article?articleNum=47547 After first boot check actual partition: - fw_printenv -n boot_part and install firmware on second partition using command in case of 2: - mtd -r -e kernel -n write openwrt-qualcommax-ipq807x-linksys_mx8500-squashfs-factory.bin kernel and in case of 1: - mtd -r -e alt_kernel -n write openwrt-qualcommax-ipq807x-linksys_mx8500-squashfs-factory.bin alt_kernel 2. Installation using serial connection from OEM firmware (default login: root, password: admin): - fw_printenv -n boot_part In case of 2: - flash_erase /dev/mtd21 0 0 - nandwrite -p /dev/mtd21 openwrt-qualcommax-ipq807x-linksys_mx8500-squashfs-factory.bin or in case of 1: - flash_erase /dev/mtd23 0 0 - nandwrite -p /dev/mtd23 openwrt-qualcommax-ipq807x-linksys_mx8500-squashfs-factory.bin After first boot install firmware on second partition: - mtd -r -e kernel -n write openwrt-qualcommax-ipq807x-linksys_mx8500-squashfs-factory.bin kernel or: - mtd -r -e alt_kernel -n write openwrt-qualcommax-ipq807x-linksys_mx8500-squashfs-factory.bin alt_kernel 3. Installation from initramfs image using USB drive: Put the initramfs image on the USB drive: - dd bs=1M if=openwrt-qualcommax-ipq807x-linksys_mx8500-initramfs-uImage.itb of=/dev/sda Stop u-boot and run: - usb start && usbboot $loadaddr 0 && bootm $loadaddr Write firmware to the flash from initramfs: - mtd -e kernel -n write openwrt-qualcommax-ipq807x-linksys_mx8500-squashfs-factory.bin kernel and: - mtd -r -e alt_kernel -n write openwrt-qualcommax-ipq807x-linksys_mx8500-squashfs-factory.bin alt_kernel 4. Back to the OEM firmware: - mtd -e kernel -n write FW_MX8500_1.0.11.208937_prod.img kernel and: - mtd -r -e alt_kernel -n write FW_MX8500_1.0.11.208937_prod.img alt_kernel 5. USB recovery: Put the initramfs image on the USB: - dd bs=1M if=openwrt-qualcommax-ipq807x-linksys_mx8500-initramfs-uImage.itb of=/dev/sda Set u-boot env: - fw_setenv bootusb 'usb start && usbboot $loadaddr 0 && bootm $loadaddr' - fw_setenv bootcmd 'run bootusb; if test $auto_recovery = no; then bootipq; elif test $boot_part = 1; then run bootpart1; else run bootpart2; fi' AQR firmware: ======== 1. Firmware loading: To properly load the firmware and initialize AQR PHY, we must use the u-boot aq_load_fw function. To do this, you need to modify u-boot env: With USB recovery: - fw_setenv bootcmd 'aq_load_fw; run bootusb; if test $auto_recovery = no; then bootipq; elif test $boot_part = 1; then run bootpart1; else run bootpart2; fi' and without: - fw_setenv bootcmd 'aq_load_fw; if test $auto_recovery = no; then bootipq; elif test $boot_part = 1; then run bootpart1; else run bootpart2; fi' 2. Firmware updating: Newer firmware (AQR-G4_v5.6.5-AQR_WNC_SAQA-L2_GT_ID45287_VER24005.cld) is available in the latest OEM firmware. To load this firmware via u-boot, we need to add the MBN header and update 0:ethphyfw partition. For MBN header we can use script from this repository: https://github.com/testuser7/aqr_mbn_tool - python aqr_mbn_tool.py AQR-G4_v5.6.5-AQR_WNC_SAQA-L2_GT_ID45287_VER24005.cld To update partition we need to install kmod-mtd-rw package first: - insmod mtd-rw.ko i_want_a_brick=1 - mtd -e /dev/mtd26 -n write aqr_fw.mbn /dev/mtd26 Signed-off-by: Paweł Owoc <frut3k7@gmail.com> Link: https://github.com/openwrt/openwrt/pull/14883 Signed-off-by: Robert Marko <robimarko@gmail.com>
* qca-ssdk: add patch to support AQR114C-B0 PHYPaweł Owoc2024-05-16
| | | | | | | | Add support for AQR114C-B0 PHY. Signed-off-by: Paweł Owoc <frut3k7@gmail.com> Link: https://github.com/openwrt/openwrt/pull/14883 Signed-off-by: Robert Marko <robimarko@gmail.com>
* mac80211: Add support for RTL8723BEDavid Adriao2024-05-16
| | | | | | | | This adds support for the RTL8723BE PCIe Wi-Fi Adapter by adding backports drivers Signed-off-by: David Adriao <davidadriao@dglitch.com> [Do not remove rtl8xxxu and add dependency to rtl8723be-firmware] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* lantiq: ltq-adsl-mei: use platform_get_irq to get irqsMartin Schiller2024-05-15
| | | | | | | | | | | This is required for linux-6.1 compatibility. IRQs are not automatically mapped from HW to virtual IRQ numbers when the IRQ domain is registered. This happens when the IRQ number is read from the device tree based on the IRQ domain from the device tree now. In kernel 5.15 it was done when the IRQ domain was registered. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* lantiq: ltq-vmmc: get irqs from kernel-in-tree vmmc driverMartin Schiller2024-05-15
| | | | | | | Let's get the IRQs from the kernel-in-tree vmmc driver like it is already done for the cp1 base addr. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* lantiq: ltq-vmmc: fix write beyond size of fieldMartin Schiller2024-05-15
| | | | | | This fixes the write beyond size of field compile warning/error. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* lantiq: ltq-atm: use platform_get_irq to get irqsMartin Schiller2024-05-15
| | | | | | | | | | | This is required for linux-6.1 compatibility. IRQs are not automatically mapped from HW to virtual IRQ numbers when the IRQ domain is registered. This happens when the IRQ number is read from the device tree based on the IRQ domain from the device tree now. In kernel 5.15 it was done when the IRQ domain was registered. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* lantiq: ltq-ptm: use platform_get_irq to get irqsMartin Schiller2024-05-15
| | | | | | | | | | | This is required for linux-6.1 compatibility. IRQs are not automatically mapped from HW to virtual IRQ numbers when the IRQ domain is registered. This happens when the IRQ number is read from the device tree based on the IRQ domain from the device tree now. In kernel 5.15 it was done when the IRQ domain was registered. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* kernel: ltq-vdsl-vr9-mei: fix warning about field-spanning writeMartin Schiller2024-05-15
| | | | | | | We need to use unsafe_memcpy() here, because the code do the field- spanning write intentionally. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* lantiq: Fix compile of lantiq components with kernel 6.1Hauke Mehrtens2024-05-15
| | | | | | | | | This makes the components used on the lantiq SoCs compile with kernel 6.1. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> [also fix ifxmips_ptm_adsl.c] Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* opkg: fix stray \ warnings with grep-3.8Georgi Valkov2024-05-14
| | | | | | | | | | | | | | | | We simply grep for "src/". So no need for "\/". Furthermore, since grep-3.8 this creates warnings. As written in the grep-3.8 announcement: Regular expressions with stray backslashes now cause warnings, as their unspecified behavior can lead to unexpected results. For example, '\a' and 'a' are not always equivalent <https://bugs.gnu.org/39678>. Fixes a warning during the first boot: grep: warning: stray \ before / Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* gpio-nct5104d: fix compilation with kernel 6.6Rosen Penev2024-05-13
| | | | | | | | | gpio.h has been deprecated for a while and no longer compiles with 6.6. Include the proper header. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/15471 Signed-off-by: Robert Marko <robimarko@gmail.com>
* audit: fix compile error on some systemsYanase Yuki2024-05-13
| | | | | | | | | | | | On Fedora 40, -Wimplictit-function-declaration error is occur when compiling audit package. Upstream fixed this problem, so backport the patch. https://github.com/linux-audit/audit-userspace/pull/371 Signed-off-by: Yanase Yuki <dev@zpc.st> Link: https://github.com/openwrt/openwrt/pull/15441 Signed-off-by: Robert Marko <robimarko@gmail.com>
* mtd: fix build with GCC 14Rui Salvaterra2024-05-12
| | | | | | Also fix a couple of warnings while at it. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* kernel: qca-ssdk: use bash as shellRobert Marko2024-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, trying to compile qca-ssdk on macOS will fail in a weird way: make[6]: *** No rule to make target 'openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq807x/qca-ssdk-2024.04.17~3d060f7a/-n', needed by 'openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq807x/qca-ssdk-2024.04.17~3d060f7a/qca-ssdk.o'. Stop. After looking looking at src_list.dep from which KBuild cmd_mod will generate the list of objects to compile it looked like: -n /src/adpt/adpt.c -n -n Which was rather suspicous so after comparing to the same file but with Fedora as host: /src/adpt/adpt.c src/adpt/hppe/adpt_hppe_fdb.c src/adpt/hppe/adpt_hppe_mib.c It was clear that echo -n which was used in SSDK-s target.mk was not working as intented, and it looked like the POSIX only version of echo was being used which does not honor -n. So, after failling to reproduce it externally, replacing the call to echo with a full path to coreutils echo fixed the compilation. After further debugging, it was determined that SSDK does not honor CONFIG_SHELL like other kernel modules so it was defaulting to /bin/sh as the shell make was calling thus calling the /bin/sh built-in echo which on macOS is the old Bash 3.2 one and it does not respect -n. So, we have to explicitly pass SHELL=$(BASH) to SSDK to make it use bash like kernel build or other kernel modules. This is not an issue since on macOS we always build bash anyway. Link: https://github.com/openwrt/openwrt/pull/15459 Signed-off-by: Robert Marko <robimarko@gmail.com>
* uboot-envtools: ath79: remove env config for Senao Loader devicesKevin Abraham2024-05-11
| | | | | | uboot-envtools can automatically parse the 'u-boot,env' compatible string from the dts. Signed-off-by: Kevin Abraham <kevin@westhousefarm.com>
* ath79: add support for Senao Engenius ENS1750Kevin Abraham2024-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FCC ID: A8J-EWS660AP Engenius ENS1750 is an outdoor wireless access point with 2 gigabit ethernet ports, dual-band wireless, internal antenna plates, and 802.3at PoE+ Engenius EWS660AP, ENS1750, and ENS1200 are "electrically identical, different model names are for marketing purpose" according to docs provided by Engenius to the FCC. **Specification:** - QCA9558 SOC 2.4 GHz, 3x3 - QCA9880 WLAN mini PCIe card, 5 GHz, 3x3, 26dBm - AR8035-A PHY RGMII GbE with PoE+ IN - AR8033 PHY SGMII GbE with PoE+ OUT - 40 MHz clock - 16 MB FLASH MX25L12845EMI-10G - 2x 64 MB RAM - UART at J1 populated, RX grounded - 6 internal antenna plates (5 dbi, omni-directional) - 5 LEDs, 1 button (power, eth0, eth1, 2G, 5G) (reset) **MAC addresses:** Base MAC addressed labeled as "MAC" Only one Vendor MAC address in flash eth0 *:d4 MAC art 0x0 eth1 *:d5 --- art 0x0 +1 phy1 *:d6 --- art 0x0 +2 phy0 *:d7 --- art 0x0 +3 **Serial Access:** the RX line on the board for UART is shorted to ground by resistor R176 therefore it must be removed to use the console but it is not necessary to remove to view boot log optionally, R175 can be replaced with a solder bridge short the resistors R175 and R176 are next to the UART RX pin **Installation:** 2 ways to flash factory.bin from OEM: Method 1: Firmware upgrade page: OEM webpage at 192.168.1.1 username and password "admin" Navigate to "Firmware Upgrade" page from left pane Click Browse and select the factory.bin image Upload and verify checksum Click Continue to confirm and wait 3 minutes Method 2: Serial to load Failsafe webpage: After connecting to serial console and rebooting... Interrupt uboot with any key pressed rapidly execute `run failsafe_boot` OR `bootm 0x9fd70000` wait a minute connect to ethernet and navigate to "192.168.1.1/index.htm" Select the factory.bin image and upload wait about 3 minutes **Return to OEM:** If you have a serial cable, see Serial Failsafe instructions otherwise, uboot-env can be used to make uboot load the failsafe image ssh into openwrt and run `fw_setenv rootfs_checksum 0` reboot, wait 3 minutes connect to ethernet and navigate to 192.168.1.1/index.htm select OEM firmware image from Engenius and click upgrade **TFTP recovery:** Requires serial console, reset button does nothing rename initramfs.bin to '0101A8C0.img' make available on TFTP server at 192.168.1.101 power board, interrupt boot execute tftpboot and bootm 0x81000000 **Format of OEM firmware image:** The OEM software of ENS1750 is a heavily modified version of Openwrt Kamikaze. One of the many modifications is to the sysupgrade program. Image verification is performed simply by the successful ungzip and untar of the supplied file and name check and header verification of the resulting contents. To form a factory.bin that is accepted by OEM Openwrt build, the kernel and rootfs must have specific names... openwrt-ar71xx-generic-ens1750-uImage-lzma.bin openwrt-ar71xx-generic-ens1750-root.squashfs and begin with the respective headers (uImage, squashfs). Then the files must be tarballed and gzipped. The resulting binary is actually a tar.gz file in disguise. This can be verified by using binwalk on the OEM firmware images, ungzipping then untaring. Newer EnGenius software requires more checks but their script includes a way to skip them, otherwise the tar must include a text file with the version and md5sums in a deprecated format. The OEM upgrade script is at /etc/fwupgrade.sh. OKLI kernel loader is required because the OEM software expects the kernel to be no greater than 1536k and the factory.bin upgrade procedure would otherwise overwrite part of the kernel when writing rootfs. Note on PLL-data cells: The default PLL register values will not work because of the external AR8035 switch between the SOC and the ethernet port. For QCA955x series, the PLL registers for eth0 and eth1 can be see in the DTSI as 0x28 and 0x48 respectively. Therefore the PLL registers can be read from uboot for each link speed after attempting tftpboot or another network action using that link speed with `md 0x18050028 1` and `md 0x18050048 1`. The clock delay required for RGMII can be applied at the PHY side, using the at803x driver `phy-mode`. Therefore the PLL registers for GMAC0 do not need the bits for delay on the MAC side. This is possible due to fixes in at803x driver since Linux 5.1 and 5.3 Tested-by: Kevin Abraham <kevin@westhousefarm.com> Signed-off-by: Kevin Abraham <kevin@westhousefarm.com>
* ubnt-ledbar: adapt for kernel v6.6Sven Wegener2024-05-11
| | | | | | | | | | | | | | | | | Linux kernel commit torvalds/linux@b8a1a4cd5a98a2adf8dfd6902cd98e57d910ee12 added a temporary probe_new member to struct i2c_driver, to drop the rarely used second parameter of the probe function and not break API for out of tree drivers. With torvalds/linux@5eb1e6e459cfa025f79c43014f66ff62a55542f1, which is part of v6.6, this probe_new member is dropped and the signature of the probe function is updated. ubnt-ledbar is used by the mediatek and ramips targets and both have been updated to v6.6, so adapt the probe function signature and remove other compat code for versions before v6.6. Signed-off-by: Sven Wegener <sven.wegener@stealer.net> Link: https://github.com/openwrt/openwrt/pull/15443 Signed-off-by: Robert Marko <robimarko@gmail.com>
* base-files: fix uid/gid auto-enumeration to avoid 16-bit limitThomas Winkler2024-05-10
| | | | | | | | | | | uid/gid range should be limited to 16bit unsigned integer range to avoid "wraparound" issues with permissions where jffs2 is employed for storage and chown 65536 (first auto-created user) becomes equivalent to chown 0 Fixes: #13927 Signed-off-by: Thomas Winkler <tewinkler86@gmail.com>
* bcm27xx-utils: update to latest versionÁlvaro Fernández Rojas2024-05-10
| | | | | | | Full changelog: https://github.com/raspberrypi/utils/compare/e65f5ec102e74218cda7da9fdc8b1caa0fd1127d...451b9881b72cb994c102724b5a7d9b93f97dc315 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* bcm27xx-gpu-fw: update to v1.20240424Álvaro Fernández Rojas2024-05-10
| | | | | | | | | This includes multiple updates for BCM2711 and BCM2712. Full changelog: https://github.com/raspberrypi/firmware/compare/0968de28716a9b1f106b8492646d0ed0a2800152...1.20240424 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* gperf: build as C++11Rosen Penev2024-05-10
| | | | | | | Newer compilers default to building with C++17 as default, which has the register keyword removed and thus errors. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dropbear: clarify DROPBEAR_MODERN_ONLY optionKonstantin Demin2024-05-09
| | | | | | | | don't mention SHA1 in order to not confuse users - SHA1 support is already disabled (except RSA-SHA1 signagures). ref: https://github.com/openwrt/openwrt/issues/15281 Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
* dropbear: bump to 2024.85Konstantin Demin2024-05-09
| | | | | | | | | | - update dropbear to latest stable 2024.85; for the changes see https://matt.ucc.asn.au/dropbear/CHANGES - drop cherry-picked patches (merged in release 2024.84) - refresh remaining patches Tested-by: Stijn Segers <foss@volatilesystems.org> Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
* ucode: update to Git HEAD (2024-05-09)Jo-Philipp Wich2024-05-09
| | | | | | | | | | | | | | | | cfe137be068a uci: remove incorrectly documentated reorder() parameter e8d78a26da0c lib: introduce socket library a0ad1d127ae6 build: fix symbol and library detection 674f65ee551d jsdoc: disable default module titles a33d16a86493 socket: rework error handling e2b81d869222 uloop: add documentation 953f36c96e8a socket: make socket.send() accept non-string data f211d5ac666f ubus: fix uc_ubus_have_uloop for eloop+uloop combination 0662de64bd1f socket: add AF_PACKET socket type support b594ff8a2841 socket: remove leftover debug code 0d823e702bfe socket: fix addrinfo() with omitted service argument Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* mtd-utils: nand-tuils: build and package 'nandbiterrs'Daniel Golle2024-05-08
| | | | | | | | | | | The 'nandbiterrs' tool is useful to find out of bit error correction of NAND is working as expected by deliberately introducing bit errors and telling up to which number they can be corrected. Enable build of the testing tools and package the 'nandbiterrs' tool as part of the nand-utils package. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* uboot-mediatek: bpi-r2: fix root= default cmdline parameterDaniel Golle2024-05-08
| | | | | | | | | With the switch from the uImage.FIT partition parser to fitblk the cmdline needs to be adjusted as well. Do this now as it has been forgotten when the switch was done. Fixes: 6368ed1ae5 ("mediatek: mt7623: phase out uImage.FIT partition parser") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* odhcpd: update to Git HEAD (2024-05-08)Christian Marangi2024-05-08
| | | | | | | | | | | | | | 99dd990690bc treewide: refactor pref(erred) to preferred_lt (lifetime) 4c2b51eab368 treewide: refactor valid to valid_lt (lifetime) 3b4e06055900 router: inherit user-assigned preferred_lifetime e164414aa184 router: limit prefix preferred_lt to valid_lt in accordance with RFC4861 a2176af7bdeb treewide: spell-fixes and new comments for extra clarification 4590efd3a2b3 treewide: normalize spaces to tabs 2edc60cb7c7a router: rename minvalid to lowest_found_lifetime 7ee72ee17bfa router: disambiguate and clarify 'no route' messages a29882318a4c config: set RFC defaults for preferred lifetime Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* arm-trusted-firmware-mediatek: add ram-download bl2 imagesFelix Fietkau2024-05-07
| | | | | | Support for MT7981-MT7988. Can be used for mtk_uartboot recovery Signed-off-by: Felix Fietkau <nbd@nbd.name>