Browse Source
Merge pull request #8054 from dengqf6/all
treewide: add missing PKGARCH:=all to non-binary packages
lilik-openwrt-22.03
Rosen Penev
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with
21 additions and
0 deletions
-
lang/dkjson/Makefile
-
lang/json4lua/Makefile
-
lang/lua-bencode/Makefile
-
lang/lua-mobdebug/Makefile
-
lang/lua-wsapi/Makefile
-
lang/lua-xavante/Makefile
-
lang/luasoap/Makefile
-
lang/uuid/Makefile
-
net/acme/Makefile
-
net/bcp38/Makefile
-
net/bonding/Makefile
-
net/dynapoint/Makefile
-
net/nft-qos/Makefile
-
net/pppossh/Makefile
-
net/sshtunnel/Makefile
-
net/vpnc-scripts/Makefile
-
net/wakeonlan/Makefile
-
utils/attendedsysupgrade-common/Makefile
-
utils/bmx7-dnsupdate/Makefile
-
utils/watchcat/Makefile
-
utils/wifitoggle/Makefile
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|