mirror of
https://github.com/Ansuel/openwrt.git
synced 2025-12-17 07:22:29 +00:00
ramips: disable build TP-Link EAP235-Wall
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>
This commit is contained in:
parent
e2d823d068
commit
2cce634a9e
@ -2910,6 +2910,7 @@ define Device/tplink_eap235-wall-v1
|
||||
IMAGE_SIZE := 13440k
|
||||
IMAGE/factory.bin := append-rootfs | tplink-safeloader factory | \
|
||||
pad-extra 128
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += tplink_eap235-wall-v1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user