Skip to content

Commit

Permalink
Up to 1.0.65-20240330
Browse files Browse the repository at this point in the history
  • Loading branch information
4IceG authored Mar 30, 2024
1 parent 05f9e9f commit 4686403
Show file tree
Hide file tree
Showing 53 changed files with 2,337 additions and 1,003 deletions.
2 changes: 1 addition & 1 deletion luci-app-3ginfo-lite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MAINTAINER:=Rafał Wabik <[email protected]>
LUCI_DESCRIPTION:=LuCI JS interface for the 3ginfo-lite. The package allows you to view the parameters of the mobile internet connection.
LUCI_DEPENDS:=+sms-tool +comgt +kmod-usb-serial-option
LUCI_PKGARCH:=all
PKG_VERSION:=1.0.64-20240201
PKG_VERSION:=1.0.65-20240330

include $(TOPDIR)/feeds/luci/luci.mk

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ return view.extend({
devs.sort((a, b) => a.name > b.name);
devs.forEach(dev => o.value('/dev/' + dev.name));
o.placeholder = _('Please select a port');
o.rmempty = false
o.rmempty = true;

s = m.section(form.TypedSection, '3ginfo', null);
s.anonymous = true;
Expand Down
Loading

0 comments on commit 4686403

Please sign in to comment.