From c0c7377603bd297961d7e790b69cdcd9217b6d53 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 (cherry picked from commit 6762e72524075c37928ad4ae9a979257759b2703) --- package/network/config/ipip/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/network/config/ipip') 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 -- cgit v1.2.3