aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/ixp4xx-kernel_2.6.17.bb
blob: 2f2dd2243bcdff25dcd966abc7c93d191cfc6216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Kernel for IXP4xx
#
# Increment PR_CONFIG for changes to the ixp4xx-kernel specific
# defconfig (do *NOT* increment anything in here for changes
# to other kernel configs!)
PR_CONFIG = "4"
#
# Increment the number below (i.e. the digits after PR) when
# making changes within this file or for changes to the patches
# applied to the kernel.
PR = "r3.${PR_CONFIG}"

require ixp4xx-kernel.inc

SRC_URI += "http://svn.nslu2-linux.org/svnroot/kernel/archived/intel_eth/patches/2.6.17/defconfig"

# IXP4XX_PATCHES - full list of patches to apply
IXP4XX_PATCHES  = ""

SVN_SRC = "http://svn.nslu2-linux.org/svnroot/kernel/archived/intel_eth/patches/2.6.17"

# IXP4XX_PATCHES += "file://06-remove-extraversion.patch;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/patch-2.6.17-ide1;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/01-nas100d-leds.patch;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/02-nas100d-mac-addr.patch;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/03-nslu2-leds.patch;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/04-nslu2-mac-addr.patch;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/05-timer-ixp4xx.patch;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/06-timer-nslu2.patch;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/07-copypage-xscale.patch;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/15-jffs2-endian-config.patch;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/20-nas100d-cmdline-fixup.patch;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/20-nslu2-cmdline-fixup.patch;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/50-leds-arm-cpu-activity.patch;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/75-dsmg600.patch;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/76-dsmg600-pwrbtn.patch;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/77-velocity-module.patch;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/78-velocity-BE.patch;patch=1"