diff --git a/netmode/Makefile b/netmode/Makefile index cf787e63e..e87f00264 100644 --- a/netmode/Makefile +++ b/netmode/Makefile @@ -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 diff --git a/netmode/files/etc/netmodes/supported_modes.json b/netmode/files/etc/netmodes/supported_modes.json index 20247aa0c..2cef6df0b 100644 --- a/netmode/files/etc/netmodes/supported_modes.json +++ b/netmode/files/etc/netmodes/supported_modes.json @@ -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)" } ] }