mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-proto-ppp: fix wrong pppoe host_uniq datatype
Signed-off-by: Luca Piccirillo <luca.piccirillo@gmail.com>
This commit is contained in:
@@ -119,7 +119,7 @@ host_uniq = section:taboption("advanced", Value, "host_uniq",
|
||||
translate("Raw hex-encoded bytes. Leave empty unless your ISP require this"))
|
||||
|
||||
host_uniq.placeholder = translate("auto")
|
||||
host_uniq.datatype = "hex"
|
||||
host_uniq.datatype = "hexstring"
|
||||
|
||||
|
||||
demand = section:taboption("advanced", Value, "demand",
|
||||
|
||||
Reference in New Issue
Block a user