diff --git a/luci-app-mmconfig/Makefile b/luci-app-mmconfig/Makefile index 77ecbd41..84c615c6 100644 --- a/luci-app-mmconfig/Makefile +++ b/luci-app-mmconfig/Makefile @@ -4,7 +4,7 @@ LUCI_TITLE:=Configrure modem bands via mmcli utility LUCI_DEPENDS:=+luci-proto-modemmanager +luci-app-modeminfo PKG_LICENSE:=GPLv3 PKG_VERSION:=0.1.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 include $(TOPDIR)/feeds/luci/luci.mk diff --git a/luci-app-mmconfig/htdocs/luci-static/resources/view/modem/bands.js b/luci-app-mmconfig/htdocs/luci-static/resources/view/modem/bands.js index d6f30d88..0bbb7c9f 100644 --- a/luci-app-mmconfig/htdocs/luci-static/resources/view/modem/bands.js +++ b/luci-app-mmconfig/htdocs/luci-static/resources/view/modem/bands.js @@ -183,9 +183,9 @@ return view.extend({ render: function(data) { var modemsData = data[1]; - var m = new form.Map('mmconfig', _('Modem Configuration'), _('Select bands for modem operation.' + - + '
' + 'Selected bands are a recommendation and do not guarantee that the modem will use exactly these bands.' + - + '
' + _('Selected bands are a recommendation and do not guarantee that the modem will use exactly these bands.') + + '
' + _('If all bands are deselected, the modems default band configuration will be used.')); // add styles var style = document.createElement('style'); diff --git a/natflow/Makefile b/natflow/Makefile index 5c253690..e96a148e 100644 --- a/natflow/Makefile +++ b/natflow/Makefile @@ -10,12 +10,12 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=natflow PKG_VERSION:=20260531 -PKG_RELEASE:=66 +PKG_RELEASE:=67 PKG_SOURCE:=$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/ptpt52/natflow.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=93ad6f1a5d6eb862a55b9d351574c5fe9d3a4b6e +PKG_SOURCE_VERSION:=3439f751b7451808d001d937ca1ad18bd59ae2a1 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Chen Minqiang PKG_LICENSE:=GPL-2.0