From 3ea51dff46f24a35e58f23d61fc144271138f98a Mon Sep 17 00:00:00 2001 From: sbwml Date: Wed, 13 Nov 2024 02:07:12 +0800 Subject: [PATCH] chinadns-ng: add mips64el architecture Signed-off-by: sbwml --- chinadns-ng/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chinadns-ng/Makefile b/chinadns-ng/Makefile index 5e9482caa..aa2e2b301 100644 --- a/chinadns-ng/Makefile +++ b/chinadns-ng/Makefile @@ -30,6 +30,9 @@ else ifeq ($(ARCH),mipsel) else ifeq ($(ARCH),mips64) PKG_ARCH:=chinadns-ng+wolfssl@mips64-linux-musl@mips64+soft_float@fast+lto PKG_HASH:=65406d60af2fbc5fc165bbb6233002020407572a7214d8e5bc64ed3099003e60 +else ifeq ($(ARCH),mips64el) + PKG_ARCH:=chinadns-ng+wolfssl@mips64el-linux-musl@mips64+soft_float@fast+lto + PKG_HASH:=c37e804e4bcd05c22c432580c46fb98689e3079f26bfc06d9e039a1fda427639 else ifeq ($(ARCH),i386) PKG_ARCH:=chinadns-ng+wolfssl@i386-linux-musl@i686@fast+lto PKG_HASH:=f29853387f51bdb4a993504a31933ece538f99365f3f3b46794caa75a3b653ba @@ -56,7 +59,7 @@ define Package/chinadns-ng SUBMENU:=IP Addresses and Names TITLE:=ChinaDNS next generation, refactoring with epoll and ipset. URL:=https://github.com/zfl9/chinadns-ng - DEPENDS:=@(aarch64||arm||i386||mips||mipsel||mips64||x86_64) +ipset + DEPENDS:=@(aarch64||arm||i386||mips||mipsel||mips64||mips64el||x86_64) +ipset endef define Build/Compile