Changeset 2103


Ignore:
Timestamp:
05/30/07 16:52:51 (6 years ago)
Author:
mickey
Message:

oe/linux: autoload audio and hci_usb modules on 2.6.21.3

Location:
trunk/oe/packages/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/oe/packages/linux/linux-gta01.inc

    r2098 r2103  
    3939# module configs specific to this kernel 
    4040# 
     41 
     42# usb 
    4143module_autoload_ohci-hcd = "ohci-hcd" 
     44module_autoload_hci_usb = "hci_usb" 
    4245module_autoload_g_ether = "g_ether" 
     46# audio 
    4347module_autoload_snd-soc-neo1973-wm8753 = "snd-soc-neo1973-wm8753" 
     48# sd/mmc 
     49module_autoload_s3cmci = "s3cmci" 
    4450 
    4551do_prepatch() { 
  • trunk/oe/packages/linux/linux-gta01_2.6.21.3.bb

    r2098 r2103  
    44 
    55MOKOR = "moko10" 
    6 PR = "${MOKOR}-r1" 
     6PR = "${MOKOR}-r2" 
    77 
    88VANILLA_VERSION = "2.6.21.3" 
Note: See TracChangeset for help on using the changeset viewer.