diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-22 07:17:17 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-22 07:17:17 +0000 |
commit | 572983ae73912da91da4ed8cc91bdd862bbe4310 (patch) | |
tree | 177dcf4068963a4b3c5d8f0398fecf18c5b61630 | |
parent | 89d9a533ee32bc0b0eac7ff7666d0a116b3678af (diff) | |
download | mtk-20170518-572983ae73912da91da4ed8cc91bdd862bbe4310.zip mtk-20170518-572983ae73912da91da4ed8cc91bdd862bbe4310.tar.gz mtk-20170518-572983ae73912da91da4ed8cc91bdd862bbe4310.tar.bz2 |
fix package name
SVN-Revision: 1970
-rw-r--r-- | openwrt/package/curl/ipkg/libcurl.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/curl/ipkg/libcurl.control b/openwrt/package/curl/ipkg/libcurl.control index 8320417..c105af1 100644 --- a/openwrt/package/curl/ipkg/libcurl.control +++ b/openwrt/package/curl/ipkg/libcurl.control @@ -1,4 +1,4 @@ -Package: curl +Package: libcurl Priority: optional Section: libs Maintainer: OpenWrt Developers Team <bugs@openwrt.org> |