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 | 882e83a275f36a8687d6b65930d64fda8f93b64f (patch) | |
tree | 3bed8e9e6574641312d7ddcd61dfa3a3e92fb1c1 /target/linux | |
parent | ea44512369c0d35c1eb7496d2742ee6b53572ad1 (diff) | |
download | upstream-882e83a275f36a8687d6b65930d64fda8f93b64f.tar.gz upstream-882e83a275f36a8687d6b65930d64fda8f93b64f.tar.bz2 upstream-882e83a275f36a8687d6b65930d64fda8f93b64f.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42945 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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)) |