diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-18 08:57:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-18 08:57:19 +0000 |
commit | 3bcb34c1715eabef6b3e6da0464eb2e6d4e1798a (patch) | |
tree | 3158f088211a215fd5a934208e345eb1e32a8c11 /testing/linux-virt-grsec | |
parent | e42af5de0807683fb9ab82f074a6dc817d96aefa (diff) | |
download | aports-3bcb34c1715eabef6b3e6da0464eb2e6d4e1798a.tar.bz2 aports-3bcb34c1715eabef6b3e6da0464eb2e6d4e1798a.tar.xz |
main/linux-virt-grsec: enable realtek NIC drivers
for Qemu
fixes #1180
Diffstat (limited to 'testing/linux-virt-grsec')
-rw-r--r-- | testing/linux-virt-grsec/APKBUILD | 4 | ||||
-rw-r--r-- | testing/linux-virt-grsec/kernelconfig.x86 | 10 |
2 files changed, 11 insertions, 3 deletions
diff --git a/testing/linux-virt-grsec/APKBUILD b/testing/linux-virt-grsec/APKBUILD index bdefe7a3ae..08a58fd329 100644 --- a/testing/linux-virt-grsec/APKBUILD +++ b/testing/linux-virt-grsec/APKBUILD @@ -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" diff --git a/testing/linux-virt-grsec/kernelconfig.x86 b/testing/linux-virt-grsec/kernelconfig.x86 index a7b9facd4f..1e599ee894 100644 --- a/testing/linux-virt-grsec/kernelconfig.x86 +++ b/testing/linux-virt-grsec/kernelconfig.x86 @@ -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 |