diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-09-19 00:44:46 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-09-19 14:52:55 +0200 |
commit | d9aac9ea22d75ef8ade18dbce3ef5c9bccaed3be (patch) | |
tree | 95943df3d0385aa2a5af99a82fef6f293ceead21 /conf | |
parent | d5b4f3993861f3cbe6232f34281777f48c2c6c70 (diff) |
linux-kirkwood: Add kernel support for openrd-base.
Signed-off-by: Leon Woestenberg <leon@sidebranch.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 64ef38b16c..3fc0654c14 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 = "r9" +MACHINE_KERNEL_PR = "r10" IMAGE_FSTYPES += "tar.gz ubi" SERIAL_CONSOLE = "ttyS0 115200" |