diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-01 18:56:13 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-01 18:56:13 +0000 |
commit | 4e629fcc67a73378ed403f1b6b1d79a1fd2ff4d5 (patch) | |
tree | 737d7e345e6a6895600e506f6e27266838fe44f3 /linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe | |
parent | 35d4aacc8ed95a8fc8bb89f6bcbf7be06b77ce43 (diff) |
add apm autoloading
BKrev: 410d3ccd4eIM2KLzwlncrFODKmAw9Q
Diffstat (limited to 'linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe')
-rw-r--r-- | linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe b/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe index 7dae1434d0..98eba38088 100644 --- a/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe +++ b/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe @@ -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" |