diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-29 08:20:58 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-29 08:20:58 +0000 |
commit | ae1f0d3eb432c28956c0028c4175226f5781f7a6 (patch) | |
tree | f1a7d78e2310d7bc1e5992bda9d8df5c9cabad03 /target/linux | |
parent | 0a4bcd5be6d2faccca396cb46196e1ffc66edb7b (diff) | |
download | upstream-ae1f0d3eb432c28956c0028c4175226f5781f7a6.tar.gz upstream-ae1f0d3eb432c28956c0028c4175226f5781f7a6.tar.bz2 upstream-ae1f0d3eb432c28956c0028c4175226f5781f7a6.zip |
x86/64: add e1000e to the default packages
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45814
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/x86/64/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/64/target.mk b/target/linux/x86/64/target.mk index ac636b77c1..1f22eb3934 100644 --- a/target/linux/x86/64/target.mk +++ b/target/linux/x86/64/target.mk @@ -1,6 +1,6 @@ ARCH:=x86_64 BOARDNAME:=x86_64 -DEFAULT_PACKAGES += kmod-e1000 kmod-r8169 +DEFAULT_PACKAGES += kmod-e1000e kmod-e1000 kmod-r8169 ARCH_PACKAGES:=x86_64 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> |