diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-06-17 21:04:08 +0000 |
---|---|---|
committer | John Bowler <jbowler@nslu2-linux.org> | 2005-06-17 21:04:08 +0000 |
commit | c4d83a7117266a4017afc7474d5bd846c0051a7a (patch) | |
tree | ff8c4998af313b7d6fd66e34613377809f1b47bd /packages/linux/nslu2-kernel.inc | |
parent | a5fb2af7ce43abf29ecd45a0067dff65a1b35b8f (diff) |
Add reset patch to nslu2-kernel
BKrev: 42b33ac8Yb6rKg0CTONkF5O7i4w1OQ
Diffstat (limited to 'packages/linux/nslu2-kernel.inc')
-rw-r--r-- | packages/linux/nslu2-kernel.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux/nslu2-kernel.inc b/packages/linux/nslu2-kernel.inc index 26e8f729e6..5b54fe3d2c 100644 --- a/packages/linux/nslu2-kernel.inc +++ b/packages/linux/nslu2-kernel.inc @@ -24,6 +24,7 @@ # file://usbnet.patch;patch=1 # file://ixp4xx_copy_from.patch;patch=1 # file://anonymiser.patch;patch=1 +# file://xscale-reset.patch;patch=1 # ${N2K_EXTRA_PATCHES} # # N2K_SUFFIX - the suffix to add after 'zImage-' in the @@ -187,6 +188,7 @@ N2K_PATCHES ?= "\ file://usbnet.patch;patch=1 \ file://ixp4xx_copy_from.patch;patch=1 \ file://anonymiser.patch;patch=1 \ + file://xscale-reset.patch;patch=1 \ ${N2K_EXTRA_PATCHES}" N2K_SUFFIX ?= "openslug" |