mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
- 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-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_DIR)/.unpacked: $(DL_DIR)/$(DHCP_SOURCE)
|
||||||
$(DHCP_CAT) $(DL_DIR)/$(DHCP_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
$(DHCP_CAT) $(DL_DIR)/$(DHCP_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||||
toolchain/patch-kernel.sh $(DHCP_DIR) package/dhcp/ dhcp\*.patch
|
toolchain/patch-kernel.sh $(DHCP_DIR) package/dhcp/ dhcp\*.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user