diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-08 15:46:40 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-08 15:46:40 +0000 |
commit | 4d124668cb9e1681ed83655a889132ba38dea019 (patch) | |
tree | c1164c33c207ff56a263f513623c05598d890009 | |
parent | af136d922a3bd9b36fb8dec5e4a2808324c6bf30 (diff) |
fix typo in my prev commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2077 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 7eea9aec43..8552f8cfb7 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 |