[Lunar-commits] <moonbase> rtl8192se: Adding to moonbase. I have this chip on a Toshiba Satellite P500.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Sep 15 18:14:12 CEST 2011
commit 3b528860898fa932ae356185c27bfd567eabefb4
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Sep 15 12:14:12 2011 -0400
rtl8192se: Adding to moonbase. I have this chip on a Toshiba Satellite P500.
---
net/rtl8192se/BUILD | 10 ++++++++++
net/rtl8192se/DETAILS | 14 ++++++++++++++
net/rtl8192se/POST_INSTALL | 3 +++
3 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/net/rtl8192se/BUILD b/net/rtl8192se/BUILD
new file mode 100644
index 0000000..79aefc8
--- /dev/null
+++ b/net/rtl8192se/BUILD
@@ -0,0 +1,10 @@
+(
+
+# Fixing a renaming of some variables.
+ sed -i 's|RX_FLAG_TSFT|RX_FLAG_MACTIME_MPDU|g' base.c rtl8192{ce,se,de}/trx.c &&
+
+ make &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1
diff --git a/net/rtl8192se/DETAILS b/net/rtl8192se/DETAILS
new file mode 100644
index 0000000..b876276
--- /dev/null
+++ b/net/rtl8192se/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=rtl8192se
+ VERSION=0003.0620.2011
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$MIRROR_URL
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/rtl_92ce_92se_92de_linux_mac80211_0003.0620.2011
+ SOURCE_VFY=sha1:44c009ac17886b9af3caa26c2f363fcb086e6c3f
+ WEB_SITE=http://www.realtek.com.tw
+ ENTERED=20110915
+ UPDATED=20110915
+ SHORT="driver for the RTL8192se_pci"
+PSAFE=no
+cat << EOF
+This is the driver for the RTL8192se_pci network cards.
+EOF
diff --git a/net/rtl8192se/POST_INSTALL b/net/rtl8192se/POST_INSTALL
new file mode 100644
index 0000000..1220c59
--- /dev/null
+++ b/net/rtl8192se/POST_INSTALL
@@ -0,0 +1,3 @@
+# Run depmod
+
+depmod -a
More information about the Lunar-commits
mailing list