From 6762e72524075c37928ad4ae9a979257759b2703 Mon Sep 17 00:00:00 2001 From: Deng Qingfang Date: Fri, 21 Jun 2019 11:10:36 +0800 Subject: 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 + 1 file changed, 1 insertion(+) (limited to 'package/network/config/gre') 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 -- cgit v1.2.3