9 Commits

Author SHA1 Message Date
b62bb2fefb network: add MediaTek DHCPD support
- Add header: include/net/mtk_dhcpd.h
- Add implementation: net/mtk_dhcpd.c
- Add Kconfig option: CONFIG_MTK_DHCPD (depends on CONFIG_HTTPD)
- Include mtk_dhcpd.o in net/Makefile
- failsafe/failsafe.c:
    - call mtk_dhcpd_start() before Web failsafe starts
    - call mtk_dhcpd_stop() after Web failsafe exits
- net/net.c: call mtk_dhcpd_start() after net_loop(TCP) initialization
  to provide a fallback hook
2026-03-10 11:59:05 +08:00
Tianling Shen
3788274583 uboot: add glbtn header
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-10-07 10:40:45 +08:00
Tianling Shen
15ac366e7d uboot: failsafe: support boot into initramfs
sort uri handlers while at it.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-09-12 17:26:07 +08:00
Tianling Shen
67ab0457d2 uboot: add fit_get_totalsize support from openwrt
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-09-10 16:39:17 +08:00
Aabandon
0547d940aa uboot: add support for fmsh gsto dosilicon spi-nand 2024-09-03 20:57:26 +08:00
hanwckf
1869c74691 uboot: add support for foresee spi-nand 2024-01-31 10:14:25 +08:00
hanwckf
56235bb4e0 uboot-202307: sync failsafe webui with glinet uboot 2023-09-02 15:39:19 +08:00
hanwckf
5c6c84ee67 uboot-202307: add poller support 2023-09-02 15:38:36 +08:00
hanwckf
7caf897895 uboot-202307: add u-boot ver.202307 from github.com/mtk-openwrt 2023-09-02 15:38:35 +08:00