Skip to content

[openwrt] Remove automatic timezone #87

@nemesifier

Description

@nemesifier

At the moment the following configuration dictionary:

OpenWrt({'general': {'hostname': 'test'}})

generates the following output:

package system

config system 'system'
	option hostname 'test'
	option timezone 'UTC'
	option zonename 'UTC'

Since timezone on OpenWRT defaults to UTC even if not specified, there's no need to automatically add timezone and zonename if the NetJSON timezone is not specified.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions