zd1211: Add HOMEPAGE, sanitize
authorOyvind Repvik <nail@nslu2-linux.org>
Mon, 11 Sep 2006 09:56:43 +0000 (09:56 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Mon, 11 Sep 2006 09:56:43 +0000 (09:56 +0000)
packages/zd1211/zd1211_r83.bb

index 5f0c6a0..2a560ba 100644 (file)
@@ -1,16 +1,16 @@
 DESCRIPTION = "Driver for zd1211 family of wireless USB Dongles"
-PRIORITY = "optional"
+HOMEPAGE = "http://zd1211.ath.cx/"
 SECTION = "kernel/modules"
+PRIORITY = "optional"
 MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>"
 LICENSE = "GPL"
-PR = "r1"
 RDEPENDS = "wireless-tools"
+PR = "r1"
 
 SRC_URI = "http://zd1211.ath.cx/download/zd1211-driver-${PV}.tgz \
-           file://makefile.patch;patch=1" 
-
+           file://makefile.patch;patch=1"
 SRC_URI_unslung = "http://zd1211.ath.cx/download/zd1211-driver-${PV}.tgz \
-               file://makefile-unslung.patch;patch=1 \
+        file://makefile-unslung.patch;patch=1 \
         file://unslung-iwpriv-hack.patch;patch=1 \
         file://unslung-writel-logging.patch;patch=1"
 
@@ -25,10 +25,10 @@ do_compile () {
                    'KDIR=${STAGING_KERNEL_DIR}' \
                    'KERNEL_VERSION=${KERNEL_VERSION}' \
                    'CC=${KERNEL_CC}' \
-                   'LD=${KERNEL_LD}' 
+                   'LD=${KERNEL_LD}'
 }
 
-do_install() {   
+do_install() {
         install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net
         install -m 0644 ${S}/zd1211*${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net
 }