summaryrefslogtreecommitdiff
path: root/openwrt/package/util-linux/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-29 11:13:32 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-29 11:13:32 +0000
commit8c8c0cea003e60091eeca234382cc957821d4b22 (patch)
tree3c3c41acab55cb84ba27163c2a1c31e48f955fe6 /openwrt/package/util-linux/Makefile
parentfc48c83bb3ad86516921182555a335c363852dae (diff)
downloadmtk-20170518-8c8c0cea003e60091eeca234382cc957821d4b22.zip
mtk-20170518-8c8c0cea003e60091eeca234382cc957821d4b22.tar.gz
mtk-20170518-8c8c0cea003e60091eeca234382cc957821d4b22.tar.bz2
add a losetup package, cosmetic fixes on package descriptions
SVN-Revision: 2567
Diffstat (limited to 'openwrt/package/util-linux/Makefile')
-rw-r--r--openwrt/package/util-linux/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/util-linux/Makefile b/openwrt/package/util-linux/Makefile
index ad5dd19..7eb1801 100644
--- a/openwrt/package/util-linux/Makefile
+++ b/openwrt/package/util-linux/Makefile
@@ -19,6 +19,7 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,FDISK,fdisk,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+$(eval $(call PKG_template,LOSETUP,losetup,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_template,SWAP_UTILS,swap-utils,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.configured:
@@ -47,6 +48,12 @@ $(IPKG_FDISK):
$(RSTRIP) $(IDIR_FDISK)
$(IPKG_BUILD) $(IDIR_FDISK) $(PACKAGE_DIR)
+$(IPKG_LOSETUP):
+ install -d -m0755 $(IDIR_LOSETUP)/usr/sbin
+ cp -fpR $(PKG_INSTALL_DIR)/sbin/losetup $(IDIR_LOSETUP)/usr/sbin/
+ $(RSTRIP) $(IDIR_LOSETUP)
+ $(IPKG_BUILD) $(IDIR_LOSETUP) $(PACKAGE_DIR)
+
$(IPKG_SWAP_UTILS):
install -d -m0755 $(IDIR_SWAP_UTILS)/usr/sbin
cp -fpR $(PKG_INSTALL_DIR)/sbin/mkswap $(IDIR_SWAP_UTILS)/usr/sbin/