|
@@ -74,7 +74,6 @@ E2FSPROGS_TXTTARGETS_ = \
|
|
|
usr/sbin/mkfs.ext4dev \
|
|
|
usr/sbin/fsck.ext[234] \
|
|
|
usr/sbin/fsck.ext4dev \
|
|
|
- usr/sbin/findfs \
|
|
|
usr/sbin/tune2fs
|
|
|
|
|
|
define E2FSPROGS_TARGET_REMOVE_UNNEEDED
|
|
@@ -137,14 +136,6 @@ ifeq ($(BR2_PACKAGE_E2FSPROGS_TUNE2FS),y)
|
|
|
E2FSPROGS_POST_INSTALL_TARGET_HOOKS += E2FSPROGS_TARGET_TUNE2FS_SYMLINK
|
|
|
endif
|
|
|
|
|
|
-define E2FSPROGS_TARGET_FINDFS_SYMLINK
|
|
|
- ln -sf e2label $(TARGET_DIR)/usr/sbin/findfs
|
|
|
-endef
|
|
|
-
|
|
|
-ifeq ($(BR2_PACKAGE_E2FSPROGS_FINDFS),y)
|
|
|
-E2FSPROGS_POST_INSTALL_TARGET_HOOKS += E2FSPROGS_TARGET_FINDFS_SYMLINK
|
|
|
-endif
|
|
|
-
|
|
|
# systemd really wants to have fsck in /sbin
|
|
|
define E2FSPROGS_TARGET_FSCK_SYMLINK
|
|
|
ln -sf ../usr/sbin/fsck $(TARGET_DIR)/sbin/fsck
|