From 17496030e2645b30fc0793b3c2104b275daa3c08 Mon Sep 17 00:00:00 2001 From: Deng Qingfang Date: Mon, 28 Jan 2019 14:38:44 +0800 Subject: [PATCH] treewide: add missing PKGARCH:=all to non-binary packages Packages such as Perl, Lua, shell scripts don't generate binary files. Add PKGARCH:=all to them. Signed-off-by: Deng Qingfang --- lang/dkjson/Makefile | 1 + lang/json4lua/Makefile | 1 + lang/lua-bencode/Makefile | 1 + lang/lua-mobdebug/Makefile | 1 + lang/lua-wsapi/Makefile | 1 + lang/lua-xavante/Makefile | 1 + lang/luasoap/Makefile | 1 + lang/uuid/Makefile | 1 + net/acme/Makefile | 1 + net/bcp38/Makefile | 1 + net/bonding/Makefile | 1 + net/dynapoint/Makefile | 1 + net/nft-qos/Makefile | 1 + net/pppossh/Makefile | 1 + net/sshtunnel/Makefile | 1 + net/vpnc-scripts/Makefile | 1 + net/wakeonlan/Makefile | 1 + utils/attendedsysupgrade-common/Makefile | 1 + utils/bmx7-dnsupdate/Makefile | 1 + utils/watchcat/Makefile | 1 + utils/wifitoggle/Makefile | 1 + 21 files changed, 21 insertions(+) diff --git a/lang/dkjson/Makefile b/lang/dkjson/Makefile index b5ecfd5227..3f0f6fd9ca 100644 --- a/lang/dkjson/Makefile +++ b/lang/dkjson/Makefile @@ -27,6 +27,7 @@ define Package/dkjson URL:=http://dkolf.de/src/dkjson-lua.fsl/home MAINTAINER:=Lars Gierth DEPENDS:=+lua + PKGARCH:=all endef define Package/dkjson/description diff --git a/lang/json4lua/Makefile b/lang/json4lua/Makefile index 33892d2f61..6a4f8af703 100644 --- a/lang/json4lua/Makefile +++ b/lang/json4lua/Makefile @@ -29,6 +29,7 @@ define Package/json4lua TITLE:=json4lua URL:=https://github.com/amrhassan/json4lua DEPENDS:=+lua +luasocket + PKGARCH:=all endef define Package/json4lua/description diff --git a/lang/lua-bencode/Makefile b/lang/lua-bencode/Makefile index e256fe822e..3edee239f9 100644 --- a/lang/lua-bencode/Makefile +++ b/lang/lua-bencode/Makefile @@ -27,6 +27,7 @@ define Package/lua-bencode TITLE:=lua-bencode URL:=https://bitbucket.org/wilhelmy/lua-bencode DEPENDS:=+lua + PKGARCH:=all endef define Package/lua-bencode/description diff --git a/lang/lua-mobdebug/Makefile b/lang/lua-mobdebug/Makefile index bc0bb8cd38..b1c387d429 100644 --- a/lang/lua-mobdebug/Makefile +++ b/lang/lua-mobdebug/Makefile @@ -32,6 +32,7 @@ define Package/lua-mobdebug TITLE:=Lua-MobDebug URL:=https://github.com/pkulchenko/MobDebug DEPENDS:=+lua + PKGARCH:=all endef define Package/lua-mobdebug/description diff --git a/lang/lua-wsapi/Makefile b/lang/lua-wsapi/Makefile index d1ac559dcf..71e5aad554 100644 --- a/lang/lua-wsapi/Makefile +++ b/lang/lua-wsapi/Makefile @@ -31,6 +31,7 @@ define Package/lua-wsapi/Default TITLE:=Lua WSAPI URL:=https://keplerproject.github.io/wsapi/ DEPENDS:= +lua + PKGARCH:=all endef define Package/lua-wsapi/Default/description diff --git a/lang/lua-xavante/Makefile b/lang/lua-xavante/Makefile index acef0c2eba..9b870aa5cd 100644 --- a/lang/lua-xavante/Makefile +++ b/lang/lua-xavante/Makefile @@ -31,6 +31,7 @@ define Package/lua-xavante TITLE:=Xavante Web Server URL:=https://keplerproject.github.io/xavante/ DEPENDS:= +lua + PKGARCH:=all endef define Package/lua-xavante/description diff --git a/lang/luasoap/Makefile b/lang/luasoap/Makefile index de88fcf98f..f07c635a86 100644 --- a/lang/luasoap/Makefile +++ b/lang/luasoap/Makefile @@ -30,6 +30,7 @@ define Package/luasoap TITLE:=LuaSOAP URL:=https://github.com/tomasguisasola/luasoap DEPENDS:=+lua +luaexpat +luasec +luasocket + PKGARCH:=all endef define Package/luasoap/description diff --git a/lang/uuid/Makefile b/lang/uuid/Makefile index 9d9b4deeff..d1ca407705 100644 --- a/lang/uuid/Makefile +++ b/lang/uuid/Makefile @@ -32,6 +32,7 @@ define Package/uuid TITLE:=uuid URL:=https://github.com/Tieske/uuid DEPENDS:=+lua +luasocket + PKGARCH:=all endef define Package/uuid/description diff --git a/net/acme/Makefile b/net/acme/Makefile index 1c2f5fb1d0..412e7019c0 100644 --- a/net/acme/Makefile +++ b/net/acme/Makefile @@ -17,6 +17,7 @@ PKG_SOURCE_URL:=https://codeload.github.com/Neilpang/acme.sh/tar.gz/$(PKG_VERSIO PKG_HASH:=25f8eef1a53584e3ebc653e1ae7763362ca97c40bb476ab7fee01aa50fa3a101 PKG_BUILD_DIR:=$(BUILD_DIR)/acme.sh-$(PKG_VERSION) PKG_MAINTAINER:=Toke Høiland-Jørgensen +PKGARCH:=all LUCI_DIR:=/usr/lib/lua/luci diff --git a/net/bcp38/Makefile b/net/bcp38/Makefile index ebac110908..1ca8ab9b69 100644 --- a/net/bcp38/Makefile +++ b/net/bcp38/Makefile @@ -20,6 +20,7 @@ define Package/bcp38 URL:=https://github.com/dtaht/ceropackages-3.10 MAINTAINER:=Toke Høiland-Jørgensen DEPENDS:=+ipset + PKGARCH:=all endef define Package/bcp38/description diff --git a/net/bonding/Makefile b/net/bonding/Makefile index c808666b37..1c53fcb61c 100644 --- a/net/bonding/Makefile +++ b/net/bonding/Makefile @@ -23,6 +23,7 @@ define Package/proto-bonding CATEGORY:=Network TITLE:=Link Aggregation (Channel Bonding) proto handler DEPENDS:=+kmod-bonding + PKGARCH:=all endef define Package/proto-bonding/description diff --git a/net/dynapoint/Makefile b/net/dynapoint/Makefile index f27ad745e5..e724874795 100644 --- a/net/dynapoint/Makefile +++ b/net/dynapoint/Makefile @@ -21,6 +21,7 @@ define Package/dynapoint SUBMENU:=wireless DEPENDS:=+lua +libubus-lua +libuci-lua +libubox-lua +luci-lib-nixio TITLE:=Dynamic access point manager + PKGARCH:=all endef define Package/dynapoint/description diff --git a/net/nft-qos/Makefile b/net/nft-qos/Makefile index ed3ff441f7..78e0ec2b95 100644 --- a/net/nft-qos/Makefile +++ b/net/nft-qos/Makefile @@ -23,6 +23,7 @@ define Package/nft-qos CATEGORY:=Base system DEPENDS:=+nftables +kmod-nft-netdev +kmod-nft-bridge TITLE:=QoS scripts over nftables + PKGARCH:=all endef define Package/nft-qos/description diff --git a/net/pppossh/Makefile b/net/pppossh/Makefile index a4a048fcc8..4567ac50b9 100644 --- a/net/pppossh/Makefile +++ b/net/pppossh/Makefile @@ -19,6 +19,7 @@ define Package/pppossh CATEGORY:=Network TITLE:=PPPoSSH (Point-to-Point Protocol over SSH) DEPENDS:=+ppp +resolveip @(PACKAGE_dropbear||PACKAGE_openssh-client) + PKGARCH:=all endef define Package/pppossh/description diff --git a/net/sshtunnel/Makefile b/net/sshtunnel/Makefile index 03f61140d5..f2c2e00cf5 100644 --- a/net/sshtunnel/Makefile +++ b/net/sshtunnel/Makefile @@ -22,6 +22,7 @@ define Package/sshtunnel SUBMENU:=SSH TITLE:=Manages Local and Remote openssh ssh(1) tunnels DEPENDS:=+openssh-client + PKGARCH:=all endef define Package/sshtunnel/description diff --git a/net/vpnc-scripts/Makefile b/net/vpnc-scripts/Makefile index 910aac1a76..73649026f7 100644 --- a/net/vpnc-scripts/Makefile +++ b/net/vpnc-scripts/Makefile @@ -19,6 +19,7 @@ define Package/vpnc-scripts TITLE:=VPN configuration script for vpnc and OpenConnect MAINTAINER:=Nikos Mavrogiannopoulos SUBMENU:=VPN + PKGARCH:=all endef define Package/vpnc-scripts/description diff --git a/net/wakeonlan/Makefile b/net/wakeonlan/Makefile index 5e1bc2f0db..a24e6e617a 100644 --- a/net/wakeonlan/Makefile +++ b/net/wakeonlan/Makefile @@ -26,6 +26,7 @@ define Package/wakeonlan TITLE:=Sends 'magic packets' to wake-on-LAN enabled ethernet adapters URL:=http://gsd.di.uminho.pt/jpo/software/wakeonlan/ DEPENDS:=+perl +perlbase-getopt +perlbase-net +perlbase-socket + PKGARCH:=all endef define Package/wakeonlan/description diff --git a/utils/attendedsysupgrade-common/Makefile b/utils/attendedsysupgrade-common/Makefile index 52170404b3..1af7779fc0 100644 --- a/utils/attendedsysupgrade-common/Makefile +++ b/utils/attendedsysupgrade-common/Makefile @@ -17,6 +17,7 @@ define Package/attendedsysupgrade-common TITLE:=Common files neede by attendedsysupgrade packages MAINTAINER:=Paul Spooren DEPENDS:=+rpcd +rpcd-mod-rpcsys + PKGARCH:=all endef define Package/attendedsysupgrade-common/description diff --git a/utils/bmx7-dnsupdate/Makefile b/utils/bmx7-dnsupdate/Makefile index 1573d257d4..aa168c1b89 100644 --- a/utils/bmx7-dnsupdate/Makefile +++ b/utils/bmx7-dnsupdate/Makefile @@ -12,6 +12,7 @@ define Package/bmx7-dnsupdate TITLE:=bmx7-dnsupdate MAINTAINER:=Paul Spooren DEPENDS:=+bmx7 +bmx7-json inotifywait jshn + PKGARCH:=all endef define Build/Compile diff --git a/utils/watchcat/Makefile b/utils/watchcat/Makefile index fff7c4a1a1..8153e61787 100644 --- a/utils/watchcat/Makefile +++ b/utils/watchcat/Makefile @@ -20,6 +20,7 @@ define Package/watchcat SECTION:=utils CATEGORY:=Utilities TITLE:=Enable the configuration of programed reboots + PKGARCH:=all endef define Package/watchcat/description diff --git a/utils/wifitoggle/Makefile b/utils/wifitoggle/Makefile index c580e97817..d9aa68d57b 100644 --- a/utils/wifitoggle/Makefile +++ b/utils/wifitoggle/Makefile @@ -22,6 +22,7 @@ define Package/wifitoggle SECTION:=utils CATEGORY:=Utilities TITLE:=Script to toggle Wi-Fi with a button and UCI config + PKGARCH:=all endef define Package/wifitoggle/description