[Debian-eeepc-devel] [SCM] rt2860 source for the ralink wireless chip in the eeepc 901. branch, master, updated. bc9c55f756cd0b4e03182e590c0703b090994dd1

Damyan Ivanov dmn at debian.org
Tue Sep 2 12:04:45 UTC 2008


The following commit has been merged in the master branch:
commit 0cb3fd65495d1574e991e284424fab95e4461cf9
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Sep 2 14:24:49 2008 +0300

    rules.modules: ship RT2860STA.dat in doc/examples
    
    According to README_STA, the RT2860STA.dat file would be used when not using
    wpa_supplicant/NetworkManager/iwconfig/iwpriv.

diff --git a/rt2860-1.7.0.0/debian/rules.modules b/rt2860-1.7.0.0/debian/rules.modules
index 40704fa..d02ed9b 100644
--- a/rt2860-1.7.0.0/debian/rules.modules
+++ b/rt2860-1.7.0.0/debian/rules.modules
@@ -5,6 +5,8 @@ MA_DIR ?= /usr/share/modass
 -include $(MA_DIR)/include/generic.make
 -include $(MA_DIR)/include/common-rules.make
 
+TMP?= $(CURDIR)/debian/$(PKGNAME)
+
 .PHONY: kdist_config
 kdist_config: prep-deb-files
 
@@ -22,6 +24,13 @@ binary-modules: kdist_config
 	$(MAKE) -C $(CURDIR) install \
 	KERNELPATH=$(KSRC) KERNELRELEASE=$(KVERS) KERNELCONF=$(KSRC)/.config \
 	LINUX_SRC_MODULE=$(CURDIR)/debian/$(PKGNAME)/lib/modules/$(KVERS)/kernel/drivers/wireless
+	# upstream has some .dat file to be used in the absence of
+	# wpa_supplicant/network-manager/iwconfig/iwpriv in /etc/Wireless
+	# ship that in doc/examples instead
+	# (os/linux/Makefile.6's install target is patched not to fiddle
+	#  with /etc/)
+	dh_installdirs usr/share/doc/$(PKGNAME)/examples
+	cp RT2860STA.dat $(TMP)/usr/share/doc/$(PKGNAME)/examples/
 
 	dh_installdocs
 	dh_installchangelogs

-- 
rt2860 source for the ralink wireless chip in the eeepc 901.



More information about the Debian-eeepc-devel mailing list