diff options
author | Holger Freyther <zecke@selfish.org> | 2005-03-02 20:18:37 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2005-03-02 20:18:37 +0000 |
commit | 73522decd8f1c094288742d4d127ecbca2036ea8 (patch) | |
tree | ff50e21313d01afb323c62d1c3730909f14c4dee | |
parent | 0702ac92e45a9d65bd232fada81eb9c2403fd54d (diff) |
All ARM Linux Kernels:
Autoload the sa1100-rtc modules for all ARM (SA1100) kernels
BKrev: 42261f9d_kTG_krXWVZCru6gmNMz5A
-rw-r--r-- | classes/kernel.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass index b537f35890..68f495e9ee 100644 --- a/classes/kernel.bbclass +++ b/classes/kernel.bbclass @@ -156,6 +156,7 @@ fi module_autoload_ipv6 = "ipv6" module_autoload_ipsec = "ipsec" module_autoload_ircomm-tty = "ircomm-tty" +module_autoload_sa1100-rtc = "sa1100-rtc" module_conf_bluez = "alias net-pf-31 bluez" module_conf_l2cap = "alias bt-proto-0 l2cap" |