diff options
author | Karel Kočí <cynerd@email.cz> | 2022-02-04 11:56:25 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-02-04 11:56:25 +0100 |
commit | 0ed3e2856a5700363e72c9bdfc993d453d409764 (patch) | |
tree | ede9c3b4558159a35c92fe8b4a27f99ba208db82 /updater-supervisor/Makefile | |
parent | ac4d8651c321aa474dedb78c32a379cd3b0b11d5 (diff) | |
download | openwrt-personal-pkgs-0ed3e2856a5700363e72c9bdfc993d453d409764.tar.gz openwrt-personal-pkgs-0ed3e2856a5700363e72c9bdfc993d453d409764.tar.bz2 openwrt-personal-pkgs-0ed3e2856a5700363e72c9bdfc993d453d409764.zip |
turris-bootstrap-theme: add package
Diffstat (limited to 'updater-supervisor/Makefile')
-rw-r--r-- | updater-supervisor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater-supervisor/Makefile b/updater-supervisor/Makefile index 594f3c9..421126f 100644 --- a/updater-supervisor/Makefile +++ b/updater-supervisor/Makefile @@ -25,7 +25,7 @@ define Package/updater-supervisor DEPENDS:= \ +updater-ng +pkglists +l10n-supported \ +python3-light +python3-uci +python3-distro +python3-packaging \ - +cronie + +cronie +curl VARIANT:=python3 endef |