5 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
hanwckf
235c206e2e uboot-2023: fix wrong format of CONFIG_IPADDR and CONFIG_NETMASK 2023-09-23 23:42:39 +08:00
hanwckf
64a667af15 uboot-202307: httpd: set http cache-control to no-store 2023-09-02 15:38:36 +08:00
hanwckf
0d797b3381 uboot-202307: add CONFIG_NET_FORCE_IPADDR to set fixed ipaddr 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