Commit b6b701c0 authored by Baruch Siach's avatar Baruch Siach Committed by Thomas Petazzoni
Browse files

e2fsprogs: remove more busybox applet links



Following commit aa028292 (e2fsprogs: remove busybox tune2fs when
installing full version, 2015-07-08), remove the rest of Busybox e2fsprogs
applet links. All of them are installed in different locations than upstream
e2fsprogs.

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 52491db8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -109,9 +109,11 @@ ifeq ($(BR2_PACKAGE_BUSYBOX),y)
E2FSPROGS_DEPENDENCIES += busybox

define E2FSPROGS_REMOVE_BUSYBOX_APPLETS
	$(RM) -f $(TARGET_DIR)/bin/chattr
	$(RM) -f $(TARGET_DIR)/bin/lsattr
	$(RM) -f $(TARGET_DIR)/sbin/fsck
	$(RM) -f $(TARGET_DIR)/sbin/tune2fs
	$(RM) -f $(TARGET_DIR)/sbin/e2label

endef
E2FSPROGS_POST_INSTALL_TARGET_HOOKS += E2FSPROGS_REMOVE_BUSYBOX_APPLETS
endif