diff options
author | Leon Woestenberg <leon@witty.(none)> | 2008-11-21 20:36:41 +0100 |
---|---|---|
committer | Leon Woestenberg <leon@witty.(none)> | 2008-11-21 20:36:41 +0100 |
commit | 9cc464a61f6814fef8271b8339d5581125bff5bb (patch) | |
tree | e1fe8e1f1eca3e10f68a153bf5000bdb4a8b6925 /packages/linux/linux_2.6.26.bb | |
parent | c9640f06e3d05300251b8acc7979089b8413e28f (diff) |
linux-2.6.26: Set as default kernel for AMCC460EX Canyonlands.
Diffstat (limited to 'packages/linux/linux_2.6.26.bb')
-rw-r--r-- | packages/linux/linux_2.6.26.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux_2.6.26.bb b/packages/linux/linux_2.6.26.bb index 8fe4a80031..67842cf727 100644 --- a/packages/linux/linux_2.6.26.bb +++ b/packages/linux/linux_2.6.26.bb @@ -1,11 +1,12 @@ require linux.inc -PR = "r1" +PR = "r2" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_boc01 = "1" DEFAULT_PREFERENCE_mpc8313e-rdb = "1" +DEFAULT_PREFERENCE_canyonlands = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2 \ file://defconfig" |