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 | 9c5efa1ea2f7d4e6fdd20d1c05258993e3653287 (patch) | |
tree | 4b7c215918a0c66937423eea1a5aa00955b70d85 /config | |
parent | bb345ab0e88202e0239926768b1c48c4c6b93808 (diff) | |
download | master-187ad058-9c5efa1ea2f7d4e6fdd20d1c05258993e3653287.tar.gz master-187ad058-9c5efa1ea2f7d4e6fdd20d1c05258993e3653287.tar.bz2 master-187ad058-9c5efa1ea2f7d4e6fdd20d1c05258993e3653287.zip |
virtualbox emulates the e1000 for a long time now
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39207 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 ba9c6d8fa0..7f7536fcd9 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)" |