diff options
author | Karel Kočí <cynerd@email.cz> | 2020-11-27 17:49:14 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-11-27 17:49:14 +0100 |
commit | 4b7abc62aa0a78eb94f0fb4a2a8210b25f6f136e (patch) | |
tree | 1c8a53bf9da92a8fd97ae6272845667cfc2236e8 | |
parent | 11b35ecb269c5fca73608f9c5f992330ce33194f (diff) | |
download | openwrt-personal-pkgs-4b7abc62aa0a78eb94f0fb4a2a8210b25f6f136e.tar.gz openwrt-personal-pkgs-4b7abc62aa0a78eb94f0fb4a2a8210b25f6f136e.tar.bz2 openwrt-personal-pkgs-4b7abc62aa0a78eb94f0fb4a2a8210b25f6f136e.zip |
updater.lua: add mmc-utils
-rw-r--r-- | updater.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/updater.lua b/updater.lua index ffd4b60..011abab 100644 --- a/updater.lua +++ b/updater.lua @@ -66,6 +66,7 @@ if tools then Install("shellrc") Install("mc", "htop", "iftop") Install("luci-theme-material") + Install("mmc-utils") end if vpn then Install("luci-app-openvpn", "openvpn-openssl") |