Browse Source

Oliver Winston <zuberiw@googlemail.com>:

* added rt61 (1.1.0-b1) - RT61 wireless network driver


git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20587 10447126-35f2-4685-b0cf-6dd780d3921f
early
Alejandro Mery 18 years ago
parent
commit
0fcecaee2b
4 changed files with 92 additions and 0 deletions
  1. +19
    -0
      network/rt61/postlinux.conf
  2. +17
    -0
      network/rt61/rt61.cache
  3. +25
    -0
      network/rt61/rt61.conf
  4. +31
    -0
      network/rt61/rt61.desc

+ 19
- 0
network/rt61/postlinux.conf

@ -0,0 +1,19 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../rt61/postlinux.conf
# Copyright (C) 2007 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
hook_add preconf 5 "cd Module"
var_append makeopt " " "KERNDIR=$moduledir/build"
var_append makeopt " " "MODDIR=$moduledir/net"
makeinstopt="$makeopt modules_install"

+ 17
- 0
network/rt61/rt61.cache

@ -0,0 +1,17 @@
[TIMESTAMP] 1174452868 Wed Mar 21 04:54:28 2007
[BUILDTIME] 0 (5)
[SIZE] 0.01 MB, 8 files
[DEP] 00-dirtree
[DEP] bash
[DEP] bzip2
[DEP] coreutils
[DEP] diffutils
[DEP] findutils
[DEP] gcc
[DEP] glibc
[DEP] grep
[DEP] sed
[DEP] sysfiles
[DEP] tar

+ 25
- 0
network/rt61/rt61.conf

@ -0,0 +1,25 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../rt61/rt61.conf
# Copyright (C) 2007 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
pkg_rt61_postinstall() {
cd Module
mkdir -p $root$sysconfdir/Wireless/RT61STA/
cp rt61sta.dat $root$sysconfdir/Wireless/RT61STA/
cp *.bin $root$sysconfdir/Wireless/RT61STA/
}
confopt=
makeopt=
makeinstopt=
hook_add postinstall 5 "pkg_rt61_postinstall"

+ 31
- 0
network/rt61/rt61.desc

@ -0,0 +1,31 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../rt61/rt61.desc
[COPY] Copyright (C) 2007 The OpenSDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] RT61 wireless network driver
[T] RT61 wireless network driver
[U] http://rt2x00.serialmonkey.com/
[A] Mark Wallis <mwallis@serialmonkey.com>
[M] Oliver Winston <zuberiw@googlemail.com>
[C] base/system
[L] GPL
[S] Beta
[V] 1.1.0-b1
[P] X -----5---9 800.000
[D] 2187746726 rt61-1.1.0-b1.tar.gz http://dl.sourceforge.net/sourceforge/rt2400/

Loading…
Cancel
Save