From 6762e72524075c37928ad4ae9a979257759b2703 Mon Sep 17 00:00:00 2001 From: Deng Qingfang Date: Fri, 21 Jun 2019 11:10:36 +0800 Subject: [PATCH] package/network: add PKGARCH:=all to non-binary packages Packages such as xfrm contain only script files, add PKGARCH:=all Signed-off-by: Deng Qingfang --- package/network/config/gre/Makefile | 1 + package/network/config/ipip/Makefile | 1 + package/network/config/vti/Makefile | 1 + package/network/config/vxlan/Makefile | 1 + package/network/config/xfrm/Makefile | 1 + 5 files changed, 5 insertions(+) diff --git a/package/network/config/gre/Makefile b/package/network/config/gre/Makefile index 83ec8988af..e3a79e11e4 100644 --- a/package/network/config/gre/Makefile +++ b/package/network/config/gre/Makefile @@ -24,6 +24,7 @@ define Package/gre TITLE:=Generic Routing Encapsulation config support DEPENDS:=+kmod-gre +IPV6:kmod-gre6 +resolveip PROVIDES:=grev4 grev6 + PKGARCH:=all endef define Package/gre/description diff --git a/package/network/config/ipip/Makefile b/package/network/config/ipip/Makefile index 252534f198..458709038b 100644 --- a/package/network/config/ipip/Makefile +++ b/package/network/config/ipip/Makefile @@ -20,6 +20,7 @@ define Package/ipip MAINTAINER:=Hans Dedecker TITLE:=IP in IP Tunnel config support DEPENDS:= +kmod-ipip +resolveip + PKGARCH:=all endef define Package/ipip/description diff --git a/package/network/config/vti/Makefile b/package/network/config/vti/Makefile index 29b83ce234..ee7c0d11e8 100644 --- a/package/network/config/vti/Makefile +++ b/package/network/config/vti/Makefile @@ -18,6 +18,7 @@ define Package/vti/Default SECTION:=net CATEGORY:=Network MAINTAINER:=Andre Valentin + PKGARCH:=all endef define Package/vti diff --git a/package/network/config/vxlan/Makefile b/package/network/config/vxlan/Makefile index aeceb9cd88..5850c443e7 100644 --- a/package/network/config/vxlan/Makefile +++ b/package/network/config/vxlan/Makefile @@ -12,6 +12,7 @@ define Package/vxlan MAINTAINER:=Matthias Schiffer TITLE:=Virtual eXtensible LAN config support DEPENDS:=+kmod-vxlan + PKGARCH:=all endef define Package/vxlan/description diff --git a/package/network/config/xfrm/Makefile b/package/network/config/xfrm/Makefile index 2afbd48a4f..1d0766f568 100644 --- a/package/network/config/xfrm/Makefile +++ b/package/network/config/xfrm/Makefile @@ -12,6 +12,7 @@ define Package/xfrm/Default SECTION:=net CATEGORY:=Network MAINTAINER:=Andre Valentin + PKGARCH:=all endef define Package/xfrm -- 2.30.2