mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
- provide -source targets for the 3 parts of the split dhcp.
Closes #1223. Thanks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user