Add resize2fs to the e2fsprogs ipkg

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4581 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
groz 2006-08-17 07:36:48 +00:00
parent 13319b0d30
commit d67e90152f

View File

@ -87,6 +87,7 @@ define Package/e2fsprogs/install
$(CP) $(PKG_INSTALL_DIR)/sbin/mke2fs $(1)/sbin/
$(CP) $(PKG_INSTALL_DIR)/sbin/mkfs.ext{2,3} $(1)/sbin/
$(CP) $(PKG_INSTALL_DIR)/sbin/tune2fs $(1)/sbin/
$(CP) $(PKG_INSTALL_DIR)/sbin/resize2fs $(1)/sbin/
install -d -m0755 $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/lib{blkid,com_err,e2p,ext2fs,uuid}.so.* $(1)/usr/lib/
endef