diff options
author | Mike Westerhof <mwester@dls.net> | 2008-02-10 01:59:18 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2008-02-10 01:59:18 +0000 |
commit | f4477e16a53df1ad084d6ef67037ba2518c71541 (patch) | |
tree | 69dbe2b68e5793fc0b8ab6e22ad3eb4289111748 /packages/linux | |
parent | c066f95098df28fdd517dee575326d6aa6f5417f (diff) |
linux-ixp4xx: NSLU2 defconfig 2.6.24 - turn on ATAGs in /proc to enable
RP's new kexec functionality.
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24 | 1 | ||||
-rw-r--r-- | packages/linux/linux-ixp4xx_2.6.24.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24 b/packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24 index 28b69a82ed..061c0c0724 100644 --- a/packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24 +++ b/packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24 @@ -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 diff --git a/packages/linux/linux-ixp4xx_2.6.24.bb b/packages/linux/linux-ixp4xx_2.6.24.bb index 9942433b56..9a5967afa2 100644 --- a/packages/linux/linux-ixp4xx_2.6.24.bb +++ b/packages/linux/linux-ixp4xx_2.6.24.bb @@ -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 \ |