diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/attendedsysupgrade-common/Makefile | 1 | ||||
-rw-r--r-- | utils/bmx7-dnsupdate/Makefile | 1 | ||||
-rw-r--r-- | utils/watchcat/Makefile | 1 | ||||
-rw-r--r-- | utils/wifitoggle/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/utils/attendedsysupgrade-common/Makefile b/utils/attendedsysupgrade-common/Makefile index 52170404b..1af7779fc 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 <paul@spooren.de> 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 1573d257d..aa168c1b8 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 <spooren@informatik.uni-leipzig.de> DEPENDS:=+bmx7 +bmx7-json inotifywait jshn + PKGARCH:=all endef define Build/Compile diff --git a/utils/watchcat/Makefile b/utils/watchcat/Makefile index fff7c4a1a..8153e6178 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 c580e9781..d9aa68d57 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 |