npc: add architecture dependence

fix https://github.com/project-openwrt/openwrt-latest-isco/issues/138
This commit is contained in:
ElonH 2020-04-23 17:42:26 +08:00
parent 2fdb8d2271
commit 41a4c9618e
No known key found for this signature in database
GPG Key ID: 5BCDD7F78A258D4C

View File

@ -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