mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user