mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
Use correct patch name
This commit is contained in:
@@ -19,7 +19,7 @@ $(DL_DIR)/$(VPNC_SOURCE):
|
||||
|
||||
$(VPNC_DIR)/.unpacked: $(DL_DIR)/$(VPNC_SOURCE)
|
||||
$(VPNC_CAT) $(DL_DIR)/$(VPNC_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
toolchain/patch-kernel.sh $(VPNC_DIR) package/vpnc \*$(VPNC_VERSION).patch
|
||||
toolchain/patch-kernel.sh $(VPNC_DIR) package/vpnc vpnc-$(VPNC_VERSION)\*.patch
|
||||
touch $@
|
||||
|
||||
$(VPNC_BINARY): $(VPNC_DIR)/.unpacked
|
||||
|
||||
Reference in New Issue
Block a user