x86/64: add e1000e to the default packages

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45814 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2015-05-29 08:20:58 +00:00
parent 2c3163f9c1
commit dc94dff8f4
1 changed files with 1 additions and 1 deletions

View File

@ -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>