package/network: add PKGARCH:=all to non-binary packages
[openwrt/staging/jogo.git] / package / network / config / gre / Makefile
index a7e8612c6ca8c53ee7e79fd5b13609b231959cb5..e3a79e11e4a4d81b2096a91c381cd6f819163ad1 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gre
 PKG_VERSION:=1
-PKG_RELEASE:=9
+PKG_RELEASE:=11
 PKG_LICENSE:=GPL-2.0
 
 include $(INCLUDE_DIR)/package.mk
@@ -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