Jo-Philipp Wich
d4e7af5278
mdadm: fix parameter quoting
...
Ensure that path defines are passed quoted to the compiler in order
to avoid cpp syntax errors.
Signed-off-by: Jo-Philipp Wich <jo@mein.io >
2017-10-27 03:26:37 +02:00
Rosen Penev
8eadec40bd
mdadm: Fix config generation
...
The init script generated something like "DEVICE=/dev/sda" when it should
have been generating "DEVICE /dev/sda". mdadm errors on this. Patch by jow.
Also changed the default sendmail path to /usr/sbin/sendmail. No package
in LEDE provides /sbin/sendmail. msmtp provides /usr/sbin/sendmail so use
that.
Also add a patch to fix file paths for mdadm runtime files. mdadm currently
errors on them since /run is missing. Once /run is added to stock LEDE, this
patch can be removed.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
[rewrap commit message]
Signed-off-by: Jo-Philipp Wich <jo@mein.io >
2017-10-27 02:32:32 +02:00
Florian Fainelli
5229c45363
mdadm: Do not check RUN_DIR
...
Fixes build failure on hosts that do not have mdadm
installed/configured:
make[3]: Entering directory
`/local/users/fainelli/openwrt/trunk/build_dir/target-mipsel-linux-gnu_glibc/mdadm-4.0'
***** Parent of /run/mdadm does not exist. Maybe set different RUN_DIR=
***** e.g. make RUN_DIR=/dev/.mdadm
***** or set CHECK_RUN_DIR=0
make[3]: *** [check_rundir] Error 1
make[3]: Leaving directory
`/local/users/fainelli/openwrt/trunk/build_dir/target-mipsel-linux-gnu_glibc/mdadm-4.0'
make[2]: ***
[/local/users/fainelli/openwrt/trunk/build_dir/target-mipsel-linux-gnu_glibc/mdadm-4.0/.built]
Error 2
make[2]: Leaving directory
`/local/users/fainelli/openwrt/trunk/package/utils/mdadm'
make[1]: *** [package/utils/mdadm/compile] Error 2
make[1]: Leaving directory `/local/users/fainelli/openwrt/trunk'
make: *** [package/mdadm/compile] Error 2
Fixes: 980c41f8e0 ("utils/mdadm: Update to 4.0")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com >
2017-06-05 12:24:01 -07:00
Felix Fietkau
0b7ed65cec
kernel: remove out of tree direct-io disable hack
...
Direct-IO support has to be enabled for the release build anyway, so
this hack is not worth keeping
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2017-04-26 10:27:45 +02:00
Daniel Engberg
980c41f8e0
utils/mdadm: Update to 4.0
...
Update mdadm to 4.0
Remove 000-compile.patch as it's fixed upstream
Refresh patches
Add mdadm.h-Undefine-dprintf-before-redefining.patch
Source: http://git.openembedded.org/openembedded-core/tree/meta/recipes-extended/mdadm/files
Add RAID 0,1 and 10 as depends to make mdadm usable.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net >
2017-04-26 10:27:45 +02:00
Jo-Philipp Wich
813efe57e4
mdadm: extend uci config support
...
Extend the mdadm package to allow to explicitely configure arrays as
well as device list entries.
Signed-off-by: Jo-Philipp Wich <jo@mein.io >
2017-04-08 14:20:19 +02:00
Felix Fietkau
720b99215d
treewide: clean up download hashes
...
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2016-12-16 22:39:22 +01:00
Alberto Bursi
2cb4b267bd
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@outlook.it >
2016-11-08 11:17:10 +01:00
Felix Fietkau
7eeb254cc4
treewide: replace nbd@openwrt.org with nbd@nbd.name
...
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2016-06-07 08:58:42 +02:00
Daniel Dickinson
3e08637e87
mdadm: Fix missing conffile and add initscript
...
Start arrays on boot, stop them on shutdown, and enable
monitoring to syslog.
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com >
2016-05-18 22:17:28 +02:00
John Crispin
74a3a77bcd
license info - revert r43155
...
turns out that r43155 adds duplicate info.
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 43167
2014-11-03 09:56:44 +00:00
John Crispin
c10d97484a
Add more license tags with SPDX identifiers
...
Note, that licensing stuff is a nightmare: many packages does not clearly
state their licenses, and often multiple source files are simply copied
together - each with different licensing information in the file headers.
I tried hard to ensure, that the license information extracted into the OpenWRT's
makefiles fit the "spirit" of the packages, e.g. such small packages which
come without a dedicated source archive "inherites" the OpenWRT's own license
in my opinion.
However, I can not garantee that I always picked the correct information
and/or did not miss license information.
Signed-off-by: Michael Heimpold <mhei@heimpold.de >
SVN-Revision: 43155
2014-11-03 08:01:08 +00:00
Felix Fietkau
08a4d8b8e6
mdadm: strip support for intel/ddf hardware raid to significantly reduce code size
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 37064
2013-06-28 11:26:48 +00:00
Felix Fietkau
e0606b7af2
mdadm: remove mdassemble, it is redundant
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 37063
2013-06-28 11:26:44 +00:00
Felix Fietkau
20df5d86af
mdadm: use -ffunction-sections, -fdata-sections, --gc-sections
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 37062
2013-06-28 11:26:40 +00:00
Felix Fietkau
ec27ab9ac9
mdadm: add from /packages, add myself as maintainer
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 37060
2013-06-28 11:26:33 +00:00