[source] mdadm: move to Disc submenu

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 8 02:17:27 PST 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/2cb4b267bd4f2dfcdee34dda1a1e4f71ee0ddd7e

commit 2cb4b267bd4f2dfcdee34dda1a1e4f71ee0ddd7e
Author: Alberto Bursi <alberto.bursi at outlook.it>
AuthorDate: Thu Nov 3 11:45:45 2016 +0100

    mdadm: move to Disc submenu
    
    As in Disc there is also lvm2 and other hard drive tools in the Openwrt package feeds.
    
    Signed-off-by: Alberto Bursi <alberto.bursi at outlook.it>
---
 package/utils/mdadm/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/utils/mdadm/Makefile b/package/utils/mdadm/Makefile
index 5ac9a7f..8980b84 100644
--- a/package/utils/mdadm/Makefile
+++ b/package/utils/mdadm/Makefile
@@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/mdadm
   SECTION:=utils
   CATEGORY:=Utilities
+  SUBMENU:=Disc
   TITLE:=A tool for managing Soft RAID under Linux
   URL:=http://www.kernel.org/pub/linux/utils/raid/mdadm/
   DEPENDS:=+ at KERNEL_DIRECT_IO



More information about the lede-commits mailing list