Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 228553 | Differences between
and this patch

Collapse All | Expand All

(-)2009_0521_RT2870_Linux_STA_V2.1.2.0.orig/Makefile (-2 / +2 lines)
Lines 137-147 Link Here
137
ifneq (,$(findstring 2.4,$(LINUX_SRC)))
137
ifneq (,$(findstring 2.4,$(LINUX_SRC)))
138
	cp -f os/linux/Makefile.4 $(RT28xx_DIR)/os/linux/Makefile
138
	cp -f os/linux/Makefile.4 $(RT28xx_DIR)/os/linux/Makefile
139
	make -C $(RT28xx_DIR)/os/linux/
139
	make -C $(RT28xx_DIR)/os/linux/
140
	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.o /tftpboot
140
#	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.o /tftpboot
141
else
141
else
142
	cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
142
	cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
143
	make  -C  $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
143
	make  -C  $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
144
	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot
144
#	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot
145
endif	
145
endif	
146
146
147
clean:
147
clean:
(-)2009_0521_RT2870_Linux_STA_V2.1.2.0.orig/os/linux/usb_main_dev.c (-1 / +2 lines)
Lines 103-112 Link Here
103
	{USB_DEVICE(0x7392,0x7717)},
103
	{USB_DEVICE(0x7392,0x7717)},
104
	{USB_DEVICE(0x1737,0x0070)}, /* Linksys WUSB100 */
104
	{USB_DEVICE(0x1737,0x0070)}, /* Linksys WUSB100 */
105
	{USB_DEVICE(0x1737,0x0071)}, /* Linksys WUSB600N */
105
	{USB_DEVICE(0x1737,0x0071)}, /* Linksys WUSB600N */
106
	{USB_DEVICE(0x1737,0x0077)}, /* Linksys WUSB54GC */
106
	{USB_DEVICE(0x0411,0x00e8)}, /* Buffalo WLI-UC-G300N*/
107
	{USB_DEVICE(0x0411,0x00e8)}, /* Buffalo WLI-UC-G300N*/
107
	{USB_DEVICE(0x050d,0x815c)}, /* Belkin F5D8053 */
108
	{USB_DEVICE(0x050d,0x815c)}, /* Belkin F5D8053 */
108
#endif // RT2870 //
109
#endif // RT2870 //
109
	{ }/* Terminating entry */
110
	{NULL}/* Terminating entry */
110
};
111
};
111
112
112
INT const rtusb_usb_id_len = sizeof(rtusb_usb_id) / sizeof(struct usb_device_id);
113
INT const rtusb_usb_id_len = sizeof(rtusb_usb_id) / sizeof(struct usb_device_id);

Return to bug 228553