From 17496030e2645b30fc0793b3c2104b275daa3c08 Mon Sep 17 00:00:00 2001 From: Deng Qingfang Date: Mon, 28 Jan 2019 14:38:44 +0800 Subject: treewide: add missing PKGARCH:=all to non-binary packages Packages such as Perl, Lua, shell scripts don't generate binary files. Add PKGARCH:=all to them. Signed-off-by: Deng Qingfang --- net/pppossh/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/pppossh/Makefile') diff --git a/net/pppossh/Makefile b/net/pppossh/Makefile index a4a048fcc..4567ac50b 100644 --- a/net/pppossh/Makefile +++ b/net/pppossh/Makefile @@ -19,6 +19,7 @@ define Package/pppossh CATEGORY:=Network TITLE:=PPPoSSH (Point-to-Point Protocol over SSH) DEPENDS:=+ppp +resolveip @(PACKAGE_dropbear||PACKAGE_openssh-client) + PKGARCH:=all endef define Package/pppossh/description -- cgit v1.2.3