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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42945 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2014-10-17 13:09:37 +00:00
parent ea44512369
commit 882e83a275
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ KERNELNAME:=bzImage
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += kmod-e1000
DEFAULT_PACKAGES += kmod-e1000 kmod-r8169
$(eval $(call BuildTarget))