diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-31 17:52:31 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-31 17:52:31 +0100 |
commit | e76a15f95e8bb62e499ee61eb15a3e533b4483c2 (patch) | |
tree | 240ec1a10cadd6cf6357f81e5cf27d3463de6275 /conf | |
parent | 6e59cc768259657ef6c0b153ccc5365e5f0ff8df (diff) |
linux-kirkwood: fixed patch issues for openrd-base
- eliminate a patch from the recipe that was already in git
- fixed a patch which failed on a file which was not applicable for openrd-base
(made a dedicated patch with only those parts that are needed for openrd-base)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/kirkwood.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/kirkwood.inc b/conf/machine/include/kirkwood.inc index 6de8b7d514..8507857b11 100644 --- a/conf/machine/include/kirkwood.inc +++ b/conf/machine/include/kirkwood.inc @@ -11,7 +11,7 @@ USE_DEVFS = "0" PREFERRED_PROVIDER_virtual/bootloader = "" PREFERRED_PROVIDER_virtual/kernel = "linux-kirkwood" -MACHINE_KERNEL_PR = "r15" +MACHINE_KERNEL_PR = "r16" IMAGE_FSTYPES += "tar.gz ubi" SERIAL_CONSOLE = "ttyS0 115200" |