mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
mdadm: remove mdassemble, it is redundant
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37063 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c013012dcb
commit
253d616043
@ -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))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user