mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
🐤 Sync 2026-08-15 01:29:11
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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.' +
|
||||
+ '<br />' + 'Selected bands are a recommendation and do not guarantee that the modem will use exactly these bands.' +
|
||||
+ '<br /' + 'If all bands are deselected, the modems default band configuration will be used.'));
|
||||
var m = new form.Map('mmconfig', _('Modem Configuration'), _('Select bands for modem operation.') +
|
||||
'<br />' + _('Selected bands are a recommendation and do not guarantee that the modem will use exactly these bands.') +
|
||||
'<br />' + _('If all bands are deselected, the modems default band configuration will be used.'));
|
||||
|
||||
// add styles
|
||||
var style = document.createElement('style');
|
||||
|
||||
+2
-2
@@ -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 <ptpt52@gmail.com>
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
||||
Reference in New Issue
Block a user