Author: nbd
Date: 2015-01-05 14:03:20 +0100 (Mon, 05 Jan 2015)
New Revision: 43847
Modified:
trunk/package/utils/e2fsprogs/Makefile
Log:
e2fsprogs: symlink e2fsck to fsck.ext{2, 3, 4}, and tune2fs to findfs
Signed-off-by: Maxim Storchak <[email protected]>
Modified: trunk/package/utils/e2fsprogs/Makefile
===================================================================
--- trunk/package/utils/e2fsprogs/Makefile 2015-01-05 13:03:12 UTC (rev
43846)
+++ trunk/package/utils/e2fsprogs/Makefile 2015-01-05 13:03:20 UTC (rev
43847)
@@ -124,6 +124,9 @@
$(LN) mke2fs $(1)/usr/sbin/mkfs.ext2
$(LN) mke2fs $(1)/usr/sbin/mkfs.ext3
$(LN) mke2fs $(1)/usr/sbin/mkfs.ext4
+ $(LN) e2fsck $(1)/usr/sbin/fsck.ext2
+ $(LN) e2fsck $(1)/usr/sbin/fsck.ext3
+ $(LN) e2fsck $(1)/usr/sbin/fsck.ext4
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libe2p.so.* $(1)/usr/lib/
$(INSTALL_DIR) $(1)/etc/init.d
@@ -151,6 +154,7 @@
define Package/tune2fs/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/tune2fs $(1)/usr/sbin/
+ $(LN) tune2fs $(1)/usr/sbin/findfs
endef
define Package/resize2fs/install
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits