diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-08 15:46:40 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-08 15:46:40 +0000 |
commit | 746efe0663bfbcf6c6ab31ce31f955cf2d9e3d35 (patch) | |
tree | c1164c33c207ff56a263f513623c05598d890009 | |
parent | c51bb68fe1d2f183ef23d123c7e666aa3605be8b (diff) | |
download | mtk-20170518-746efe0663bfbcf6c6ab31ce31f955cf2d9e3d35.zip mtk-20170518-746efe0663bfbcf6c6ab31ce31f955cf2d9e3d35.tar.gz mtk-20170518-746efe0663bfbcf6c6ab31ce31f955cf2d9e3d35.tar.bz2 |
fix typo in my prev commit
SVN-Revision: 2077
-rw-r--r-- | openwrt/package/socat/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/socat/Config.in b/openwrt/package/socat/Config.in index 7eea9ae..8552f8c 100644 --- a/openwrt/package/socat/Config.in +++ b/openwrt/package/socat/Config.in @@ -1,4 +1,4 @@ -config BR2_PACKAGE_SIPSAK +config BR2_PACKAGE_SOCAT tristate "socat - A multipurpose relay (SOcket CAT)" default m if CONFIG_DEVEL select BR2_PACKAGE_LIBOPENSSL |