diff options
Diffstat (limited to 'packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh37.4.bb')
-rw-r--r-- | packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh37.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh37.4.bb b/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh37.4.bb index e95f809733..5e4da53147 100644 --- a/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh37.4.bb +++ b/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh37.4.bb @@ -2,7 +2,7 @@ SECTION = "kernel" DESCRIPTION = "handhelds.org Linux kernel for PXA25x based devices." MAINTAINER = "Phil Blundell <pb@handhelds.org>" LICENSE = "GPL" -PR = "r5" +PR = "r6" KERNEL_CCSUFFIX = "-3.3.3" COMPATIBLE_HOST = "arm.*-linux" @@ -30,7 +30,7 @@ KERNEL_PRIORITY = "${@'%d' % (int(bb.data.getVar('K_MAJOR',d,1)) * 100000000 + i module_conf_h3900_asic = "alias ipaq_hal_3900 h3900_asic" module_conf_h5400_asic = "alias ipaq_hal_5400 h5400_asic" module_conf_pxa_ir = "alias irda0 pxa_ir" -module_conf_i2c_algo_pxa = "options i2c-algo-pxa pxa_scan=0" +module_conf_i2c-algo-pxa = "options i2c-algo-pxa pxa_scan=0" module_conf_pcmcia_core = "options pcmcia_core ignore_cis_vcc=1" module_conf_ppp_async = "alias ppp0 ppp_async" module_conf_orinoco_cs = "options orinoco_cs ignore_cis_vcc=1" |