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_0528_RT2870_Linux_STA_v1.3.0.0-orig/include/rt2870.h (-1 / +1 lines)
Lines 124-130 Link Here
124
	{USB_DEVICE(0x0E66,0x0003)}, /* Hawking */		\
124
	{USB_DEVICE(0x0E66,0x0003)}, /* Hawking */		\
125
	{USB_DEVICE(0x129B,0x1828)}, /* Siemens */		\
125
	{USB_DEVICE(0x129B,0x1828)}, /* Siemens */		\
126
	{USB_DEVICE(0x157E,0x300E)},	/* U-Media */	\
126
	{USB_DEVICE(0x157E,0x300E)},	/* U-Media */	\
127
	{ }/* Terminating entry */                      \
127
	{NULL}/* Terminating entry */                      \
128
}
128
}
129
129
130
#define	FREE_HTTX_RING(_p, _b, _t)			\
130
#define	FREE_HTTX_RING(_p, _b, _t)			\
(-)2008_0528_RT2870_Linux_STA_v1.3.0.0-orig/Makefile (-10 / +10 lines)
Lines 96-114 Link Here
96
ifneq (,$(findstring 2.4,$(LINUX_SRC)))
96
ifneq (,$(findstring 2.4,$(LINUX_SRC)))
97
	cp -f os/linux/Makefile.4 $(RT28xx_DIR)/os/linux/Makefile
97
	cp -f os/linux/Makefile.4 $(RT28xx_DIR)/os/linux/Makefile
98
	make -C $(RT28xx_DIR)/os/linux/
98
	make -C $(RT28xx_DIR)/os/linux/
99
ifeq ($(RT28xx_MODE),AP)
99
#ifeq ($(RT28xx_MODE),AP)
100
	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.o /tftpboot
100
#	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.o /tftpboot
101
else	
101
#else	
102
	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.o /tftpboot
102
#	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.o /tftpboot
103
endif	
103
#endif	
104
else
104
else
105
	cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
105
	cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
106
	make  -C  $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
106
	make  -C  $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
107
ifeq ($(RT28xx_MODE),AP)
107
#ifeq ($(RT28xx_MODE),AP)
108
	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.ko /tftpboot
108
#	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.ko /tftpboot
109
else	
109
#else	
110
	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot
110
#	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot
111
endif	
111
#endif	
112
endif
112
endif
113
113
114
clean:
114
clean:

Return to bug 228553