diff options
| author | Zoltan HERPAI | 2024-02-29 16:06:04 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2024-02-29 16:06:04 +0000 |
| commit | 55c7b2cdaf827a4045320f944d73a168cad6bfb7 (patch) | |
| tree | ff41b63c781dfa5d23f30e13b67fc2710aca03a2 | |
| parent | 99545b4bb1faf7c328854cd5d74c63e11783b9bf (diff) | |
| download | openwrt-55c7b2cdaf827a4045320f944d73a168cad6bfb7.tar.gz | |
uboot-d1: cleanup Makefile
Clean up leftover PKG_HASH.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| -rw-r--r-- | package/boot/uboot-d1/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/boot/uboot-d1/Makefile b/package/boot/uboot-d1/Makefile index 50a28d3451..610dc5b498 100644 --- a/package/boot/uboot-d1/Makefile +++ b/package/boot/uboot-d1/Makefile @@ -9,7 +9,6 @@ include $(INCLUDE_DIR)/kernel.mk PKG_VERSION:=2023.01 PKG_RELEASE:=1 -#PKG_HASH:=352ad311dcf9431fc112122b0afe710e3104c0e670fc943273e8ed3b65c17335 PKG_HASH:=69423bad380f89a0916636e89e6dcbd2e4512d584308d922d1039d1e4331950f include $(INCLUDE_DIR)/u-boot.mk |