mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
339a0354ce
With this patch, the 'libc_lwip_nic_dhcp' plugin provides the DNS server address acquired by lwIP via DHCP in the file '/etc/resolv.conf'. This feature can be disabled from the config file: <libc resolv="no" /> The static network interface configuration attributes are now also a part of the '<libc>' config node: <libc ip_addr="..." netmask="..." gateway="..." /> Fixes #731.
6 lines
106 B
Makefile
6 lines
106 B
Makefile
SRC_CC = init.cc plugin.cc
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/libc_lwip_nic_dhcp
|
|
|
|
LIBS += lwip libc libc_lwip
|