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

(-)2008_0925_RT2870_Linux_STA_v1.4.0.0.orig/include/rt2870.h (-1 / +1 lines)
Lines 143-149 Link Here
143
	{USB_DEVICE(0x0789,0x0162)}, /* Logitec */		\
143
	{USB_DEVICE(0x0789,0x0162)}, /* Logitec */		\
144
	{USB_DEVICE(0x0789,0x0163)}, /* Logitec */		\
144
	{USB_DEVICE(0x0789,0x0163)}, /* Logitec */		\
145
	{USB_DEVICE(0x0789,0x0164)}, /* Logitec */		\
145
	{USB_DEVICE(0x0789,0x0164)}, /* Logitec */		\
146
	{ }/* Terminating entry */                      \
146
	{NULL}/* Terminating entry */                      \
147
}
147
}
148
148
149
#define	FREE_HTTX_RING(_p, _b, _t)			\
149
#define	FREE_HTTX_RING(_p, _b, _t)			\
(-)2008_0925_RT2870_Linux_STA_v1.4.0.0.orig/Makefile (-18 / +18 lines)
Lines 130-156 Link Here
130
ifneq (,$(findstring 2.4,$(LINUX_SRC)))
130
ifneq (,$(findstring 2.4,$(LINUX_SRC)))
131
	cp -f os/linux/Makefile.4 $(RT28xx_DIR)/os/linux/Makefile
131
	cp -f os/linux/Makefile.4 $(RT28xx_DIR)/os/linux/Makefile
132
	make -C $(RT28xx_DIR)/os/linux/
132
	make -C $(RT28xx_DIR)/os/linux/
133
ifeq ($(RT28xx_MODE),AP)
133
#ifeq ($(RT28xx_MODE),AP)
134
	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.o /tftpboot
134
#	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.o /tftpboot
135
else	
135
#else	
136
ifeq ($(RT28xx_MODE),APSTA)
136
#ifeq ($(RT28xx_MODE),APSTA)
137
	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.o /tftpboot
137
#	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.o /tftpboot
138
else
138
#else
139
	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.o /tftpboot
139
#	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.o /tftpboot
140
endif	
140
#endif	
141
endif	
141
#endif	
142
else
142
else
143
	cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
143
	cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
144
	make  -C  $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
144
	make  -C  $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
145
ifeq ($(RT28xx_MODE),AP)
145
#ifeq ($(RT28xx_MODE),AP)
146
	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.ko /tftpboot
146
#	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.ko /tftpboot
147
else	
147
#else	
148
ifeq ($(RT28xx_MODE),APSTA)
148
#ifeq ($(RT28xx_MODE),APSTA)
149
	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.ko /tftpboot
149
#	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.ko /tftpboot
150
else
150
#else
151
	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot
151
#	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot
152
endif	
152
#endif	
153
endif
153
#endif
154
endif
154
endif
155
155
156
release:
156
release:

Return to bug 228553