diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-19 14:20:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-19 14:20:59 +0000 |
commit | 42fb2c55195e004579f9ffbfaad336f905864ef6 (patch) | |
tree | 334a3ccefd5a5358d0cd1635b761eafc9b1aa683 /core/linux-grsec | |
parent | ef2bf7c0ef05b056e04aba0ce36a125d498f65f9 (diff) | |
download | aports-42fb2c55195e004579f9ffbfaad336f905864ef6.tar.bz2 aports-42fb2c55195e004579f9ffbfaad336f905864ef6.tar.xz |
core/linux-grsec: compile in md into kernel so raidautorun works
Diffstat (limited to 'core/linux-grsec')
-rw-r--r-- | core/linux-grsec/APKBUILD | 4 | ||||
-rw-r--r-- | core/linux-grsec/kernelconfig | 28 |
2 files changed, 5 insertions, 27 deletions
diff --git a/core/linux-grsec/APKBUILD b/core/linux-grsec/APKBUILD index 74c41c074..a1c9185bf 100644 --- a/core/linux-grsec/APKBUILD +++ b/core/linux-grsec/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=linux-grsec pkgver=2.6.28.7 -pkgrel=0 +pkgrel=1 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net arch=i486 @@ -31,4 +31,4 @@ dev() { "$subpkgdir"/usr/share/$pkgname/config } -md5sums="5968f907498fd8f2b66ed6ffd7cac6ea kernelconfig" +md5sums="b44152b7ca7199c3d6ab499a61f06fdd kernelconfig" diff --git a/core/linux-grsec/kernelconfig b/core/linux-grsec/kernelconfig index efbfe1dad..c45b3e186 100644 --- a/core/linux-grsec/kernelconfig +++ b/core/linux-grsec/kernelconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.28.7 -# Tue Mar 3 05:58:24 2009 +# Thu Mar 19 12:44:45 2009 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -1528,7 +1528,8 @@ CONFIG_PATA_WINBOND_VLB=m CONFIG_PATA_PLATFORM=m CONFIG_PATA_SCH=m CONFIG_MD=y -CONFIG_BLK_DEV_MD=m +CONFIG_BLK_DEV_MD=y +# CONFIG_MD_AUTODETECT is not set CONFIG_MD_LINEAR=m CONFIG_MD_RAID0=m CONFIG_MD_RAID1=m @@ -3435,7 +3436,6 @@ CONFIG_USB_HWA_HCD=m # # Enable Host or Gadget support to see Inventra options # -# CONFIG_USB_GADGET_MUSB_HDRC is not set # # USB Device Class drivers @@ -3558,28 +3558,6 @@ CONFIG_USB_CXACRU=m CONFIG_USB_UEAGLEATM=m CONFIG_USB_XUSBATM=m # CONFIG_USB_GADGET is not set -# CONFIG_USB_GADGET_AT91 is not set -# CONFIG_USB_GADGET_ATMEL_USBA is not set -# CONFIG_USB_GADGET_FSL_USB2 is not set -# CONFIG_USB_GADGET_LH7A40X is not set -# CONFIG_USB_GADGET_OMAP is not set -# CONFIG_USB_GADGET_PXA25X is not set -# CONFIG_USB_GADGET_PXA27X is not set -# CONFIG_USB_GADGET_S3C2410 is not set -# CONFIG_USB_GADGET_M66592 is not set -# CONFIG_USB_GADGET_AMD5536UDC is not set -# CONFIG_USB_GADGET_FSL_QE is not set -# CONFIG_USB_GADGET_NET2280 is not set -# CONFIG_USB_GADGET_GOKU is not set -# CONFIG_USB_GADGET_DUMMY_HCD is not set -# CONFIG_USB_ZERO is not set -# CONFIG_USB_ETH is not set -# CONFIG_USB_GADGETFS is not set -# CONFIG_USB_FILE_STORAGE is not set -# CONFIG_USB_G_SERIAL is not set -# CONFIG_USB_MIDI_GADGET is not set -# CONFIG_USB_G_PRINTER is not set -# CONFIG_USB_CDC_COMPOSITE is not set CONFIG_UWB=m CONFIG_UWB_HWA=m CONFIG_UWB_WHCI=m |