mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
sync (#606)
This commit is contained in:
commit
0dbce3f0bb
2 changed files with 4 additions and 4 deletions
|
@ -74,8 +74,8 @@ if [ "$OMR_TRACKER_STATUS" = "ERROR" ] || { [ "$OMR_TRACKER_INTERFACE" != "omrvp
|
|||
sleep $(uci -q get network.$OMR_TRACKER_INTERFACE.delay || echo '120')
|
||||
elif [ "$mm_state" = "registered" ]; then
|
||||
_log "Interface $OMR_TRACKER_INTERFACE ($OMR_TRACKER_DEVICE) registered, reset it"
|
||||
#ifup $OMR_TRACKER_INTERFACE
|
||||
/usr/bin/mmcli -m ${modem} -r >/dev/null 2>&1
|
||||
ifup $OMR_TRACKER_INTERFACE
|
||||
#/usr/bin/mmcli -m ${modem} -r >/dev/null 2>&1
|
||||
sleep $(uci -q get network.$OMR_TRACKER_INTERFACE.delay || echo '120')
|
||||
elif [ "$mm_state" = "locked" ]; then
|
||||
mm_unlock_required=$(modemmanager_get_field "${MODEM_STATUS}" "modem.generic.unlock-required")
|
||||
|
|
|
@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=rust
|
||||
|
||||
PKG_VERSION:=1.81.0
|
||||
PKG_VERSION:=1.84.0
|
||||
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=rustc-$(PKG_VERSION)-src.tar.gz
|
||||
PKG_SOURCE_URL:=https://static.rust-lang.org/dist/
|
||||
PKG_HASH:=872448febdff32e50c3c90a7e15f9bb2db131d13c588fe9071b0ed88837ccfa7
|
||||
PKG_HASH:=15cee7395b07ffde022060455b3140366ec3a12cbbea8f1ef2ff371a9cca51bf
|
||||
HOST_BUILD_DIR:=$(BUILD_DIR)/host/rustc-$(PKG_VERSION)-src
|
||||
|
||||
PKG_MAINTAINER:=Luca Barbato <lu_zero@luminem.org>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue