Packages such as xfrm contain only script files, add PKGARCH:=all
Signed-off-by: Deng Qingfang <[email protected]>
TITLE:=Generic Routing Encapsulation config support
DEPENDS:=+kmod-gre +IPV6:kmod-gre6 +resolveip
PROVIDES:=grev4 grev6
+ PKGARCH:=all
endef
define Package/gre/description
TITLE:=IP in IP Tunnel config support
DEPENDS:= +kmod-ipip +resolveip
+ PKGARCH:=all
endef
define Package/ipip/description
SECTION:=net
CATEGORY:=Network
+ PKGARCH:=all
endef
define Package/vti
TITLE:=Virtual eXtensible LAN config support
DEPENDS:=+kmod-vxlan
+ PKGARCH:=all
endef
define Package/vxlan/description
SECTION:=net
CATEGORY:=Network
+ PKGARCH:=all
endef
define Package/xfrm