From d97fb67bf348c607b87459254892bdd0aa8b37a8 Mon Sep 17 00:00:00 2001 From: ElonH Date: Thu, 23 Apr 2020 17:42:26 +0800 Subject: [PATCH] npc: add architecture dependence fix https://github.com/project-openwrt/openwrt-latest-isco/issues/138 --- package/lean/npc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/npc/Makefile b/package/lean/npc/Makefile index 75aaad684a..17a88b11c7 100644 --- a/package/lean/npc/Makefile +++ b/package/lean/npc/Makefile @@ -47,7 +47,7 @@ define Package/$(PKG_NAME) SECTION:=net CATEGORY:=Network TITLE:=NPC Client - DEPENDS:= + DEPENDS:=@(aarch64||arm||i386||mips||mipsel||x86_64) URL:=https://github.com/ehang-io/nps/releases endef