Author: kolodko Date: Tue Jul 22 17:52:36 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added support for rtl8187B, (toshiba laptop) rtl8187B != rtl8187 and there is no support in current kernel driver rtl8187 (2.6.25.11) for rtl8187B
---- Files affected: SPECS: rtl8187.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/rtl8187.spec diff -u SPECS/rtl8187.spec:1.6 SPECS/rtl8187.spec:1.7 --- SPECS/rtl8187.spec:1.6 Sun Jun 17 11:02:30 2007 +++ SPECS/rtl8187.spec Tue Jul 22 19:52:30 2008 @@ -16,7 +16,7 @@ # main package. # %define _rel 1 -%define _rtlname rtl8187_linux_26.1010 +#%define _rtlname rtl8187_linux_26.1010 Summary: Linux driver for WLAN cards based on rtl8187 Summary(pl.UTF-8): Sterownik dla Linuksa do kart bezprzewodowych opartych na układzie rtl8187 Name: rtl8187 @@ -25,9 +25,12 @@ Epoch: 0 License: GPL v2 Group: Base/Kernel -Source0: ftp://61.56.86.122/cn/wlan/%{_rtlname}.zip -# Source0-md5: c5b1c7e0c094fa943a52e1a78117308b -Patch0: kernel-net-%{name}-2.6.20.patch +#Source0: ftp://61.56.86.122/cn/wlan/%{_rtlname}.tar.gz +Source0: http://www.datanorth.net/~cuervo/rtl8187b/rtl8187b-modified-dist.tar.gz +# Source0-md5: 66fca0a5dfd709e3167fb257adfe4e14 +#Patch0: kernel-net-%{name}-2.6.20.patch +Patch1: rtl8187-kernel-2.6.26.patch +#http://www.datanorth.net/~cuervo/rtl8187b/2.6.24.patch URL: http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=24&PFid=1&Level=6&Conn=5&DownTypeID=3&GetDown=false&Downloads=true %if %{with kernel} %{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.14} @@ -64,15 +67,17 @@ rtl8187. %prep -%setup -q -n %{_rtlname}.0622.2006 -tar xvzf drv.tar.gz -tar xvzf stack.tar.gz -%patch0 -p1 +##%%setup -q -n %{_rtlname} +%setup -q -n rtl8187b-modified +#tar xvzf drv.tar.gz +#tar xvzf stack.tar.gz +#%%patch0 -p1 +%patch1 -p1 %build %if %{with kernel} %build_kernel_modules -C ieee80211 -m ieee80211{-rtl,_crypt-rtl,_crypt_ccmp-rtl,_crypt_tkip-rtl,_crypt_wep-rtl} -%build_kernel_modules -C beta-8187 -m r8187 +%build_kernel_modules -C rtl8187 -m r8187 %endif %install @@ -81,7 +86,7 @@ %if %{with kernel} cd ieee80211 %install_kernel_modules -d net -m ieee80211{-rtl,_crypt-rtl,_crypt_ccmp-rtl,_crypt_tkip-rtl,_crypt_wep-rtl} -cd ../beta-8187 +cd ../rtl8187 %install_kernel_modules -d net -m r8187 %endif @@ -106,6 +111,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2008/07/22 17:52:30 kolodko +- added support for rtl8187B, (toshiba laptop) + rtl8187B != rtl8187 and there is no support in current kernel driver + rtl8187 (2.6.25.11) for rtl8187B + Revision 1.6 2007/06/17 09:02:30 czarny - more descriptive TODO; thx qboosh ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rtl8187.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
