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 <dengqf6@mail2.sysu.edu.cn>
This commit is contained in:
parent
149afa5dcb
commit
17496030e2
21 changed files with 21 additions and 0 deletions
|
@ -27,6 +27,7 @@ define Package/dkjson
|
||||||
URL:=http://dkolf.de/src/dkjson-lua.fsl/home
|
URL:=http://dkolf.de/src/dkjson-lua.fsl/home
|
||||||
MAINTAINER:=Lars Gierth <larsg@systemli.org>
|
MAINTAINER:=Lars Gierth <larsg@systemli.org>
|
||||||
DEPENDS:=+lua
|
DEPENDS:=+lua
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/dkjson/description
|
define Package/dkjson/description
|
||||||
|
|
|
@ -29,6 +29,7 @@ define Package/json4lua
|
||||||
TITLE:=json4lua
|
TITLE:=json4lua
|
||||||
URL:=https://github.com/amrhassan/json4lua
|
URL:=https://github.com/amrhassan/json4lua
|
||||||
DEPENDS:=+lua +luasocket
|
DEPENDS:=+lua +luasocket
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/json4lua/description
|
define Package/json4lua/description
|
||||||
|
|
|
@ -27,6 +27,7 @@ define Package/lua-bencode
|
||||||
TITLE:=lua-bencode
|
TITLE:=lua-bencode
|
||||||
URL:=https://bitbucket.org/wilhelmy/lua-bencode
|
URL:=https://bitbucket.org/wilhelmy/lua-bencode
|
||||||
DEPENDS:=+lua
|
DEPENDS:=+lua
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/lua-bencode/description
|
define Package/lua-bencode/description
|
||||||
|
|
|
@ -32,6 +32,7 @@ define Package/lua-mobdebug
|
||||||
TITLE:=Lua-MobDebug
|
TITLE:=Lua-MobDebug
|
||||||
URL:=https://github.com/pkulchenko/MobDebug
|
URL:=https://github.com/pkulchenko/MobDebug
|
||||||
DEPENDS:=+lua
|
DEPENDS:=+lua
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/lua-mobdebug/description
|
define Package/lua-mobdebug/description
|
||||||
|
|
|
@ -31,6 +31,7 @@ define Package/lua-wsapi/Default
|
||||||
TITLE:=Lua WSAPI
|
TITLE:=Lua WSAPI
|
||||||
URL:=https://keplerproject.github.io/wsapi/
|
URL:=https://keplerproject.github.io/wsapi/
|
||||||
DEPENDS:= +lua
|
DEPENDS:= +lua
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/lua-wsapi/Default/description
|
define Package/lua-wsapi/Default/description
|
||||||
|
|
|
@ -31,6 +31,7 @@ define Package/lua-xavante
|
||||||
TITLE:=Xavante Web Server
|
TITLE:=Xavante Web Server
|
||||||
URL:=https://keplerproject.github.io/xavante/
|
URL:=https://keplerproject.github.io/xavante/
|
||||||
DEPENDS:= +lua
|
DEPENDS:= +lua
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/lua-xavante/description
|
define Package/lua-xavante/description
|
||||||
|
|
|
@ -30,6 +30,7 @@ define Package/luasoap
|
||||||
TITLE:=LuaSOAP
|
TITLE:=LuaSOAP
|
||||||
URL:=https://github.com/tomasguisasola/luasoap
|
URL:=https://github.com/tomasguisasola/luasoap
|
||||||
DEPENDS:=+lua +luaexpat +luasec +luasocket
|
DEPENDS:=+lua +luaexpat +luasec +luasocket
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luasoap/description
|
define Package/luasoap/description
|
||||||
|
|
|
@ -32,6 +32,7 @@ define Package/uuid
|
||||||
TITLE:=uuid
|
TITLE:=uuid
|
||||||
URL:=https://github.com/Tieske/uuid
|
URL:=https://github.com/Tieske/uuid
|
||||||
DEPENDS:=+lua +luasocket
|
DEPENDS:=+lua +luasocket
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/uuid/description
|
define Package/uuid/description
|
||||||
|
|
|
@ -17,6 +17,7 @@ PKG_SOURCE_URL:=https://codeload.github.com/Neilpang/acme.sh/tar.gz/$(PKG_VERSIO
|
||||||
PKG_HASH:=25f8eef1a53584e3ebc653e1ae7763362ca97c40bb476ab7fee01aa50fa3a101
|
PKG_HASH:=25f8eef1a53584e3ebc653e1ae7763362ca97c40bb476ab7fee01aa50fa3a101
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/acme.sh-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/acme.sh-$(PKG_VERSION)
|
||||||
PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
|
PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
|
||||||
|
PKGARCH:=all
|
||||||
|
|
||||||
LUCI_DIR:=/usr/lib/lua/luci
|
LUCI_DIR:=/usr/lib/lua/luci
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@ define Package/bcp38
|
||||||
URL:=https://github.com/dtaht/ceropackages-3.10
|
URL:=https://github.com/dtaht/ceropackages-3.10
|
||||||
MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
|
MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
|
||||||
DEPENDS:=+ipset
|
DEPENDS:=+ipset
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/bcp38/description
|
define Package/bcp38/description
|
||||||
|
|
|
@ -23,6 +23,7 @@ define Package/proto-bonding
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Link Aggregation (Channel Bonding) proto handler
|
TITLE:=Link Aggregation (Channel Bonding) proto handler
|
||||||
DEPENDS:=+kmod-bonding
|
DEPENDS:=+kmod-bonding
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/proto-bonding/description
|
define Package/proto-bonding/description
|
||||||
|
|
|
@ -21,6 +21,7 @@ define Package/dynapoint
|
||||||
SUBMENU:=wireless
|
SUBMENU:=wireless
|
||||||
DEPENDS:=+lua +libubus-lua +libuci-lua +libubox-lua +luci-lib-nixio
|
DEPENDS:=+lua +libubus-lua +libuci-lua +libubox-lua +luci-lib-nixio
|
||||||
TITLE:=Dynamic access point manager
|
TITLE:=Dynamic access point manager
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/dynapoint/description
|
define Package/dynapoint/description
|
||||||
|
|
|
@ -23,6 +23,7 @@ define Package/nft-qos
|
||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
DEPENDS:=+nftables +kmod-nft-netdev +kmod-nft-bridge
|
DEPENDS:=+nftables +kmod-nft-netdev +kmod-nft-bridge
|
||||||
TITLE:=QoS scripts over nftables
|
TITLE:=QoS scripts over nftables
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/nft-qos/description
|
define Package/nft-qos/description
|
||||||
|
|
|
@ -19,6 +19,7 @@ define Package/pppossh
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=PPPoSSH (Point-to-Point Protocol over SSH)
|
TITLE:=PPPoSSH (Point-to-Point Protocol over SSH)
|
||||||
DEPENDS:=+ppp +resolveip @(PACKAGE_dropbear||PACKAGE_openssh-client)
|
DEPENDS:=+ppp +resolveip @(PACKAGE_dropbear||PACKAGE_openssh-client)
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/pppossh/description
|
define Package/pppossh/description
|
||||||
|
|
|
@ -22,6 +22,7 @@ define Package/sshtunnel
|
||||||
SUBMENU:=SSH
|
SUBMENU:=SSH
|
||||||
TITLE:=Manages Local and Remote openssh ssh(1) tunnels
|
TITLE:=Manages Local and Remote openssh ssh(1) tunnels
|
||||||
DEPENDS:=+openssh-client
|
DEPENDS:=+openssh-client
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/sshtunnel/description
|
define Package/sshtunnel/description
|
||||||
|
|
|
@ -19,6 +19,7 @@ define Package/vpnc-scripts
|
||||||
TITLE:=VPN configuration script for vpnc and OpenConnect
|
TITLE:=VPN configuration script for vpnc and OpenConnect
|
||||||
MAINTAINER:=Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
|
MAINTAINER:=Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
|
||||||
SUBMENU:=VPN
|
SUBMENU:=VPN
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/vpnc-scripts/description
|
define Package/vpnc-scripts/description
|
||||||
|
|
|
@ -26,6 +26,7 @@ define Package/wakeonlan
|
||||||
TITLE:=Sends 'magic packets' to wake-on-LAN enabled ethernet adapters
|
TITLE:=Sends 'magic packets' to wake-on-LAN enabled ethernet adapters
|
||||||
URL:=http://gsd.di.uminho.pt/jpo/software/wakeonlan/
|
URL:=http://gsd.di.uminho.pt/jpo/software/wakeonlan/
|
||||||
DEPENDS:=+perl +perlbase-getopt +perlbase-net +perlbase-socket
|
DEPENDS:=+perl +perlbase-getopt +perlbase-net +perlbase-socket
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wakeonlan/description
|
define Package/wakeonlan/description
|
||||||
|
|
|
@ -17,6 +17,7 @@ define Package/attendedsysupgrade-common
|
||||||
TITLE:=Common files neede by attendedsysupgrade packages
|
TITLE:=Common files neede by attendedsysupgrade packages
|
||||||
MAINTAINER:=Paul Spooren <paul@spooren.de>
|
MAINTAINER:=Paul Spooren <paul@spooren.de>
|
||||||
DEPENDS:=+rpcd +rpcd-mod-rpcsys
|
DEPENDS:=+rpcd +rpcd-mod-rpcsys
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/attendedsysupgrade-common/description
|
define Package/attendedsysupgrade-common/description
|
||||||
|
|
|
@ -12,6 +12,7 @@ define Package/bmx7-dnsupdate
|
||||||
TITLE:=bmx7-dnsupdate
|
TITLE:=bmx7-dnsupdate
|
||||||
MAINTAINER:=Paul Spooren <spooren@informatik.uni-leipzig.de>
|
MAINTAINER:=Paul Spooren <spooren@informatik.uni-leipzig.de>
|
||||||
DEPENDS:=+bmx7 +bmx7-json inotifywait jshn
|
DEPENDS:=+bmx7 +bmx7-json inotifywait jshn
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
|
|
@ -20,6 +20,7 @@ define Package/watchcat
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Enable the configuration of programed reboots
|
TITLE:=Enable the configuration of programed reboots
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/watchcat/description
|
define Package/watchcat/description
|
||||||
|
|
|
@ -22,6 +22,7 @@ define Package/wifitoggle
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Script to toggle Wi-Fi with a button and UCI config
|
TITLE:=Script to toggle Wi-Fi with a button and UCI config
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wifitoggle/description
|
define Package/wifitoggle/description
|
||||||
|
|
Loading…
Reference in a new issue