Results 1 to 2 of 2

Thread: Firmware v1.9.2.7 GPL Sources

  1. #1
    Join Date
    Nov 2003
    Location
    Eindhoven
    Posts
    2,407

    Firmware v1.9.2.7 GPL Sources


    My little Asus Collection: Too much to fit inhere, my 2 babies:WL500w 1.9.2.7-10(OLEG) VX2SE Yellow Lamborghini notebook



    WL500g Forum Asus Files OpenDir

    Asusforum.NL -- Asusforum.DE -- Asusforum.RU -- Asusforum.PL -- Asusforum.NET -- Asusforum.EU -- Asusforum.BE -- Asusforum.ES -- Asusforum.INFO

  2. #2
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    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"));

Similar Threads

  1. Firmware v1.8.2.5 GPL Sources
    By Antiloop in forum WL-530g Firmware Releases
    Replies: 0
    Last Post: 27-04-2005, 00:48
  2. Firmware v1.9.2.6 GPL Sources
    By erik_bies in forum WL-500g Firmware Releases
    Replies: 14
    Last Post: 11-12-2004, 15:55
  3. Firmware v1.8.1.9 GPL Sources
    By Oleg in forum WL-500g Firmware Releases
    Replies: 0
    Last Post: 06-12-2004, 11:59
  4. Firmware v1.8.1.7 GPL Sources
    By Antiloop in forum WL-500g Firmware Releases
    Replies: 15
    Last Post: 16-08-2004, 14:20
  5. Firmware v1.7.5.6 GPL Sources
    By Antiloop in forum WL-500g Firmware Releases
    Replies: 0
    Last Post: 01-07-2004, 00:32

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •