diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-29 11:13:32 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-29 11:13:32 +0000 |
commit | 9654b06b81e26b1f0cdddb8bfa18d91a6d6b244b (patch) | |
tree | db4a2685b74678388736e520e29d9e11e528eeb7 /openwrt/package/util-linux/ipkg | |
parent | 6388bf4b7c74bd6a2767ed05cbb2432207e0c202 (diff) |
add a losetup package, cosmetic fixes on package descriptions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2567 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/util-linux/ipkg')
-rw-r--r-- | openwrt/package/util-linux/ipkg/fdisk.control | 2 | ||||
-rw-r--r-- | openwrt/package/util-linux/ipkg/losetup.control | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/openwrt/package/util-linux/ipkg/fdisk.control b/openwrt/package/util-linux/ipkg/fdisk.control index e34c91cbd4..cf73e98df3 100644 --- a/openwrt/package/util-linux/ipkg/fdisk.control +++ b/openwrt/package/util-linux/ipkg/fdisk.control @@ -2,4 +2,4 @@ Package: fdisk Priority: optional Section: admin Depends: -Description: A partition table manipulation utility +Description: Partition table manipulation utility diff --git a/openwrt/package/util-linux/ipkg/losetup.control b/openwrt/package/util-linux/ipkg/losetup.control new file mode 100644 index 0000000000..5023050585 --- /dev/null +++ b/openwrt/package/util-linux/ipkg/losetup.control @@ -0,0 +1,5 @@ +Package: losetup +Priority: optional +Section: admin +Depends: kmod-loop +Description: Loop devices setup and control utility |