diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-27 12:58:18 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-27 12:58:18 +0000 |
commit | 17698600f5c1d39eed9ac09334ce0c059529a1c7 (patch) | |
tree | 2acbad787054aa4b3c4be471ed52edd6c42c8297 /packages/linux/linux_2.6.22.bb | |
parent | dc227b443d68008ded204905dbd2cba3ff5e3d3c (diff) |
linux: switched ALIX to 2.6.23-r3, added MFGPT patches, changed config
- USB Host/HID compiled in (to get keyboard working after boot)
- VIA Rhine compiled in (to get networking after boot)
- netfilter enabled
- more Geode stuff enabled (gpio, framebuffer)
Diffstat (limited to 'packages/linux/linux_2.6.22.bb')
-rw-r--r-- | packages/linux/linux_2.6.22.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/linux/linux_2.6.22.bb b/packages/linux/linux_2.6.22.bb index 6791e33014..8674d63af2 100644 --- a/packages/linux/linux_2.6.22.bb +++ b/packages/linux/linux_2.6.22.bb @@ -2,7 +2,6 @@ require linux.inc # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" -DEFAULT_PREFERENCE_alix = "1" DEFAULT_PREFERENCE_avr32 = "1" PR = "r2" |