diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-04 15:25:18 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-04 15:25:18 +0000 |
commit | 7978a1bf0bdebe099b09e669d7874251b82530bc (patch) | |
tree | 8894cb19a7ceea53622ad086ee201edde41d8c22 /linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe | |
parent | fd62b55281f1493f24bd4dd0a9c6a2c078390221 (diff) |
correct typo
BKrev: 40e8215ej2cb47USLIKIx3J4OJjzSg
Diffstat (limited to 'linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe')
-rw-r--r-- | linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe b/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe index 38d8a4d711..c7e76d5c5a 100644 --- a/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe +++ b/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe @@ -37,7 +37,7 @@ SIMPAD_RD = ${@oe.data.getVar("SIMPAD_RAMDISK_SIZE",d,1) or "32"} export CMDLINE = ${@oe.data.getVar("SIMPAD_CMDLINE",d,1) or "mtdparts=sa1100:512k(boot),1m(kernel),-(root) console=ttySA root=1f02 noinitrd jffs2_orphaned_inodes=delete rootfstype=jffs2 "} EXTRA_OEMAKE = "" -module_conf_sa1100-ir = "alias irda0 sa1100_ir" +module_conf_sa1100_ir = "alias irda0 sa1100_ir" do_configure() { install -m 0644 ${WORKDIR}/defconfig-${MACHINE} ${S}/.config || die "No default configuration for ${MACHINE} available." |