Compare commits

...

2 Commits

Author SHA1 Message Date
prpr f5b43f7ea1 Update to 1.5.1 2023-03-10 00:19:37 +00:00
prpr 640e81bda0 Add alternative a7.31 loader detection 2023-03-10 00:18:35 +00:00
2 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,10 @@
Package: webif
Priority: optional
Section: web
Version: 1.5.0-9
Version: 1.5.1
Architecture: mipsel
Maintainer: af123@hpkg.tv
Depends: tcpfix,webif-channelicons(>=1.1.27),lighttpd(>=1.4.39-1),jim(>=0.81-3),jim-cgi(>=0.7-2),service-control(>=2.3),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.2.8),hmt(>=2.0.11),ssmtp,cron-daemon(>=1.18.3-3),at(>=3.1.18),anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.1.13),webif-charts(>=1.2-1),stripts(>=1.4.2),tmenu(>=1.21-2),ffmpeg(>=2.8),id3v2,multienv(>=1.6),tcpping(>=1.1),e2fsprogs,wireless-tools(>=29-1),dbupdate,recmon(>=2.0.7),hwctl,nugget(>=0.98),sqlite3(>=3.15.1),jim-xconv,zip(>=3.0-1),wget
Suggests:
Description: An evolving web interface for the Humax.
Tags: https://hummy.tv/forum/threads/10581/
Tags: https://hummy.tv/forum/threads/10760/

View File

@ -211,6 +211,7 @@ proc {system loaderver} {} {{ver ""}} {
set ver [switch $bytes {
"\x04\x5f" { format "a7.30" }
"\xec\xe5" { format "a7.31" }
"\x01\x2d" { format "a7.31" }
"\x59\x9d" { format "a7.33" }
"\x72\x5c" { format "a7.34" }
"\xe5\xe3" { format "L7.26" }