netmode: 1.1.5

This commit is contained in:
Vivek Kumar Dutta 2025-06-20 12:43:21 +05:30
parent bfdd27f72a
commit ced2b4187f
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C
2 changed files with 3 additions and 7 deletions

View file

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=netmode
PKG_VERSION:=1.1.4
PKG_VERSION:=1.1.5
PKG_RELEASE:=1
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_LICENSE:=GPL-2.0-only

View file

@ -11,23 +11,19 @@
"supported_args": [
{
"name": "username",
"description": "PPoE username",
"description": "PPPoE username",
"required": true,
"type": "string",
"#value": "TestUser"
},
{
"name": "password",
"description": "PPoE password",
"description": "PPPoE password",
"required": true,
"type": "string",
"#value": "TestPassword"
}
]
},
{
"name": "bridged",
"description": "Bridged mode (Layer 2)"
}
]
}