db260179

Results 18 comments of db260179

EN25QX128 is a brand new SPI-NOR flash chip and will need linux kernel support in the spi driver for openwrt to be able to use it. Bootloaders work independent -...

I've added the new EON flash chip to my gitlab branch - https://gitlab.com/db260179/openwrt-base/-/commit/e43d6e3f51d453b69d658b11eea3bacd292487b8 Also prebuilt some images for the Xiaomi 4/4AG Gigabit models for testing - 21.02-snapshot Any feedback welcome,...

> #### I also managed flashing my Mi-4A-G successfully after bootloop. But now can't persist anything after reboot, eg password. Make sure to use openwrt-21.02-snapshot-r16618+25-e43d6e3f51-ramips…iaomi_mi-router-4a-gigabit-squashfs-sysupgrade.bin and not the initramfs image!

`Booted chinese 4ag with prebuilt images from @db260179 , but was unable to install some kmod packages. Is there a place with the kernel dependent packages available or do I...

@Piradoxlanieve > Make sure to use openwrt-21.02-snapshot-r16618+25-e43d6e3f51-ramips…iaomi_mi-router-4a-gigabit-squashfs-sysupgrade.bin and not the initramfs image!

If you are doing this via ubuntu 18.04, the command qmi-firmware-update only has --update, not --update-download Just change the autoflash-7455.sh and remove the -download part.

To add to this 23.05 is broken as well, this patch fixes this ``` --- a/kernel/pf_ring.c +++ b/kernel/pf_ring.c @@ -5605,7 +5605,7 @@ static int packet_ring_bind(struct sock static int ring_bind(struct socket...

> files_antivirus/lib/Scanner/External.php > $this->writeHandle = ($avHost && $avPort) ? @fsockopen($avHost, $avPort) : false; > if (!$this->getWriteHandle()) { > throw new \RuntimeException('The clamav module is not configured for daemon mode.'); So...