diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-01-07 10:21:31 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-01-07 10:21:31 +0000 |
commit | 8603b30db51404dfde353d021bc0379290b9d331 (patch) | |
tree | ef25995937f51fbafd870e40366743fe6be027ba /config | |
parent | cc49f7c6e9cc171e2e7cafea7960e1d55bead484 (diff) | |
download | mtk-20170518-8603b30db51404dfde353d021bc0379290b9d331.zip mtk-20170518-8603b30db51404dfde353d021bc0379290b9d331.tar.gz mtk-20170518-8603b30db51404dfde353d021bc0379290b9d331.tar.bz2 |
virtualbox emulates the e1000 for a long time now
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39207
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-images.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index ba9c6d8..7f7536f 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -179,7 +179,7 @@ menu "Target Images" depends on TARGET_x86 select GRUB_IMAGES select TARGET_ROOTFS_EXT4FS - select PACKAGE_kmod-pcnet32 + select PACKAGE_kmod-e1000 config VMDK_IMAGES bool "Build VMware image files (VMDK)" |