From ce405e575794051abd7662588b8e29d7b944471a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 17 Oct 2014 13:09:37 +0000 Subject: x86_64: add kmod-r8169 to the default packages This kmod is required by the Alix APU 1D4 to be reachable after installing an x86-64 image. Signed-off-by: Jo-Philipp Wich SVN-Revision: 42945 --- target/linux/x86_64/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/x86_64/Makefile b/target/linux/x86_64/Makefile index 25df5e7915..73898ec62a 100644 --- a/target/linux/x86_64/Makefile +++ b/target/linux/x86_64/Makefile @@ -18,6 +18,6 @@ KERNELNAME:=bzImage include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-e1000 +DEFAULT_PACKAGES += kmod-e1000 kmod-r8169 $(eval $(call BuildTarget)) -- cgit v1.2.3