Skip to content
Snippets Groups Projects
Commit b79c23d5 authored by nbd's avatar nbd
Browse files

mdadm: remove mdassemble, it is redundant


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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37063 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 37bb2bdf
No related branches found
No related tags found
No related merge requests found
......@@ -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))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment