projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f71f3af
)
x86_64: add kmod-r8169 to the default packages
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 17 Oct 2014 13:09:37 +0000
(13:09 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 17 Oct 2014 13:09:37 +0000
(13:09 +0000)
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
target/linux/x86_64/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/x86_64/Makefile
b/target/linux/x86_64/Makefile
index 25df5e7915e4ee90fced872b0211cb2c0f29e234..73898ec62a4aa37b321ab1263b272b96ac501c81 100644
(file)
--- 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))