diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-06 11:53:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-06 11:53:15 +0000 |
commit | 5a3c0e13ff09164432d21900eee1e023290cd8dd (patch) | |
tree | 1f535e06b6dd8c9730a35b1c2e6cee5ee30fa3b0 /main/linux-grsec | |
parent | 1db9913000e1e28e23625c893e705229ad624b40 (diff) | |
download | aports-5a3c0e13ff09164432d21900eee1e023290cd8dd.tar.bz2 aports-5a3c0e13ff09164432d21900eee1e023290cd8dd.tar.xz |
main/linux-grsec: enable usbip
ref #650
Diffstat (limited to 'main/linux-grsec')
-rw-r--r-- | main/linux-grsec/APKBUILD | 6 | ||||
-rw-r--r-- | main/linux-grsec/kernelconfig.x86 | 5 | ||||
-rw-r--r-- | main/linux-grsec/kernelconfig.x86_64 | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index b4f4cd5ef7..4767cd9e43 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=3.0.4 _kernver=3.0 -pkgrel=7 +pkgrel=8 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -140,5 +140,5 @@ md5sums="398e95866794def22b12dfbc15ce89c0 linux-3.0.tar.bz2 62ca5f3caed233617127b2b3b7a87d15 patch-3.0.4.bz2 a7729608516e45657d47a0a458117ca1 grsecurity-2.2.2-3.0.4-201109261052.patch 776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch -9a2c88b20d296158cdcd01f843898415 kernelconfig.x86 -6957efc9f017c59b05aa0a2e4167255e kernelconfig.x86_64" +bcb5aaabe38627ec887406774d8aeb42 kernelconfig.x86 +9add73a4ee0b1f15b4bf3e3311c3d140 kernelconfig.x86_64" diff --git a/main/linux-grsec/kernelconfig.x86 b/main/linux-grsec/kernelconfig.x86 index e5287a1978..fddc2a7e17 100644 --- a/main/linux-grsec/kernelconfig.x86 +++ b/main/linux-grsec/kernelconfig.x86 @@ -4486,7 +4486,10 @@ CONFIG_COMPUTONE=m # CONFIG_VIDEO_CX25821 is not set # CONFIG_VIDEO_TM6000 is not set # CONFIG_DVB_CXD2099 is not set -# CONFIG_USBIP_CORE is not set +CONFIG_USBIP_CORE=m +CONFIG_USBIP_VHCI_HCD=m +CONFIG_USBIP_HOST=m +# CONFIG_USBIP_DEBUG is not set # CONFIG_W35UND is not set # CONFIG_PRISM2_USB is not set # CONFIG_ECHO is not set diff --git a/main/linux-grsec/kernelconfig.x86_64 b/main/linux-grsec/kernelconfig.x86_64 index c033138c85..5d4051246b 100644 --- a/main/linux-grsec/kernelconfig.x86_64 +++ b/main/linux-grsec/kernelconfig.x86_64 @@ -4458,7 +4458,10 @@ CONFIG_COMPUTONE=m # CONFIG_VIDEO_CX25821 is not set # CONFIG_VIDEO_TM6000 is not set # CONFIG_DVB_CXD2099 is not set -# CONFIG_USBIP_CORE is not set +CONFIG_USBIP_CORE=m +CONFIG_USBIP_VHCI_HCD=m +CONFIG_USBIP_HOST=m +# CONFIG_USBIP_DEBUG is not set # CONFIG_W35UND is not set # CONFIG_PRISM2_USB is not set # CONFIG_ECHO is not set |