diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-06-12 17:01:34 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-06-12 17:01:34 +0200 |
commit | 63bdb87a3a269ed0c5cb7fdfb8b9c0a8e4ae76bf (patch) | |
tree | 3a7ab431bff1dc906002271652416e1c844aa35f | |
parent | 07f30194fe477f23ce6570218df922a73022b5da (diff) | |
download | openwrt-personal-pkgs-63bdb87a3a269ed0c5cb7fdfb8b9c0a8e4ae76bf.tar.gz openwrt-personal-pkgs-63bdb87a3a269ed0c5cb7fdfb8b9c0a8e4ae76bf.tar.bz2 openwrt-personal-pkgs-63bdb87a3a269ed0c5cb7fdfb8b9c0a8e4ae76bf.zip |
updater.lua: reenable sentinel
-rw-r--r-- | updater.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/updater.lua b/updater.lua index c9f7407..05880a2 100644 --- a/updater.lua +++ b/updater.lua @@ -63,6 +63,5 @@ if bigclown then Install("bigclown-leds") end if sentinel then - --Install("sentinel-minipot", "sentinel-nikola", "sentinel-dynfw-client") - Install("sentinel-dynfw-client") + Install("sentinel-minipot", "sentinel-nikola", "sentinel-dynfw-client") end |