aboutsummaryrefslogtreecommitdiff
path: root/net/pppossh/Makefile
diff options
context:
space:
mode:
authorDeng Qingfang <dengqf6@mail2.sysu.edu.cn>2019-01-28 14:38:44 +0800
committerDeng Qingfang <dengqf6@mail2.sysu.edu.cn>2019-03-30 17:11:50 +0800
commit17496030e2645b30fc0793b3c2104b275daa3c08 (patch)
tree200a37da5d7b167d1952b566b83ccfce24385fc6 /net/pppossh/Makefile
parent149afa5dcbf9c236ef42b476c47dbe687487d6e6 (diff)
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 <dengqf6@mail2.sysu.edu.cn>
Diffstat (limited to 'net/pppossh/Makefile')
-rw-r--r--net/pppossh/Makefile1
1 files changed, 1 insertions, 0 deletions
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