main/linux-virt-grsec: enable realtek NIC drivers

for Qemu

fixes #1180
This commit is contained in:
Natanael Copa 2012-06-18 08:57:19 +00:00
parent e42af5de08
commit 3bcb34c171
2 changed files with 11 additions and 3 deletions

View File

@ -4,7 +4,7 @@ _flavor=grsec
pkgname=linux-virt-${_flavor}
pkgver=3.3.7
_kernver=3.3
pkgrel=2
pkgrel=3
pkgdesc="Linux kernel with grsecurity"
url=http://grsecurity.net
depends="mkinitfs linux-firmware"
@ -141,4 +141,4 @@ md5sums="7133f5a2086a7d7ef97abac610c094f5 linux-3.3.tar.xz
097be38de4ae03e4d9dbec3217b15afb grsecurity-2.9-3.3.7-201205261259.patch
1aa70cff67ae2cca7cf1b8be83573eae pax-out-of-tree-workaround.patch
0d095dbf194d5609ad260ecd3f0ab15d xen-xsave.patch
223cc32262e5dbf3383b320ef3f5861b kernelconfig.x86"
db2bba20ed88080a1d78ca5cc26f6ae1 kernelconfig.x86"

View File

@ -1556,7 +1556,15 @@ CONFIG_NET_VENDOR_MELLANOX=y
# CONFIG_ETHOC is not set
# CONFIG_NET_PACKET_ENGINE is not set
# CONFIG_NET_VENDOR_QLOGIC is not set
# CONFIG_NET_VENDOR_REALTEK is not set
CONFIG_NET_VENDOR_REALTEK=y
# CONFIG_ATP is not set
CONFIG_8139CP=m
CONFIG_8139TOO=m
CONFIG_8139TOO_PIO=y
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set
CONFIG_R8169=m
# CONFIG_NET_VENDOR_RDC is not set
# CONFIG_NET_VENDOR_SEEQ is not set
# CONFIG_NET_VENDOR_SILAN is not set