dhcpserver: Initial DHCP server support, hands out leases but doesn't expire them
This commit is contained in:
parent
347f9d3a85
commit
4c98f575e7
3 changed files with 324 additions and 0 deletions
11
extras/dhcpserver/component.mk
Normal file
11
extras/dhcpserver/component.mk
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Component makefile for extras/dhcpserver
|
||||
|
||||
#error IWASERROR
|
||||
|
||||
INC_DIRS += $(ROOT)extras/dhcpserver/include
|
||||
|
||||
# args for passing into compile rule generation
|
||||
extras/dhcpserver_INC_DIR = $(ROOT)extras/dhcpserver
|
||||
extras/dhcpserver_SRC_DIR = $(ROOT)extras/dhcpserver
|
||||
|
||||
$(eval $(call component_compile_rules,extras/dhcpserver))
|
||||
Loading…
Add table
Add a link
Reference in a new issue