1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-27 01:57:28 +02:00

mdadm: remove mdassemble, it is redundant

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37063
This commit is contained in:
Felix Fietkau 2013-06-28 11:26:44 +00:00
parent 20df5d86af
commit e0606b7af2

View File

@ -41,13 +41,12 @@ define Build/Compile
CC="$(TARGET_CC)" \
CFLAGS="$(TARGET_CFLAGS) -DHAVE_STDINT_H" \
LDFLAGS="$(TARGET_LDFLAGS)" \
mdadm mdassemble
mdadm
endef
define Package/mdadm/install
$(INSTALL_DIR) $(1)/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/mdadm $(1)/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/mdassemble $(1)/sbin
endef
$(eval $(call BuildPackage,mdadm))