Browse Source
git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20574 10447126-35f2-4685-b0cf-6dd780d3921fearly
5 changed files with 0 additions and 117 deletions
@ -1,17 +0,0 @@ |
|||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||||
# |
|
||||||
# Filename: package/.../ieee80211/ieee80211.conf |
|
||||||
# Copyright (C) 2006 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 --- |
|
||||||
|
|
||||||
# no userspace applications to build |
|
||||||
makeopt="" |
|
||||||
makeinstopt="" |
|
@ -1,32 +0,0 @@ |
|||||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||||
[COPY] |
|
||||||
[COPY] Filename: package/.../ieee80211/ieee80211.desc |
|
||||||
[COPY] Copyright (C) 2006 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] A generic IEEE 802.11 network stack for Linux |
|
||||||
|
|
||||||
[T] This package provides a generic ieee80211 networking stack for the Linux |
|
||||||
[T] kernel. |
|
||||||
|
|
||||||
[U] http://ieee80211.sourceforge.net |
|
||||||
|
|
||||||
[A] James Ketrenos <[email protected]> |
|
||||||
[M] Christian Wiese <[email protected]> |
|
||||||
|
|
||||||
[C] extra/network |
|
||||||
|
|
||||||
[L] GPL |
|
||||||
[S] Stable |
|
||||||
[V] 1.2.15 |
|
||||||
[P] O -----5---9 800.000 |
|
||||||
|
|
||||||
[D] 2282289988 ieee80211-1.2.15.tgz http://dl.sourceforge.net/sourceforge/ieee80211/ |
|
@ -1,13 +0,0 @@ |
|||||||
if grep -q '^CONFIG_IEEE80211' "$1"; then |
|
||||||
sed -r -e "s:^(CONFIG_IEEE80211.*):#\1:" \ |
|
||||||
"$1" > "$1.ieee80211" |
|
||||||
diff -u "$1"{,.ieee80211} |
|
||||||
mv "$1"{.ieee80211,} |
|
||||||
fi |
|
||||||
|
|
||||||
if grep -q '^CONFIG_IEEE80211' "include/linux/autoconf.h" 2> /dev/null; then |
|
||||||
sed -r -e "s:^(#(un)?def.*CONFIG_IEEE80211.*):/*\1*/:" \ |
|
||||||
"include/linux/autoconf.h" > "include/linux/autoconf.h.ieee80211" |
|
||||||
diff -u "include/linux/autoconf.h"{,.ieee80211} |
|
||||||
mv -v "include/linux/autoconf.h"{.ieee80211,} |
|
||||||
fi |
|
@ -1,39 +0,0 @@ |
|||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||||
# |
|
||||||
# Filename: package/.../ieee80211/pkg_linux26_pre.conf |
|
||||||
# Copyright (C) 2006 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 --- |
|
||||||
|
|
||||||
#var_append confscripts ' ' "$( echo $base/package/*/ieee80211/kernel.conf.sh )" |
|
||||||
|
|
||||||
hook_add postpatch 5 'ieee80211_remove_old' |
|
||||||
ieee80211_remove_old() { |
|
||||||
echo_warning "Replacing old IEEE 802.11 subsystem in favor of the one from Intel." |
|
||||||
|
|
||||||
# remove old files |
|
||||||
find . -follow -type f -name 'ieee80211[_.]*' -exec rm -vf '{}' \; |
|
||||||
|
|
||||||
# inject new headers |
|
||||||
tar -C $builddir $taropt $( match_source_file -p . ieee80211 ) |
|
||||||
mv -v $builddir/ieee80211-*/net/* include/net/ |
|
||||||
|
|
||||||
# and bogus Makefile |
|
||||||
#rm net/ieee80211/Makefile |
|
||||||
#touch net/ieee80211/Makefile |
|
||||||
|
|
||||||
# drop-in approach |
|
||||||
mv -v $builddir/ieee80211-*/* net/ieee80211/ |
|
||||||
mv -v net/ieee80211/in-tree/* net/ieee80211/ |
|
||||||
|
|
||||||
rm -vrf net/ieee80211/{net,in-tree} |
|
||||||
} |
|
||||||
|
|
||||||
#var_append lx_3rd_party_modules " " "ieee80211" |
|
@ -1,16 +0,0 @@ |
|||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||||
# |
|
||||||
# Filename: package/.../ieee80211/postlinux.conf |
|
||||||
# Copyright (C) 2006 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 --- |
|
||||||
|
|
||||||
var_append makeopt ' ' KSRC=$kerneldir |
|
||||||
var_append makeopt ' ' KVER=$lx_kernelrelease |
|
Loading…
Reference in new issue