Browse Source

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>
lilik-openwrt-22.03
Deng Qingfang 5 years ago
parent
commit
17496030e2
21 changed files with 21 additions and 0 deletions
  1. +1
    -0
      lang/dkjson/Makefile
  2. +1
    -0
      lang/json4lua/Makefile
  3. +1
    -0
      lang/lua-bencode/Makefile
  4. +1
    -0
      lang/lua-mobdebug/Makefile
  5. +1
    -0
      lang/lua-wsapi/Makefile
  6. +1
    -0
      lang/lua-xavante/Makefile
  7. +1
    -0
      lang/luasoap/Makefile
  8. +1
    -0
      lang/uuid/Makefile
  9. +1
    -0
      net/acme/Makefile
  10. +1
    -0
      net/bcp38/Makefile
  11. +1
    -0
      net/bonding/Makefile
  12. +1
    -0
      net/dynapoint/Makefile
  13. +1
    -0
      net/nft-qos/Makefile
  14. +1
    -0
      net/pppossh/Makefile
  15. +1
    -0
      net/sshtunnel/Makefile
  16. +1
    -0
      net/vpnc-scripts/Makefile
  17. +1
    -0
      net/wakeonlan/Makefile
  18. +1
    -0
      utils/attendedsysupgrade-common/Makefile
  19. +1
    -0
      utils/bmx7-dnsupdate/Makefile
  20. +1
    -0
      utils/watchcat/Makefile
  21. +1
    -0
      utils/wifitoggle/Makefile

+ 1
- 0
lang/dkjson/Makefile View File

@ -27,6 +27,7 @@ define Package/dkjson
URL:=http://dkolf.de/src/dkjson-lua.fsl/home
MAINTAINER:=Lars Gierth <larsg@systemli.org>
DEPENDS:=+lua
PKGARCH:=all
endef
define Package/dkjson/description


+ 1
- 0
lang/json4lua/Makefile View File

@ -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


+ 1
- 0
lang/lua-bencode/Makefile View File

@ -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


+ 1
- 0
lang/lua-mobdebug/Makefile View File

@ -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


+ 1
- 0
lang/lua-wsapi/Makefile View File

@ -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


+ 1
- 0
lang/lua-xavante/Makefile View File

@ -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


+ 1
- 0
lang/luasoap/Makefile View File

@ -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


+ 1
- 0
lang/uuid/Makefile View File

@ -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


+ 1
- 0
net/acme/Makefile View File

@ -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 <toke@toke.dk>
PKGARCH:=all
LUCI_DIR:=/usr/lib/lua/luci


+ 1
- 0
net/bcp38/Makefile View File

@ -20,6 +20,7 @@ define Package/bcp38
URL:=https://github.com/dtaht/ceropackages-3.10
MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
DEPENDS:=+ipset
PKGARCH:=all
endef
define Package/bcp38/description


+ 1
- 0
net/bonding/Makefile View File

@ -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


+ 1
- 0
net/dynapoint/Makefile View File

@ -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


+ 1
- 0
net/nft-qos/Makefile View File

@ -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


+ 1
- 0
net/pppossh/Makefile View File

@ -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


+ 1
- 0
net/sshtunnel/Makefile View File

@ -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


+ 1
- 0
net/vpnc-scripts/Makefile View File

@ -19,6 +19,7 @@ define Package/vpnc-scripts
TITLE:=VPN configuration script for vpnc and OpenConnect
MAINTAINER:=Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
SUBMENU:=VPN
PKGARCH:=all
endef
define Package/vpnc-scripts/description


+ 1
- 0
net/wakeonlan/Makefile View File

@ -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


+ 1
- 0
utils/attendedsysupgrade-common/Makefile View File

@ -17,6 +17,7 @@ define Package/attendedsysupgrade-common
TITLE:=Common files neede by attendedsysupgrade packages
MAINTAINER:=Paul Spooren <paul@spooren.de>
DEPENDS:=+rpcd +rpcd-mod-rpcsys
PKGARCH:=all
endef
define Package/attendedsysupgrade-common/description


+ 1
- 0
utils/bmx7-dnsupdate/Makefile View File

@ -12,6 +12,7 @@ define Package/bmx7-dnsupdate
TITLE:=bmx7-dnsupdate
MAINTAINER:=Paul Spooren <spooren@informatik.uni-leipzig.de>
DEPENDS:=+bmx7 +bmx7-json inotifywait jshn
PKGARCH:=all
endef
define Build/Compile


+ 1
- 0
utils/watchcat/Makefile View File

@ -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


+ 1
- 0
utils/wifitoggle/Makefile View File

@ -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


Loading…
Cancel
Save