diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-11-11 15:31:02 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-11 15:31:02 +0000 |
commit | 53933a30544a77e3dd40a62ef810a6d37c275f68 (patch) | |
tree | e7d105fe0d30bfc54b65f063f3d18e48ee1a0eae /packages/linux/nas100d-kernel_2.6.14.bb | |
parent | 9641598e03d1e440ddd4de61fe32c584fbcece59 (diff) |
nas100d-kernel: Added 60-nas100d-ide.patch from azummo
Diffstat (limited to 'packages/linux/nas100d-kernel_2.6.14.bb')
-rw-r--r-- | packages/linux/nas100d-kernel_2.6.14.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/nas100d-kernel_2.6.14.bb b/packages/linux/nas100d-kernel_2.6.14.bb index 98f2bc15ed..6b44b0da2d 100644 --- a/packages/linux/nas100d-kernel_2.6.14.bb +++ b/packages/linux/nas100d-kernel_2.6.14.bb @@ -26,6 +26,7 @@ N1K_PATCHES = "\ file://28-spinlock-up.patch;patch=1 \ file://29-ipv4-route-c-spinlock.patch;patch=1 \ file://50-nas100d-arch.patch;patch=1 \ + file://60-nas100d-ide.patch;patch=1 \ file://90-ixp4xx-pci-le.patch;patch=1 \ " @@ -35,4 +36,4 @@ include nas100d-kernel.inc # specific to the bootstrap of *this* kernel in here - DISTRO specfic # config must be in CMDLINE_ROOT (see the full definition of CMDLINE # in nas100d-kernel.inc) -CMDLINE_KERNEL_OPTIONS = "x1205.hctosys=1" +# CMDLINE_KERNEL_OPTIONS = "x1205.hctosys=1" |