aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86_64
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-10-17 13:09:37 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-10-17 13:09:37 +0000
commitce405e575794051abd7662588b8e29d7b944471a (patch)
tree14334d4b528b241c074ddca33378871de780795b /target/linux/x86_64
parentf71f3afd20a7d911bd2851f581affbf3bb821f6e (diff)
downloadupstream-ce405e575794051abd7662588b8e29d7b944471a.tar.gz
upstream-ce405e575794051abd7662588b8e29d7b944471a.tar.bz2
upstream-ce405e575794051abd7662588b8e29d7b944471a.zip
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 <jow@openwrt.org> SVN-Revision: 42945
Diffstat (limited to 'target/linux/x86_64')
-rw-r--r--target/linux/x86_64/Makefile2
1 files changed, 1 insertions, 1 deletions
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))