Diffs with 1.9.2.6
Code:diff -Burb 1926/src/router/Makefile 1927/src/router/Makefile --- 1926/src/router/Makefile 2004-12-08 15:36:39.000000000 +0300 +++ 1927/src/router/Makefile 2004-12-10 04:00:51.000000000 +0300 @@ -493,9 +493,9 @@ images: make images-WL500gx make images-WL500g - make images-WL500b - make images-WL500bv2 - make images-WL300g + #make images-WL500b + #make images-WL500bv2 + #make images-WL300g #make images-WL331g #make images-WL331gl #make images-WL500gl diff -Burb 1926/src/router/mipsel-uclibc/version.conf 1927/src/router/mipsel-uclibc/version.conf --- 1926/src/router/mipsel-uclibc/version.conf 2004-12-02 03:39:51.000000000 +0300 +++ 1927/src/router/mipsel-uclibc/version.conf 2004-12-10 04:00:27.000000000 +0300 @@ -1,6 +1,6 @@ # Version Information used by addver in image section of Makefile KERNEL_VER="1.9" -FS_VER="2.6" +FS_VER="2.7" PRODUCTID="WL500gx" HWL1="0.02" HWH1="2.99" diff -Burb 1926/src/router/rc/common_ex.c 1927/src/router/rc/common_ex.c --- 1926/src/router/rc/common_ex.c 2004-12-03 19:46:47.000000000 +0300 +++ 1927/src/router/rc/common_ex.c 2004-12-10 04:03:12.000000000 +0300 @@ -229,12 +229,20 @@ #ifdef WPA2_WMM if (nvram_match("wl_auth_mode", "wpa")) { + nvram_set("wl_akm", "wpa wpa2"); nvram_set("wl0_akm", "wpa wpa2"); } else if (nvram_match("wl_auth_mode", "psk")) { + nvram_set("wl_akm", "psk psk2"); nvram_set("wl0_akm", "psk psk2"); } + else + { + nvram_set("wl_akm", ""); + nvram_set("wl0_akm", ""); + } + nvram_set("wl0_auth_mode", "none"); nvram_set("wl0_preauth", nvram_safe_get("wl_preauth")); nvram_set("wl0_net_reauth", nvram_safe_get("wl_net_reauth"));


