diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-19 23:27:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-19 23:27:14 +0000 |
commit | 208b96cacdcdd586c7c9fd6b8887683a7ee4aefb (patch) | |
tree | 2291c2d005fc3ac58fdf879c4c34369ad6e4fa22 /package/network/services/uhttpd | |
parent | 939b944c6e2573787dedf69ce7b390fe4381388e (diff) | |
download | upstream-208b96cacdcdd586c7c9fd6b8887683a7ee4aefb.tar.gz upstream-208b96cacdcdd586c7c9fd6b8887683a7ee4aefb.tar.bz2 upstream-208b96cacdcdd586c7c9fd6b8887683a7ee4aefb.zip |
uhttpd: fix typo in default config for px5g
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48385
Diffstat (limited to 'package/network/services/uhttpd')
-rw-r--r-- | package/network/services/uhttpd/files/uhttpd.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/uhttpd/files/uhttpd.config b/package/network/services/uhttpd/files/uhttpd.config index 61f8a49b6f..059987c446 100644 --- a/package/network/services/uhttpd/files/uhttpd.config +++ b/package/network/services/uhttpd/files/uhttpd.config @@ -116,7 +116,7 @@ config cert px5g # Location option country ZZ option state Somewhere - option location Uknown + option location Unknown # Common name option commonname OpenWrt |