-DESCRIPTION = "Driver for the SHARP Zaurus SD/MMC Slot for linux ${KERNEL_VERSION}"
+DESCRIPTION = "Driver for the SHARP Zaurus SD/MMC Slot for linux ${PV}"
SECTION = "kernel/modules"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "CLOSED"
-RDEPENDS = "kernel (${KERNEL_VERSION})"
-PV = "${KERNEL_VERSION}"
-PR = "r22"
+RDEPENDS = "kernel (${PV})"
+PR = "r23"
PACKAGE_ARCH = "${MACHINE}"
+KERNEL2418 = "2.4.18-rmk7-pxa3-embedix"
+KERNEL2420 = "2.4.20"
+
+PV_collie = "${KERNEL2418}"
+PV_poodle = "${KERNEL2418}"
+PV_tosa = "${KERNEL2418}"
+PV_akita = "${KERNEL2420}"
+PV_borzoi = "${KERNEL2420}"
+PV_spitz = "${KERNEL2420}"
+
SRC_URI = "http://www.openzaurus.org/mirror/sd-modules-2.4.18-rmk7-pxa3-embedix-r4.tar.bz2 \
file://sd \
file://sdmgr \