WAG54GV3 Howto

From ProjectWiki
(Difference between revisions)
Jump to: navigation, search
(0)
(What did j00 do to fix0r this?!?!)
Line 5: Line 5:
 
comment4, http://oxycodone.blip.tv/ buy oxycodone,  yhysr, http://buyoxycontin.blip.tv/ buy oxycontin,  %P, http://painpillswithoutprescription.blip.tv/ pain pills without prescription,  04733, http://www.dontstayin.com/members/buy-oxycodone buy oxycodone without a prescription,  athfng, http://www.dontstayin.com/members/cialis-professional cialis professional,  :-)),
 
comment4, http://oxycodone.blip.tv/ buy oxycodone,  yhysr, http://buyoxycontin.blip.tv/ buy oxycontin,  %P, http://painpillswithoutprescription.blip.tv/ pain pills without prescription,  04733, http://www.dontstayin.com/members/buy-oxycodone buy oxycodone without a prescription,  athfng, http://www.dontstayin.com/members/cialis-professional cialis professional,  :-)),
  
==What did j00 do to fix0r this?!?!==
+
comment6, http://www.mmorpg.com/profile.cfm/username/BrandCialis brand cialis 100mg, %-P, http://www.mmorpg.com/profile.cfm/username/Proventil buy proventil inhaler without prescription, azcqd, http://tbll.nbc.com/blogs/Reductil/main/2010/06/02/buy-reductil-order-cheap-reductil-15mg-without-a-prescription buy reductil,  ksvbp, http://www.drawingnow.com/Albuterol buy albuterol,  fzlhl, http://www.drawingnow.com/Proscar buy cheap proscar,  >:-[[[,
Tbh, i cannot remember exactly, fixd few things, firstly finding the right toolchains and where to put it was a plus, then finding a few syntax errors in the main Makefile, and umm ummm, oh yah, finding that library file was pita mostly because i didn't get that it was looking for file to run 7zip and not link it or somethign and missing libstdc++blahblah, also installing bison and such...
+
 
+
diff of src/router/Makefile:
+
<source lang="diff">
+
249c249,250
+
<      fi )
+
---
+
>      fi
+
> #    fi )
+
294c295,296
+
<      fi )
+
---
+
>      fi
+
> #    fi )
+
367c369,370
+
<      fi )
+
---
+
>      fi
+
> #    fi )
+
</source>
+
 
+
Also, just rememered, was getting this error:
+
  make[3]: *** No rule to make target `sangam_atm/tn7atm.o', needed by `tiatm.o'Stop.
+
Seems the nuked the sources for this for some reason, but thankfully DID have a precompiled version laying about in:
+
WAG54GV3-AU_v1.00.22/src/router/lib/modules/2.4.17_mvl21-malta-mips_fp_le/kernel/drivers/atm/tiatm.o
+
So, I added rule to the atm Makefile to cp tiatm.o into the /src/linux/linux-2.4.17_mvl21/drivers/atm/
+
<source lang="diff">
+
185,186c185,189
+
< tiatm.o:      $(tiatm-objs)
+
<      $(LD) -r -o $@ $(tiatm-objs)
+
---
+
> #tiatm.o:     $(tiatm-objs)
+
> #    $(LD) -r -o $@ $(tiatm-objs)
+
>
+
> tiatm.o:
+
>      cp  ../../../../router/lib/modules/2.4.17_mvl21-malta-mips_fp_le/kernel/drivers/atm/tiatm.o ./
+
</source>
+
Which causes it to copy the precompiled object file insteads of trying to compile it... (oddly i went thru this whole procedure once without it erroring, was only on the second attempt it bitches, like idk?!)
+
  
 
==Ossum, yet useless cause its AU firmware wth?!==
 
==Ossum, yet useless cause its AU firmware wth?!==

Revision as of 10:04, 3 June 2010

comment2, http://forum.svmc.se/member.php?u=9004 kopa cialis online, 6350, http://forum.svmc.se/member.php?u=9005 kopa levitra 20mg receptfritt,  %-(((, http://www.ciklid.org/forum/member.php?u=12934 kopa viagra pa natet, 91880, http://loading.se/user_info.php?user_id=25746 bestall viagra online, 365, http://loading.se/user_info.php?user_id=25740 kop viagra, exznnb,

comment1, http://www.computer.org/portal/web/tse/forum/-/message_boards/message/2734826 buy metronidazole, vjrqtg, http://www.computer.org/portal/web/tse/forum/-/message_boards/message/2734841 buy gabapentin no prescription, >:-D, http://ewh.ieee.org/sb/spain/uned/index.php/foro?func=view&catid=2&id=3 cheap ritalin no prescription, 530, http://clubs.uci.edu/cae/forums/member.php?action=profile&uid=292 order phendimetrazine without a prescription, 707, http://clubs.uci.edu/cae/forums/member.php?action=profile&uid=293 buy contact lenses without prescription, 5076,

comment4, http://oxycodone.blip.tv/ buy oxycodone, yhysr, http://buyoxycontin.blip.tv/ buy oxycontin,  %P, http://painpillswithoutprescription.blip.tv/ pain pills without prescription, 04733, http://www.dontstayin.com/members/buy-oxycodone buy oxycodone without a prescription, athfng, http://www.dontstayin.com/members/cialis-professional cialis professional,  :-)),

comment6, http://www.mmorpg.com/profile.cfm/username/BrandCialis brand cialis 100mg,  %-P, http://www.mmorpg.com/profile.cfm/username/Proventil buy proventil inhaler without prescription, azcqd, http://tbll.nbc.com/blogs/Reductil/main/2010/06/02/buy-reductil-order-cheap-reductil-15mg-without-a-prescription buy reductil, ksvbp, http://www.drawingnow.com/Albuterol buy albuterol, fzlhl, http://www.drawingnow.com/Proscar buy cheap proscar, >:-[[[,

Ossum, yet useless cause its AU firmware wth?!

Likes zomg this is ossum, yet useless to me as i have EU or capitalist american firmware?! Well sry, i dont even own one of these and just did this for a friend, but the main problems were in the router/Makefile, you can prolly copy/pasta the modified Makefile from this version over and get it to work (it had several syntax errors... SYNTAX?! WTF?!?! i srsly suspect they just fux0rd it to prevent easy compilation).

jaja... sounds easy, but took 4 days :P


Linksys is a registered trademark of Cisco corporation. Linux is a registered trademark of Linus Torvalds. All information presented here without warranty implied or otherwise. The contributers and site owners are not responsible for your actions.

irssi scripts
eggdrop scripts