diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-08 14:28:28 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-08 14:28:28 +0000 |
commit | 233e63e1f51db1ff775c24d3a72d06ecc52c0ff4 (patch) | |
tree | 7b7f028292e3ab4d9bc23ed472319678da7991f8 /package/util-linux/ipkg | |
parent | de1d79cd9366961639860c4150ae7ac04b0cafec (diff) |
add a swap-utils subpackage,
fix ipkg/control fields,
add cvs Id tag.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2075 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/util-linux/ipkg')
-rw-r--r-- | package/util-linux/ipkg/fdisk.control | 9 | ||||
-rw-r--r-- | package/util-linux/ipkg/swap-utils.control | 7 |
2 files changed, 12 insertions, 4 deletions
diff --git a/package/util-linux/ipkg/fdisk.control b/package/util-linux/ipkg/fdisk.control index 30f37b445..9eea615cb 100644 --- a/package/util-linux/ipkg/fdisk.control +++ b/package/util-linux/ipkg/fdisk.control @@ -1,6 +1,7 @@ Package: fdisk Priority: optional -Section: sys -Maintainer: Philipp Kewisch <openwrt@kewis.ch> -Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/util-linux-2.1.2r.tar.gz -Description: Util-linux is a suite of essential utilities for any Linux system. This is the fdisk component of util-linux. Note however that this release is not stripped in any way. +Section: admin +Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Philipp Kewisch <openwrt@kewis.ch> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/util-linux/ +Depends: +Description: A partition table manipulation utility diff --git a/package/util-linux/ipkg/swap-utils.control b/package/util-linux/ipkg/swap-utils.control new file mode 100644 index 000000000..6c4459d21 --- /dev/null +++ b/package/util-linux/ipkg/swap-utils.control @@ -0,0 +1,7 @@ +Package: swap-utils +Priority: optional +Section: admin +Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/util-linux/ +Depends: +Description: Swap space management utilities |