commit
589bb9811a
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/i386 3.17.0-rc2 Kernel Configuration
|
||||
# Linux/i386 3.17.0-rc3 Kernel Configuration
|
||||
#
|
||||
# CONFIG_64BIT is not set
|
||||
CONFIG_X86_32=y
|
||||
|
@ -530,7 +530,6 @@ CONFIG_HZ_1000=y
|
|||
CONFIG_HZ=1000
|
||||
CONFIG_SCHED_HRTICK=y
|
||||
CONFIG_KEXEC=y
|
||||
# CONFIG_KEXEC_VERIFY_SIG is not set
|
||||
# CONFIG_CRASH_DUMP is not set
|
||||
# CONFIG_KEXEC_JUMP is not set
|
||||
CONFIG_PHYSICAL_START=0x1000000
|
||||
|
@ -4960,6 +4959,10 @@ CONFIG_USB_UAS=m
|
|||
#
|
||||
CONFIG_USB_MDC800=m
|
||||
CONFIG_USB_MICROTEK=m
|
||||
CONFIG_USBIP_CORE=m
|
||||
CONFIG_USBIP_VHCI_HCD=m
|
||||
CONFIG_USBIP_HOST=m
|
||||
# CONFIG_USBIP_DEBUG is not set
|
||||
CONFIG_USB_MUSB_HDRC=m
|
||||
# CONFIG_USB_MUSB_HOST is not set
|
||||
# CONFIG_USB_MUSB_GADGET is not set
|
||||
|
@ -5524,10 +5527,6 @@ CONFIG_XEN_HAVE_PVMMU=y
|
|||
CONFIG_STAGING=y
|
||||
CONFIG_ET131X=m
|
||||
CONFIG_SLICOSS=m
|
||||
CONFIG_USBIP_CORE=m
|
||||
CONFIG_USBIP_VHCI_HCD=m
|
||||
CONFIG_USBIP_HOST=m
|
||||
# CONFIG_USBIP_DEBUG is not set
|
||||
CONFIG_PRISM2_USB=m
|
||||
CONFIG_COMEDI=m
|
||||
# CONFIG_COMEDI_DEBUG is not set
|
||||
|
@ -6505,6 +6504,7 @@ CONFIG_PANIC_TIMEOUT=0
|
|||
#
|
||||
# Lock Debugging (spinlocks, mutexes, etc...)
|
||||
#
|
||||
# CONFIG_STACKTRACE is not set
|
||||
CONFIG_DEBUG_BUGVERBOSE=y
|
||||
|
||||
#
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 3.17.0-rc2 Kernel Configuration
|
||||
# Linux/x86 3.17.0-rc3 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -529,7 +529,7 @@ CONFIG_HZ_1000=y
|
|||
CONFIG_HZ=1000
|
||||
CONFIG_SCHED_HRTICK=y
|
||||
CONFIG_KEXEC=y
|
||||
# CONFIG_KEXEC_VERIFY_SIG is not set
|
||||
# CONFIG_KEXEC_FILE is not set
|
||||
# CONFIG_CRASH_DUMP is not set
|
||||
# CONFIG_KEXEC_JUMP is not set
|
||||
CONFIG_PHYSICAL_START=0x1000000
|
||||
|
@ -4911,6 +4911,10 @@ CONFIG_USB_UAS=m
|
|||
#
|
||||
CONFIG_USB_MDC800=m
|
||||
CONFIG_USB_MICROTEK=m
|
||||
CONFIG_USBIP_CORE=m
|
||||
CONFIG_USBIP_VHCI_HCD=m
|
||||
CONFIG_USBIP_HOST=m
|
||||
# CONFIG_USBIP_DEBUG is not set
|
||||
CONFIG_USB_MUSB_HDRC=m
|
||||
# CONFIG_USB_MUSB_HOST is not set
|
||||
# CONFIG_USB_MUSB_GADGET is not set
|
||||
|
@ -5476,10 +5480,6 @@ CONFIG_XEN_EFI=y
|
|||
CONFIG_STAGING=y
|
||||
CONFIG_ET131X=m
|
||||
CONFIG_SLICOSS=m
|
||||
CONFIG_USBIP_CORE=m
|
||||
CONFIG_USBIP_VHCI_HCD=m
|
||||
CONFIG_USBIP_HOST=m
|
||||
# CONFIG_USBIP_DEBUG is not set
|
||||
CONFIG_PRISM2_USB=m
|
||||
CONFIG_COMEDI=m
|
||||
# CONFIG_COMEDI_DEBUG is not set
|
||||
|
@ -6462,6 +6462,7 @@ CONFIG_PANIC_TIMEOUT=0
|
|||
#
|
||||
# Lock Debugging (spinlocks, mutexes, etc...)
|
||||
#
|
||||
# CONFIG_STACKTRACE is not set
|
||||
CONFIG_DEBUG_BUGVERBOSE=y
|
||||
|
||||
#
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
pkgname=linux3.17
|
||||
_distver=3.17.0
|
||||
_patchver=rc2
|
||||
_patchver=rc3
|
||||
version=${_distver}${_patchver}
|
||||
revision=1
|
||||
wrksrc="linux-${_distver%%??}-${_patchver}"
|
||||
|
@ -11,7 +11,7 @@ homepage="http://www.kernel.org"
|
|||
license="GPL-2"
|
||||
short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-${_distver%%??}-${_patchver}.tar.xz"
|
||||
checksum=c3a74a2b21e9e7b105e214350dda599f7045c7d9b53ded1ae341ae73f1249924
|
||||
checksum=543ad6679ccfa2a154b6dc2d42fb6b5fa10ddd633a39c65dd949ab4b1ff9cbc7
|
||||
|
||||
_kernver="${version}_${revision}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue