diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-17 13:09:37 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-17 13:09:37 +0000 |
commit | ce405e575794051abd7662588b8e29d7b944471a (patch) | |
tree | 14334d4b528b241c074ddca33378871de780795b | |
parent | f71f3afd20a7d911bd2851f581affbf3bb821f6e (diff) | |
download | upstream-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
-rw-r--r-- | target/linux/x86_64/Makefile | 2 |
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)) |