diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2011-10-28 16:15:09 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-10-28 16:16:33 +0000 |
commit | 54933887cc5a84c11abfd8a6572569f41d567d25 (patch) | |
tree | 14f751f0493d890c12dbb1a666c7717dc5b2f1b7 /main/linux-scst | |
parent | b3791bc81210387eea9fe1e2ece4a8fd5e6e9d51 (diff) | |
download | aports-54933887cc5a84c11abfd8a6572569f41d567d25.tar.bz2 aports-54933887cc5a84c11abfd8a6572569f41d567d25.tar.xz |
main/linux-scst: enable drbd
Diffstat (limited to 'main/linux-scst')
-rw-r--r-- | main/linux-scst/APKBUILD | 4 | ||||
-rw-r--r-- | main/linux-scst/kernelconfig.x86_64 | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/main/linux-scst/APKBUILD b/main/linux-scst/APKBUILD index 70720776e5..8c1f8471c9 100644 --- a/main/linux-scst/APKBUILD +++ b/main/linux-scst/APKBUILD @@ -12,7 +12,7 @@ else _kernver=${pkgver%.*} fi -pkgrel=0 +pkgrel=1 pkgdesc="Linux kernel with SCST" url="http://scst.sourceforge.net" depends="mkinitfs linux-firmware" @@ -133,5 +133,5 @@ dev() { md5sums="1aab7a741abe08d42e8eccf20de61e05 linux-2.6.39.tar.bz2 ff5eb7323c054a128d2922bde3297ed5 patch-2.6.39.4.bz2 -4fea1df4f5f8358c521d88b94af6c704 kernelconfig.x86_64 +82712844db0333b4dccb38638a73f640 kernelconfig.x86_64 456cd9f0a71d9b2ca15d207f2d2a59a1 scst-2.1.0-2.6.39.patch" diff --git a/main/linux-scst/kernelconfig.x86_64 b/main/linux-scst/kernelconfig.x86_64 index 5482bee6ef..699eee3427 100644 --- a/main/linux-scst/kernelconfig.x86_64 +++ b/main/linux-scst/kernelconfig.x86_64 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux/x86_64 2.6.39.4 Kernel Configuration -# Tue Oct 4 16:04:36 2011 +# Fri Oct 28 15:00:53 2011 # CONFIG_64BIT=y # CONFIG_X86_32 is not set @@ -1380,7 +1380,8 @@ CONFIG_BLK_DEV_UMEM=m # CONFIG_BLK_DEV_COW_COMMON is not set CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_CRYPTOLOOP=m -# CONFIG_BLK_DEV_DRBD is not set +CONFIG_BLK_DEV_DRBD=m +# CONFIG_DRBD_FAULT_INJECTION is not set CONFIG_BLK_DEV_NBD=m CONFIG_BLK_DEV_OSD=m CONFIG_BLK_DEV_SX8=m @@ -5099,4 +5100,5 @@ CONFIG_HAS_DMA=y CONFIG_CHECK_SIGNATURE=y CONFIG_CPU_RMAP=y CONFIG_NLATTR=y +CONFIG_LRU_CACHE=m CONFIG_AVERAGE=y |