Skip to content

Commit e775225

Browse files
committed
use different config file for hostname.
PirateBox hostname works as domain name. Hostname would be more like node-name in mesh configuration
1 parent 3f9cdaa commit e775225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules.available/13_openwrt_hostname.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
MODULE_LIST="$MODULE_LIST openwrt_hostname"
1111

1212
openwrt_hostname_myself="openwrt_hostname" #contains the name of the module
13-
openwrt_hostname_config_file="hostname.txt"
13+
openwrt_hostname_config_file="system_hostname.txt"
1414

1515
# Read configuration out of the system and save it to openwrt_hostname_system_config depending on the
1616
# parameter

0 commit comments

Comments
 (0)