aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/gre/Makefile
diff options
context:
space:
mode:
authorDeng Qingfang <dengqf6@mail2.sysu.edu.cn>2019-06-21 11:10:36 +0800
committerJo-Philipp Wich <jo@mein.io>2019-09-04 13:19:14 +0200
commitc0c7377603bd297961d7e790b69cdcd9217b6d53 (patch)
tree0d4b686aff1fdf7f65e11f72caf61763da22209f /package/network/config/gre/Makefile
parent15a5b79132488a00c0df6997b1c5cff145838534 (diff)
downloadupstream-c0c7377603bd297961d7e790b69cdcd9217b6d53.tar.gz
upstream-c0c7377603bd297961d7e790b69cdcd9217b6d53.tar.bz2
upstream-c0c7377603bd297961d7e790b69cdcd9217b6d53.zip
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 <dengqf6@mail2.sysu.edu.cn> (cherry picked from commit 6762e72524075c37928ad4ae9a979257759b2703)
Diffstat (limited to 'package/network/config/gre/Makefile')
-rw-r--r--package/network/config/gre/Makefile1
1 files changed, 1 insertions, 0 deletions
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