diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-03 09:51:10 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-03 09:51:10 +0000 |
commit | dc733b535566f5acc8a33e0832173ffe37859d7d (patch) | |
tree | 12c85e577813b503ffff354c9e9fba175b87f756 | |
parent | 5b1d67a65c543d3680bed39bc14d5c62fdeee66e (diff) |
openzaurus-sa: fixed modulename
BKrev: 4188aa0estEtB_witmjYHGjf49chEw
-rw-r--r-- | linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe b/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe index 4393809832..f2380642ad 100644 --- a/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe +++ b/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe @@ -7,7 +7,6 @@ PXAV = "3" SHARPV = "20030509" PR = "r8" DESCRIPTION = "Linux kernel for OpenZaurus StrongArm processor based devices." -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/openzaurus-sa-${KV}-rmk${RMKV}-pxa${PXAV}-embedix${SHARPV}" SRC_URI = "http://aurach.ewu.edu/ield_software/ch5/ROM3.10_stuff/linux-sl5500-${SHARPV}-rom3_10.tar.bz2 \ @@ -51,7 +50,7 @@ module_conf_usbdmonitor = "alias usbd0 usbdmonitor" module_conf_sa1100_bi = "below sa1100_bi net_fd usbdcore " module_autoload_sa1100_bi = "sa1100_bi" module_autoload_collie_ssp = "collie_ssp" -module_autoload_collie_tc35143af = "tc35143af" +module_autoload_collie_tc35143af = "collie_tc35143af" # # FIXME: Use configuration system # |