[arch-commits] CVS update of unstable/modules/rt2x00-cvs-ck (3 files)

Tom Killian tom at archlinux.org
Tue Jul 24 09:50:08 UTC 2007


    Date: Tuesday, July 24, 2007 @ 05:50:08
  Author: tom
    Path: /home/cvs-unstable/unstable/modules/rt2x00-cvs-ck

   Added: config (1.1)
Modified: PKGBUILD (1.8 -> 1.9) rt2x00.install (1.2 -> 1.3)

upgpkg: rt2x00-cvs-ck 20070722-1
update for 2.6.22-ck


----------------+
 PKGBUILD       |    9 +++++---
 config         |   60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 rt2x00.install |    6 ++---
 3 files changed, 69 insertions(+), 6 deletions(-)


Index: unstable/modules/rt2x00-cvs-ck/PKGBUILD
diff -u unstable/modules/rt2x00-cvs-ck/PKGBUILD:1.8 unstable/modules/rt2x00-cvs-ck/PKGBUILD:1.9
--- unstable/modules/rt2x00-cvs-ck/PKGBUILD:1.8	Sun Apr  8 19:37:38 2007
+++ unstable/modules/rt2x00-cvs-ck/PKGBUILD	Tue Jul 24 05:50:06 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.8 2007/04/08 23:37:38 james Exp $
+# $Id: PKGBUILD,v 1.9 2007/07/24 09:50:06 tom Exp $
 # Maintainer : James Rayner <iphitus at gmail.com>
 pkgname=rt2x00-cvs-ck
-_kernver=2.6.20-ck
-pkgver=20070409
+_kernver=2.6.22-ck
+pkgver=20070722
 pkgrel=1
 pkgdesc="Open Source modules for Ralink wireless chipsets"
 arch=('i686' 'x86_64')
@@ -13,6 +13,8 @@
 replaces=("rt2x00-ck")
 conflicts=("rt2x00-ck")
 provides=("rt2x00-ck")
+source=(config)
+md5sums=('f2baa7fe07a82c3d44e0ba4d83bf93ba')
 
 _cvsroot=":pserver:anonymous:@rt2400.cvs.sourceforge.net:/cvsroot/rt2400"
 _cvsmod="source/rt2x00"
@@ -24,6 +26,7 @@
   cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod
   cd $_cvsmod
 
+  cp $startdir/src/config .
   make KERNDIR=/lib/modules/${_kernver}/build 
 
   mkdir -p $startdir/pkg/lib/modules/$_kernver/kernel/drivers/net/wireless/rt2x00
Index: unstable/modules/rt2x00-cvs-ck/config
diff -u /dev/null unstable/modules/rt2x00-cvs-ck/config:1.1
--- /dev/null	Tue Jul 24 05:50:08 2007
+++ unstable/modules/rt2x00-cvs-ck/config	Tue Jul 24 05:50:07 2007
@@ -0,0 +1,60 @@
+# rt2x00 configuration
+# All configuration options can be enabled
+# by setting the value to 'y'. To disable
+# the option it should be set to 'n'.
+
+#
+# RT2X00 generic support
+#
+
+# Enable rt2x00 support
+CONFIG_RT2X00=y
+# Enable rt2x00 debug output
+CONFIG_RT2X00_DEBUG=y
+# Enable rt2x00 debugfs support
+CONFIG_RT2X00_DEBUGFS=n
+# Enable rt2x00 asm file creation
+CONFIG_RT2X00_ASM=n
+
+#
+# RT2X00 driver support
+#
+# Enable rt2400pci support
+CONFIG_RT2400PCI=y
+# Enable rt2400pci hardware button support (requires rfkill)
+CONFIG_RT2400PCI_BUTTON=y
+
+# Enable rt2500pci support
+CONFIG_RT2500PCI=y
+# Enable rt2500pci hardware button support (requires rfkill)
+CONFIG_RT2500PCI_BUTTON=y
+
+# Enable rt2500usb support
+CONFIG_RT2500USB=y
+
+# Enable rt61pci support
+CONFIG_RT61PCI=y
+# Enable rt61pci hardware button support (requires rfkill)
+CONFIG_RT61PCI_BUTTON=y
+
+# Enable rt73usb support
+CONFIG_RT73USB=y
+
+#
+# CRC-ITU-T support
+#
+
+# Enable crc-itu-t support
+CONFIG_CRC_ITU_T=y
+# Enable crc-itu-t asm file creation
+CONFIG_CRC_ITU_T_ASM=n
+
+#
+# EEPROM 93Cx6 support
+#
+
+# Enable eeprom_93Cx6 support
+CONFIG_EEPROM_93CX6=y
+# Enable eeprom asm file creation
+CONFIG_EEPROM_93CX6_ASM=n
+
Index: unstable/modules/rt2x00-cvs-ck/rt2x00.install
diff -u unstable/modules/rt2x00-cvs-ck/rt2x00.install:1.2 unstable/modules/rt2x00-cvs-ck/rt2x00.install:1.3
--- unstable/modules/rt2x00-cvs-ck/rt2x00.install:1.2	Sun Apr  8 19:37:38 2007
+++ unstable/modules/rt2x00-cvs-ck/rt2x00.install	Tue Jul 24 05:50:08 2007
@@ -1,7 +1,7 @@
 # arg 1:  the new package version
 post_install()
 {
-  KERNEL_VERSION='2.6.20-ck'
+  KERNEL_VERSION='2.6.22-ck'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
   /bin/true
 }
@@ -10,7 +10,7 @@
 # arg 2:  the old package version
 post_upgrade()
 {
-  KERNEL_VERSION='2.6.20-ck'
+  KERNEL_VERSION='2.6.22-ck'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
   /bin/true
 }
@@ -24,7 +24,7 @@
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.20-ck'
+  KERNEL_VERSION='2.6.22-ck'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 	  
   /bin/true
 }




More information about the arch-commits mailing list