- 31 Jan, 2023 13 commits
-
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Dustin L. Howett authored
This commit also breaks the dependency on GRUB for all EFI installs
-
Dustin L. Howett authored
-
Dustin L. Howett authored
-
Redmine-patch-id: 1227 Signed-off-by:
Florian Eckert <fe@dev.tdt.de>
-
Christian Marangi authored
Use openwrt official tools container by default. Fork will use openwrt tools container by default. This can be disabled by setting the option use_openwrt_container to false for the build.yml and check-kernel-patches.yml. The push-containers workflow is disabled on forks. The workflow can be reenabled by commenting the condition in push-containers.yml. Signed-off-by:
Christian Marangi <ansuelsmth@gmail.com>
-
Hannu Nyman authored
Enable the CPU frequency scaling statistics in kernel config. Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> Reviewed-by:
Robert Marko <robimarko@gmail.com>
-
- 30 Jan, 2023 6 commits
-
-
INAGAKI Hiroshi authored
Use generic earlycon on Linux Kernel instead of initialization in platform setup. And also, drop bootargs with console= parameter from I-O DATA BSH-G24MB. It uses 115200bps as baud-rate, the same as default in rtl838x.dtsi. Signed-off-by:
INAGAKI Hiroshi <musashino.open@gmail.com> Signed-off-by:
Olliver Schinagl <oliver@schinagl.nl>
-
Zoltan HERPAI authored
The testing kernel has been available since Mar/2022, let's switch to it by default. Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu>
-
Robert Marko authored
ath25 seems to be a target with low number of users according to download statistics, most of which are for older releases anyway. Users that we managed to find are currently building images downstream as due to low amount of RAM (32MB) default config will not work. Target also suffers from inability for the 5.15 kernel bump to be tested which is a requirment for the next release. So, for those reasons, lets mark it as source-only so that Buildbots dont use the resources for building the images for this target anymore. Signed-off-by:
Robert Marko <robimarko@gmail.com>
-
Chuanhong Guo authored
Signed-off-by:
Chuanhong Guo <gch981213@gmail.com>
-
Nick Hainke authored
The default kernel should be switched to 5.15 in order to enable testing by a broader audience. Signed-off-by:
Nick Hainke <vincent@systemli.org>
-
Petr Štetiar authored
I've somehow managed to commit wrong package mirror hash in commit 36076b5a ("ubus: update to version 2022-06-15"), so lets fix it by using a proper one. Fixes: 36076b5a ("ubus: update to version 2022-06-15") Reported-by:
Andre Heider <a.heider@gmail.com> Signed-off-by:
Petr Štetiar <ynezz@true.cz>
-
- 29 Jan, 2023 11 commits
-
-
Sander Vanheule authored
On the realtek target, the subtarget makefiles include a KERNEL_PATCHVER setting, shadowing KERNEL_PATCHVER from target/linux/realtek/Makefile. This makes the realtek target an exception in this regard, and makes switching kernel version a bit bothersome. Remove the overrides so all subtargets use the same kernel version. Signed-off-by:
Sander Vanheule <sander@svanheule.net>
-
Felix Fietkau authored
Will be used by the next mt76 update Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
8be8bb9df789 nl: fix accessing hairpin mode and isolated from the right attribute set Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Needed for upcoming mt76 page pool support Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Required for an upcoming mt76 update Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
It is needed for an upcoming mt76 update Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
1c8df08824ef style: add .editorconfig file ec167d39b803 nl80211: refactor command bitmask handling 6704ec0d5b29 nl80211: add support for registering an uloop based listener 48a6eac1da15 fs: implement `fs.pipe()` f1be0d725735 types: fix array unshift operations and add test coverage 941d14837faf Merge pull request #138 from nbd168/nl80211 Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Daniel Golle authored
Selecting the environment when booting from SD card has been broken by a previous commit. Fix it. Fixes: f46355b4 ("uboot-envtools: mediatek_filogic: fix BPi-R3 when no OS is installed") Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
Selecting the environment when booting from SD card has been broken by a previous commit. Fix it. Fixes: 84b5b0f8 ("uboot-envtools: mediatek/mt7622: don't rely on mapped rootfs") Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Chen Minqiang authored
Ensure that the platform_check_image() function returns an error code. Signed-off-by:
Chen Minqiang <ptpt52@gmail.com>
-
Chen Minqiang authored
This change ensures compatibility with both types of sysupgrade-tar files. 1. For some boards like xiaomi,redmi-router-ax6s, sysupgrade-tar is pack in directory `vendor,name/` 2. For some boards like xiaomi,mi-router-3g, sysupgrade-tar is pack in directory `vendor_name/` Signed-off-by:
Chen Minqiang <ptpt52@gmail.com>
-
- 28 Jan, 2023 10 commits
-
-
Andre Heider authored
Just as lua or the various languages from the package feed. libucode is the exception, so move it to the libs menu instead. Signed-off-by:
Andre Heider <a.heider@gmail.com>
-
Andre Heider authored
uhttpd's cmake options all default to ON. Either we set all of them or none if the defaults need to be changed. Let's go with the latter. Because support for all modules is always compiled in, remove two unused and useless config toggles. uhttpd detects and uses libcrypt itself, no need to add it here again. Signed-off-by:
Andre Heider <a.heider@gmail.com>
-
Hauke Mehrtens authored
Instead of accessing /dev/urandom use the getrandom syscall. This way we do not have to keep the file open all the time. This also fixes a compile error with glibc: -------- px5g-mbedtls.c: In function '_urandom': px5g-mbedtls.c:48:9: error: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Werror=unused-result] 48 | read(urandom_fd, out, len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors -------- Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Dmitry Sokolov authored
Device is the same as Xiaomi Mi Router 4A Gigabit, except of: - 5G WiFi is MT7663 - addresses of leds, wifi and eth ports are slightly changed Specs: SoC: MT7621 CPU: 2 x 880 MHz ROM: 16 MB RAM: 128 MB WLAN: MT7603, MT7663 MAC addresses: WAN **** factory 0xe006 (label) LAN *:f7 factory 0xe000 2.4 GHz *:f8 factory 0x0000+0x4 (mtd-eeprom+0x4) 5 GHz *:f9 factory 0x8000+0x4 (mtd-eeprom+0x4) Installation: Factory firmware is based on a custom OpenWrt 17.x. Installation is the same as for Xiaomi Mi Router 4A Gigabit. Probably the easiest way to install is to use the script from this repository: https://github.com/acecilia/OpenWRTInvasion/pull/155 In a more advanced case, you can do everything yourself: - gain access to the device through one of the exploits described in the link above - upload sysupgrade image to /tmp - overwrite stock firmware: # mtd -e OS1 -r write /tmp/sysupgrade.bin OS1 Recovery: Recovery procedure is the same as for Xiaomi Mi Router 4A Gigabit. Possible options can be found here: https://openwrt.org/inbox/toh/xiaomi/xiaomi_mi_router_4a_gigabit_edition One of the ways is to use another router with OpenWrt: - connect both routers by their LAN ports - download stock firmware from [1] - place it inside /tmp/test.bin on the main router - configure PXE/TFTP on the main router - power off 4Av2, hold Reset button, power on - as soon as image download via TFTP starts, Reset can be released - blinking blue wan LED will indicate the end of the flashing process, now router can be rebooted [1] http://cdn.cnbj1.fds.api.mi-img.com/xiaoqiang/rom/r4av2/miwifi_r4av2_firmware_release_2.30.28.bin Signed-off-by:
Dmitry Sokolov <e323w@proton.me>
-
Maxim Anisimov authored
- drop unneeded default-state for led_power - concat firmware partitions to extend available free space - increase spi flash frequency to 32 Mhz (value from stock firmware bootlog) - drop broken-flash-reset because of onboard flash chip W25Q256FV has reset support - add compatible for pcie wifi according to kernel documetation - switch to wan mac address with offset 0x28 in rf-eeprom Signed-off-by:
Maxim Anisimov <maxim.anisimov.ua@gmail.com>
-
Maxim Anisimov authored
This is cosmetic change. The hex value is related to the device model and more human friendly. Signed-off-by:
Maxim Anisimov <maxim.anisimov.ua@gmail.com>
-
Tom Herbers authored
Add LTE packages required for operating the LTE modems shipped with the GL-XE300. Example configuration for an unauthenticated dual-stack APN: network.wwan0=interface network.wwan0.proto='qmi' network.wwan0.device='/dev/cdc-wdm0' network.wwan0.apn='internet' network.wwan0.auth='none' network.wwan0.delay='10' network.wwan0.pdptype='IPV4V6' Signed-off-by:
Tom Herbers <mail@tomherbers.de>
-
Shiji Yang authored
1. Convert wireless calibration data to NVMEM. 2. Enable control green status LED and change default LED behaviors. The three LEDs of LBA-047-CH are in the same position, and the green LED will be completely covered by the other two LEDs. So don's use green LED as WAN indicator to ensure that only one LED is on at a time. LED Factory OpenWrt blue internet fail failsafe && upgrade green internet okay run red boot boot 3. Reduce the SPI clock to 30 MHz because the ath79 target does not support 50 MHz SPI operation well. Keep the fast-read support to ensure the spi-mem feature (b3f98423 ) is enabled. 4. Remove unused package "uboot-envtools". 5. Split the factory image into two parts: rootfs and kernel. This change can reduce the factory image size and allow users to upgrade the OpenWrt kernel loader uImage (OKLI) independently. The new installation method: First, rename "squashfs-kernel.bin" to "openwrt-ar71xx-generic-ap147-16M-kernel.bin" and rename "rootfs.bin" to "openwrt-ar71xx-generic-ap147-16M-rootfs-squashfs.bin". Then we can press reset button for about 5 seconds to enter tftp download mode. Finally, set IP address to 192.168.67.100 and upload the above two parts via tftp server. Tested on Letv LBA-047-CH Signed-off-by:
Shiji Yang <yangshiji66@qq.com>
-
Edward Chow authored
Driver for both soc (2.4GHz Wifi) and pci (5 GHz) now pull the calibration data from the nvmem subsystem. This allows us to move the userspace caldata extraction for the pci-e ath9k supported wifi into the device-tree definition of the device. Currently, "mac-address-ascii" cells only works for ethernet and wmac devices, so PCI ath9k device uses the old method to calibrate. Signed-off-by:
Edward Chow <equu@openmail.cc>
-
Tony Butler authored
"842" is a compression scheme and this is the software implementation which is too slow to really use beyond a proof of concept. It can be selected in ZRAM, ZSWAP, or `fs/pstore`, and is here for completeness. In general you need a Power8 or better with 842-in-hardware for it to be fast, but other 842-accelerators are emerging. Signed-off-by:
Tony Butler <spudz76@gmail.com>
-