From 57e431f6c9a0fcba8dbcbb25be7bc939f083354a Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Thu, 2 Mar 2017 11:43:28 +0100 Subject: [PATCH] Added PKGARCH:=all to Makefile --- openwisp-config/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/openwisp-config/Makefile b/openwisp-config/Makefile index 6267174..e1b08b9 100644 --- a/openwisp-config/Makefile +++ b/openwisp-config/Makefile @@ -20,6 +20,7 @@ define Package/openwisp-config/default SUBMENU:=openwisp DEPENDS:=+curl +lua +libuci-lua +luafilesystem $(3) VARIANT:=$(1) + PKGARCH:=all MAINTAINER:=Federico Capoano URL:=http://openwisp.org endef