Re: [LEDE-DEV] [RFC 07/26] kernel: add kmod-dax

2017-12-03 Thread Mathew McBride
On 26/11/17 10:45 pm, Hauke Mehrtens wrote: > In kernel 4.14 kmod-dm depends on kmod-dax. > Add DAX: "Direct access to differentiated memory" to LEDE. Hi Hauke, I had to add CONFIG_DEV_DAX to the KCONFIG otherwise the kernel build got interrupted for the missing symbol. > Signed-off-by: Hauke

[LEDE-DEV] [RFC 07/26] kernel: add kmod-dax

2017-11-26 Thread Hauke Mehrtens
In kernel 4.14 kmod-dm depends on kmod-dax. Add DAX: "Direct access to differentiated memory" to LEDE. Signed-off-by: Hauke Mehrtens --- package/kernel/linux/modules/block.mk | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/block.mk