add apm autoloading
authorPhil Blundell <philb@gnu.org>
Sun, 1 Aug 2004 18:56:13 +0000 (18:56 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 1 Aug 2004 18:56:13 +0000 (18:56 +0000)
BKrev: 410d3ccd4eIM2KLzwlncrFODKmAw9Q

linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh36.12.oe
linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe

index 999a017..14c1298 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "handhelds.org Linux kernel for PXA25x based devices."
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
 
 PACKAGE_ARCH = "ipaqpxa"
 KERNEL_CCSUFFIX = "-3.3.3"
@@ -39,6 +39,7 @@ module_autoload_h3600_generic_sleeve = "h3600_generic_sleeve"
 module_autoload_ds = "ds"
 module_autoload_pxa_cs = "pxa_cs"
 module_autoload_h3600_ts = "h3600_ts"
+module_autoload_apm = "apm"
 
 FILES_kernel += "/etc/init.d/ipaq-hal"
 INITSCRIPT_NAME = "ipaq-hal"
index 7dae143..98eba38 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "handhelds.org Linux kernel for StrongArm processor based devices."
 MAINTAINER = "Rene Wagner <reenoo@gmx.de>"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 
 PACKAGE_ARCH = "ipaqsa"
 KERNEL_CCSUFFIX = "-3.3.3"
@@ -39,6 +39,7 @@ module_autoload_h3600_generic_sleeve = "h3600_generic_sleeve"
 module_autoload_ds = "ds"
 module_autoload_sa1100_cs = "sa1100_cs"
 module_autoload_h3600_ts = "h3600_ts"
+module_autoload_apm = "apm"
 
 FILES_kernel += "/etc/init.d/ipaq-hal"
 INITSCRIPT_NAME = "ipaq-hal"