diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-06 21:28:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-06 21:28:57 +0000 |
commit | f91ea0ebf7fce5e4b94091447d7c716e451a85fa (patch) | |
tree | 083d5c8226bd264180291154aa14b147caaf482f /package/base-files/files/etc/config | |
parent | 88447888004f2476501860955fa897a5ab79d17c (diff) | |
download | upstream-f91ea0ebf7fce5e4b94091447d7c716e451a85fa.tar.gz upstream-f91ea0ebf7fce5e4b94091447d7c716e451a85fa.tar.bz2 upstream-f91ea0ebf7fce5e4b94091447d7c716e451a85fa.zip |
add new config option for the hostname in /etc/config/system (fixes #1302, #1438)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6532 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc/config')
-rw-r--r-- | package/base-files/files/etc/config/system | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/base-files/files/etc/config/system b/package/base-files/files/etc/config/system new file mode 100644 index 0000000000..204a73a986 --- /dev/null +++ b/package/base-files/files/etc/config/system @@ -0,0 +1,2 @@ +config system + option hostname OpenWrt |