diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-07-14 17:44:00 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-07-14 22:09:04 +0200 |
commit | 8f93291807c1c33b084b3a90c74b25ca9c572045 (patch) | |
tree | c5b6a20b0927e2065a02fc985db04ef65e121fb1 /recipes/linux/linux_2.6.28.bb | |
parent | ee9a459c1022428a4ec88b4d06928fcee5e24cd6 (diff) |
linux: tweaked 2.6.28 for at91sam9263ek board
Enabled:
- backlight
- leds (ds1/2/3)
- keyboard ("left button", "right button" keys)
- suspend
- i2c eeprom
Moved some things into modules.
Diffstat (limited to 'recipes/linux/linux_2.6.28.bb')
-rw-r--r-- | recipes/linux/linux_2.6.28.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.28.bb b/recipes/linux/linux_2.6.28.bb index 415f81a1cb..37a8646306 100644 --- a/recipes/linux/linux_2.6.28.bb +++ b/recipes/linux/linux_2.6.28.bb @@ -1,6 +1,6 @@ require linux.inc -PR = "r10" +PR = "r11" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" |