diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-22 01:40:11 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-22 01:40:11 +0000 |
commit | 43a0bb6a6f83642fb31a9cb27d6ece5f79452c9d (patch) | |
tree | 072d2d17304d9c8b74542374440728aada8df18f /packages/linux | |
parent | 53c6a3e91599dd402036d9eff69c5be5128cd645 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/22 01:20:34+00:00 nexus.co.uk!pb
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into stealth.nexus.co.uk:/home/pb/oe/oe
2005/01/22 01:17:38+00:00 nexus.co.uk!pb
fix typo in modconf for i2c-algo-pxa
2005/01/21 19:49:07-05:00 handhelds.org!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded
2005/01/21 19:48:44-05:00 handhelds.org!kergoth
Add samba 3.0.10, and consolidate the common samba metadata into a .inc.
BKrev: 41f1aefbBtClGMOpAjU1Aem9kajGjQ
Diffstat (limited to 'packages/linux')
-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" |