Skip to content

Commit

Permalink
update 2024-07-21 00:48:08
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzok8 committed Jul 20, 2024
1 parent 4daa64e commit e716495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chinadns-ng/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ PKG_RELEASE:=1
ifeq ($(ARCH),aarch64)
ifeq ($(BOARD),rockchip)
PKG_ARCH:=chinadns-ng+wolfssl@aarch64-linux-musl@generic+v8a@fast+lto
PKG_HASH:=605cdcf46b2b82a4c4989747e5e16b577a5b42574d0432d1ff0bc689daa62124
PKG_HASH:=605cdcf46b2b82a4c4989747e5e16b577a5b42574d0432d1ff0bc689daa62124
else
PKG_ARCH:=chinadns-ng+wolfssl_noasm@aarch64-linux-musl@generic+v8a@fast+lto
PKG_HASH:=a3706e49aa71c113710a4d28fca5f1201708feb82002c26a3c8bf6a333cbaea7
PKG_HASH:=dfa60cf7cdac7bd4ccfc9d3ed4bc99e8a8ed4e8542e42dacfb2daa2ca9e0fc85
endif
else ifeq ($(ARCH),arm)
ARM_CPU_FEATURES:=$(word 2,$(subst +,$(space),$(call qstrip,$(CONFIG_CPU_TYPE))))
Expand Down

0 comments on commit e716495

Please sign in to comment.