Skip to content

Commit

Permalink
Reverted changes for HiLink modems.
Browse files Browse the repository at this point in the history
  • Loading branch information
4IceG authored Dec 4, 2023
1 parent 28146d0 commit b258e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.59-20231203
PKG_VERSION:=1.0.60-20231204

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

Expand Down
2 changes: 1 addition & 1 deletion luci-app-3ginfo-lite/root/usr/share/3ginfo-lite/3ginfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ else
fi

CONF_DEVICE=$(uci -q get 3ginfo.@3ginfo[0].device)
if echo "x$CONF_DEVICE" | grep -qE '^([0-9]{1,3}\.){3}[0-9]{1,3}$'; then
if echo "x$CONF_DEVICE" | grep -q "192.168."; then
if grep -q "Vendor=1bbb" /sys/kernel/debug/usb/devices; then
. $RES/hilink/alcatel_hilink.sh $DEVICE
fi
Expand Down

0 comments on commit b258e40

Please sign in to comment.