diff -r -c linux-wlan-ng-0.2.1-pre10.orig/config.out linux-wlan-ng-0.2.1-pre10/config.out *** linux-wlan-ng-0.2.1-pre10.orig/config.out Sat Aug 2 18:04:14 2003 --- linux-wlan-ng-0.2.1-pre10/config.out Fri Aug 1 15:50:41 2003 *************** *** 9,29 **** # PRISM2_PLX is not defined # PRISM2_PCI is not defined PRISM2_USB=y ! LINUX_SRC="/usr/src/linux-2.4.19" ! # CONFIG_NETLINK is not defined CONFIG_PACKET=y ! CONFIG_HOTPLUG=y ! KERNEL_CFLAGS=-D__KERNEL__ -I/usr/src/linux-2.4.19/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 ! KERNEL_MODFLAGS=-DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.19/include/linux/modversions.h ! TARGET_ROOT_ON_HOST="" ! MODDIR="/lib/modules/2.4.19" ! TARGET_MODDIR="/lib/modules/2.4.19" INST_EXEDIR="/sbin" ! TARGET_INST_EXEDIR="/sbin" RC_DIR=/etc/rc.d SYSV_INIT=y ! INSTALL_DEPMOD=y ! HOST_COMPILE="" HOST_CFLAGS=-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer HOST_AS=$(HOST_COMPILE)as HOST_LD=$(HOST_COMPILE)ld --- 9,29 ---- # PRISM2_PLX is not defined # PRISM2_PCI is not defined PRISM2_USB=y ! LINUX_SRC="/home/nari/01proj/V11/src/linux-2.4.21" ! CONFIG_NETLINK=y CONFIG_PACKET=y ! # CONFIG_HOTPLUG is not defined ! KERNEL_CFLAGS=-D__KERNEL__ -I/home/nari/01proj/V11/src/linux-2.4.21/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -I /home/nari/01proj/V11/src/linux-2.4.21/include/asm/gcc -G 0 -mno-abicalls -fno-pic -pipe -mcpu=r4600 -mips2 -Wa,--trap ! KERNEL_MODFLAGS=-DMODULE -mlong-calls ! TARGET_ROOT_ON_HOST="/home/nari/01proj/V11/fs/flash2" ! MODDIR="/home/nari/01proj/V11/fs/flash2/lib/modules/2.4.21-pre4" ! TARGET_MODDIR="/home/nari/01proj/V11/fs/flash2/home/nari/01proj/V11/fs/flash2/lib/modules/2.4.21-pre4" INST_EXEDIR="/sbin" ! TARGET_INST_EXEDIR="/home/nari/01proj/V11/fs/flash2/sbin" RC_DIR=/etc/rc.d SYSV_INIT=y ! # INSTALL_DEPMOD is not defined ! HOST_COMPILE="mipsel-linux-" HOST_CFLAGS=-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer HOST_AS=$(HOST_COMPILE)as HOST_LD=$(HOST_COMPILE)ld *************** *** 36,53 **** HOST_OBJDUMP=$(HOST_COMPILE)objdump HOST_RANLIB=$(HOST_COMPILE)ranlib HOST_MAKE=make ! CROSS_COMPILE="" ! # CROSS_COMPILE_ENABLED is not defined ! AS=$(HOST_COMPILE)as ! LD=$(HOST_COMPILE)ld ! CC=$(HOST_COMPILE)gcc ! CPP=$(HOST_CC) -E ! AR=$(HOST_COMPILE)ar ! NM=$(HOST_COMPILE)nm ! STRIP=$(HOST_COMPILE)strip ! OBJCOPY=$(HOST_COMPILE)objcopy ! OBJDUMP=$(HOST_COMPILE)objdump ! RANLIB=$(HOST_COMPILE)ranlib MAKE=make # WLAN_DEBUG is not defined FIRMWARE_DIR="/etc/wlan/" --- 36,53 ---- HOST_OBJDUMP=$(HOST_COMPILE)objdump HOST_RANLIB=$(HOST_COMPILE)ranlib HOST_MAKE=make ! CROSS_COMPILE="mipsel-linux-" ! CROSS_COMPILE_ENABLED=y ! AS=mipsel-linux-as ! LD=mipsel-linux-ld ! CC=mipsel-linux-gcc ! CPP=mipsel-linux-gcc -E ! AR=mipsel-linux-ar ! NM=mipsel-linux-nm ! STRIP=mipsel-linux-strip ! OBJCOPY=mipsel-linux-objcopy ! OBJDUMP=mipsel-linux-objdump ! RANLIB=mipsel-linux-ranlib MAKE=make # WLAN_DEBUG is not defined FIRMWARE_DIR="/etc/wlan/" Binary files linux-wlan-ng-0.2.1-pre10.orig/scripts/get_version and linux-wlan-ng-0.2.1-pre10/scripts/get_version differ diff -r -c linux-wlan-ng-0.2.1-pre10.orig/scripts/make.opts linux-wlan-ng-0.2.1-pre10/scripts/make.opts *** linux-wlan-ng-0.2.1-pre10.orig/scripts/make.opts Sat Aug 2 18:03:57 2003 --- linux-wlan-ng-0.2.1-pre10/scripts/make.opts Fri Aug 1 15:48:23 2003 *************** *** 1,6 **** ! KERNEL_RELEASE=2.4.19 ! KERNEL_CFLAGS='-D__KERNEL__ -I/usr/src/linux-2.4.19/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686' ! CROSS_COMPILE='' ! KERNEL_MODFLAGS='-DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.19/include/linux/modversions.h' HOST_CC='gcc' HOST_CFLAGS='-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer' --- 1,6 ---- ! KERNEL_RELEASE=2.4.21-pre4 ! KERNEL_CFLAGS='-D__KERNEL__ -I/home/nari/01proj/V11/src/linux-2.4.21/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -I /home/nari/01proj/V11/src/linux-2.4.21/include/asm/gcc -G 0 -mno-abicalls -fno-pic -pipe -mcpu=r4600 -mips2 -Wa,--trap' ! CROSS_COMPILE='mipsel-linux-' ! KERNEL_MODFLAGS='-DMODULE -mlong-calls' HOST_CC='gcc' HOST_CFLAGS='-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer' diff -r -c linux-wlan-ng-0.2.1-pre10.orig/src/prism2/driver/prism2sta.c linux-wlan-ng-0.2.1-pre10/src/prism2/driver/prism2sta.c *** linux-wlan-ng-0.2.1-pre10.orig/src/prism2/driver/prism2sta.c Thu Jun 19 03:10:12 2003 --- linux-wlan-ng-0.2.1-pre10/src/prism2/driver/prism2sta.c Wed Oct 8 18:39:01 2003 *************** *** 453,458 **** --- 453,459 ---- static struct usb_device_id usb_prism_tbl[] = { {PRISM_USB_DEVICE(0x04bb, 0x0922, "IOData AirPort WN-B11/USBS")}, {PRISM_USB_DEVICE(0x07aa, 0x0012, "Corega Wireless LAN USB Stick-11")}, + {PRISM_USB_DEVICE(0x07aa, 0x001a, "Corega WLUSB-11 Key")}, {PRISM_USB_DEVICE(0x09aa, 0x3642, "Prism2.x 11Mbps WLAN USB Adapter")}, {PRISM_USB_DEVICE(0x1668, 0x0408, "Actiontec Prism2.5 11Mbps WLAN USB Adapter")}, {PRISM_USB_DEVICE(0x1668, 0x0421, "Actiontec Prism2.5 11Mbps WLAN USB Adapter")}, diff -r -c linux-wlan-ng-0.2.1-pre10.orig/src/wlancfg/Makefile linux-wlan-ng-0.2.1-pre10/src/wlancfg/Makefile *** linux-wlan-ng-0.2.1-pre10.orig/src/wlancfg/Makefile Thu Dec 12 08:25:48 2002 --- linux-wlan-ng-0.2.1-pre10/src/wlancfg/Makefile Fri Aug 1 16:10:13 2003 *************** *** 56,63 **** ../shared/p80211metamsg.o \ ../shared/p80211metamib.o ! wlancfg: wlancfg.o $(OBJS) ! $(CC) $(LDFLAGS) -o wlancfg wlancfg.o $(OBJS) install: cp wlancfg $(TARGET_INST_EXEDIR) --- 56,63 ---- ../shared/p80211metamsg.o \ ../shared/p80211metamib.o ! wlancfg: wlancfg.o $(OBJS) Makefile ! $(CC) $(LDFLAGS) -o wlancfg wlancfg.o $(OBJS) -static -s install: cp wlancfg $(TARGET_INST_EXEDIR) diff -r -c linux-wlan-ng-0.2.1-pre10.orig/src/wlanctl/Makefile linux-wlan-ng-0.2.1-pre10/src/wlanctl/Makefile *** linux-wlan-ng-0.2.1-pre10.orig/src/wlanctl/Makefile Thu Dec 12 08:25:48 2002 --- linux-wlan-ng-0.2.1-pre10/src/wlanctl/Makefile Fri Aug 1 18:00:33 2003 *************** *** 61,68 **** ../shared/p80211metamib.o ! wlanctl: $(OBJS) ! $(CC) $(LDFLAGS) -o wlanctl $(OBJS) install: mkdir -p $(TARGET_INST_EXEDIR) --- 61,68 ---- ../shared/p80211metamib.o ! wlanctl: $(OBJS) Makefile ! $(CC) $(LDFLAGS) -o wlanctl $(OBJS) -static -s install: mkdir -p $(TARGET_INST_EXEDIR)