mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-30 13:03:09 +01:00
|
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
After investigating the EAP235-Wall u-boot GPL code, it was found that the u-boot of this device directly loads the kernel from the SPI NOR Flash direct access address. However, due to hardware limitation, MT7621 can only remap the first 4MiB Flash. Excluding some partitions before the kernel, this device can only boot kernels smaller than 0x360000. This means that unless you install a modified bootloader, the mainline OpenWrt will no longer work on this model. Closes: https://github.com/openwrt/openwrt/issues/20500 Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/20509 Signed-off-by: Robert Marko <robimarko@gmail.com> |
||
|---|---|---|
| .. | ||
| base-files/etc | ||
| dts | ||
| files/drivers | ||
| image | ||
| mt76x8 | ||
| mt7620 | ||
| mt7621 | ||
| patches-6.12 | ||
| rt288x | ||
| rt305x | ||
| rt3883 | ||
| Makefile | ||
| modules.mk | ||