mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
net: lwip: add dns command
Add CMD_DNS when NET_LWIP is enabled to provide the dns command using lwIP. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
committed by
Tom Rini
parent
7a5e00d5c3
commit
aedcfec9ed
@@ -17,6 +17,7 @@ struct netif *net_lwip_get_netif(void);
|
||||
int net_lwip_rx(struct udevice *udev, struct netif *netif);
|
||||
|
||||
int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
|
||||
int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
|
||||
int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
|
||||
|
||||
#endif /* __NET_LWIP_H__ */
|
||||
|
||||
Reference in New Issue
Block a user