- provide -source targets for the 3 parts of the split dhcp.
Closes #1223. Thanks
This commit is contained in:
parent
1e4d4391bd
commit
5a3fa49e81
@ -23,6 +23,10 @@ $(DL_DIR)/$(DHCP_SOURCE):
|
||||
|
||||
dhcp-source: $(DL_DIR)/$(DHCP_SOURCE)
|
||||
|
||||
dhcp_server-source: dhcp-source
|
||||
dhcp_relay-source: dhcp-source
|
||||
dhcp_client-source: dhcp-source
|
||||
|
||||
$(DHCP_DIR)/.unpacked: $(DL_DIR)/$(DHCP_SOURCE)
|
||||
$(DHCP_CAT) $(DL_DIR)/$(DHCP_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
toolchain/patch-kernel.sh $(DHCP_DIR) package/dhcp/ dhcp\*.patch
|
||||
|
Loading…
Reference in New Issue
Block a user