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

Tom Killian tom at archlinux.org
Sat Oct 13 22:04:25 UTC 2007


    Date: Saturday, October 13, 2007 @ 18:04:25
  Author: tom
    Path: /home/cvs-unstable/unstable/modules/rt2x00-cvs-ck

 Removed: PKGBUILD (1.10) config (1.2) rt2x00.install (1.4)

kernel26ck removed


----------------+
 PKGBUILD       |   26 ------------------
 config         |   79 -------------------------------------------------------
 rt2x00.install |   35 ------------------------
 3 files changed, 140 deletions(-)


Index: unstable/modules/rt2x00-cvs-ck/PKGBUILD
diff -u unstable/modules/rt2x00-cvs-ck/PKGBUILD:1.10 unstable/modules/rt2x00-cvs-ck/PKGBUILD:removed
--- unstable/modules/rt2x00-cvs-ck/PKGBUILD:1.10	Sat Aug 18 19:17:46 2007
+++ unstable/modules/rt2x00-cvs-ck/PKGBUILD	Sat Oct 13 18:04:25 2007
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD,v 1.10 2007/08/18 23:17:46 tom Exp $
-# Maintainer : James Rayner <iphitus at gmail.com>
-
-pkgname=rt2x00-cvs-ck
-pkgver=20070818
-pkgrel=1
-pkgdesc="Drivers for Ralink wireless chipsets - daily devel tarball. For kernel26ck"
-depends=('kernel26ck')
-source=(http://rt2x00.serialmonkey.com/rt2x00-cvs-daily.tar.gz config)
-# tarball is updated hourly, so no checksums
-url="http://rt2x00.serialmonkey.com"
-license=('GPL')
-install=rt2x00.install
-
-_kernver=2.6.22-ck
-
-build() {
-  cd $startdir/src/rt2x00-cvs-${pkgver}*
-  cp ../config .
-  make KERNEL_SOURCES=/lib/modules/${_kernver}/build || return 1
-  mkdir -p $startdir/pkg/lib/modules/$_kernver/kernel/drivers/{misc,net/wireless}
-  install -m644 eeprom_93cx6.ko $startdir/pkg/lib/modules/$_kernver/kernel/drivers/misc
-  install -m644 rt*.ko $startdir/pkg/lib/modules/$_kernver/kernel/drivers/net/wireless
-  sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/rt2x00.install
-}
-arch=('i686')
Index: unstable/modules/rt2x00-cvs-ck/config
diff -u unstable/modules/rt2x00-cvs-ck/config:1.2 unstable/modules/rt2x00-cvs-ck/config:removed
--- unstable/modules/rt2x00-cvs-ck/config:1.2	Sat Aug 18 19:17:46 2007
+++ unstable/modules/rt2x00-cvs-ck/config	Sat Oct 13 18:04:25 2007
@@ -1,79 +0,0 @@
-# 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_LIB_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
-
-#
-# Dscape ieee80211 stack
-#
-
-# Build dscape ieee80211 stack support
-CONFIG_D80211=y
-# Enable dscape ieee80211 debug output
-CONFIG_D80211_DEBUG=y
-# Enable dscape ieee80211 asm file creation
-CONFIG_D80211_ASM=n
-
-#
-# 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
-
-#
-# RFkill support
-#
-
-# Enable rfkill support
-CONFIG_RFKILL=y
-# Enable rfkill asm file creation
-CONFIG_RFKILL_ASM=n
Index: unstable/modules/rt2x00-cvs-ck/rt2x00.install
diff -u unstable/modules/rt2x00-cvs-ck/rt2x00.install:1.4 unstable/modules/rt2x00-cvs-ck/rt2x00.install:removed
--- unstable/modules/rt2x00-cvs-ck/rt2x00.install:1.4	Sat Aug 18 19:17:46 2007
+++ unstable/modules/rt2x00-cvs-ck/rt2x00.install	Sat Oct 13 18:04:25 2007
@@ -1,35 +0,0 @@
-# arg 1:  the new package version
-post_install()
-{
-  KERNEL_VERSION=2.6.22-ck
-  depmod -v $KERNEL_VERSION > /dev/null 2>&1 
-  /bin/true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade()
-{
-  KERNEL_VERSION=2.6.22-ck
-  depmod -v $KERNEL_VERSION > /dev/null 2>&1 
-  /bin/true
-}
-
-# arg 1:  the old package version
-pre_remove()
-{
-  /bin/true
-}
-
-# arg 1:  the old package version
-post_remove()
-{
-  KERNEL_VERSION=2.6.22-ck
-  depmod -v $KERNEL_VERSION > /dev/null 2>&1 	  
-  /bin/true
-}
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list