linux-ixp4xx: NSLU2 defconfig 2.6.24 - turn on ATAGs in /proc to enable
authorMike Westerhof <mwester@dls.net>
Sun, 10 Feb 2008 01:59:18 +0000 (01:59 +0000)
committerMike Westerhof <mwester@dls.net>
Sun, 10 Feb 2008 01:59:18 +0000 (01:59 +0000)
RP's new kexec functionality.

packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24
packages/linux/linux-ixp4xx_2.6.24.bb

index 28b69a8..061c0c0 100644 (file)
@@ -243,6 +243,7 @@ CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_CMDLINE=" noirqdebug console=ttyS0,115200n8"
 # CONFIG_XIP_KERNEL is not set
 CONFIG_KEXEC=y
+CONFIG_ATAGS_PROC=y
 
 #
 # Floating point emulation
index 9942433..9a5967a 100644 (file)
@@ -11,7 +11,7 @@ KERNEL_RELEASE = "2.6.24"
 #PV = "${VANILLA_VERSION}+${KERNEL_RELEASE}+svnr${SRCREV}"
 
 PV = "${KERNEL_RELEASE}+svnr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 # ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${KERNEL_RELEASE}.bz2;patch=1 \