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 Mehrtens <ha...@hauke-m.de>

> +define KernelPackage/dax
> +  SUBMENU:=$(BLOCK_MENU)
> +  TITLE:=DAX: direct access to differentiated memory
> +  DEPENDS:=@LINUX_4_14
> +  KCONFIG:=CONFIG_DAX

Add:

+  KCONFIG:=CONFIG_DAX \
+       CONFIG_DEV_DAX=n

Regards,
Matt

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to