Buffalo WHR-HP-GN Firmware Mini Version

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Author Message
VictorKruger
DD-WRT Novice


Joined: 04 Nov 2010
Posts: 1

PostPosted: Thu Nov 04, 2010 2:11    Post subject: Buffalo WHR-HP-GN Firmware Mini Version Reply with quote
I've been happily using the DD-wrt for some time on my Buffalo WHR-HP-GN Router. I came across today an article on how to incorporate an ad block service into a DD-Wrt router (http://sysadmingeek.com/articles/how-to-remove-advertisements-with-pixelserv-on-dd-wrt/).

As I quickly found out that the standard version of DD-WRT does not have jffs as an option and that you need either the mini or micro version of the firmware. I've been searching for several hours to locate a mini or micro version of the firmware for this router and I can't find it. Does it even exist for my router/chipset?
Sponsor
Sash
DD-WRT Guru


Joined: 20 Sep 2006
Posts: 17619
Location: Hesse/Germany

PostPosted: Thu Nov 04, 2010 9:59    Post subject: Reply with quote
i dont use jffs for this. search the wiki for the article
_________________
Forum Guidelines...How to get help
&
Forum Rules
&
RTFM/STFW
&
Throw some buzzwords into the WIKI search Exclamation
_________________
I'm NOT rude, just offer pure facts!
_________________
Atheros (TP-Link & Clones, etc ) debrick service in EU
_________________
Guide on HowTo be Safe, Secure and Protect Your Online Anonymity!
fyi2000
DD-WRT Guru


Joined: 04 Apr 2010
Posts: 642

PostPosted: Thu Nov 04, 2010 20:54    Post subject: Reply with quote
Even if you manage to install a mini version of DD-WRT, you still need to compile pixelserv.c for MIPS (Atheros), otherwise you can only install Perl or Microperl and run pixelserv.pl.

DD-WRT Forum :: View topic - pixelserv without perl, without any jffs/cifs/usb free (for MIPSEL like Brcm47xx)

If you get the pixelserv binary for Atheros, you can adapt mfractal's “disable-adds.sh” and place pixelserv at 192.168.1.254.
    DD-WRT Forum :: View topic - Remove ads directly on your router
    Code:
    logger_ads "New IP and ports setup"
       pixel="`ifconfig br0 | grep inet | awk '{ print $3 }' | awk -F ":" '{ print $2 }' | cut -c 1-10`"254
       /sbin/ifconfig br0:1 $pixel netmask "`ifconfig br0 | grep inet | awk '{ print $4 }' | awk -F ":" '{ print $2 }'`" broadcast "`ifconfig br0 | grep inet | awk '{ print $3 }' | awk -F ":" '{ print $2 }'`" up
    if [[ -z "`ps | grep -v grep | grep "httpd -p 81"`" && `nvram get http_lanport` -ne 81 ]] ; then
       logger_ads "it seems that the web-GUI is not setup yet"
       stopservice httpd
       nvram set http_lanport=81
       nvram set aviad_changed_nvram=1
       startservice httpd
    else
       logger_ads "The web-GUI is already setup"
    fi

DD-WRT Forum :: View topic - Possibility of adding perl to dd-wrt
Optware, the Right Way - DD-WRT Wiki
fyi2000
DD-WRT Guru


Joined: 04 Apr 2010
Posts: 642

PostPosted: Mon Nov 08, 2010 20:05    Post subject: Reply with quote
At the end of the following thread, user Oki had compiled a pixelserv binary for Atheros.

DD-WRT Forum :: View topic - Possibility of adding perl to dd-wrt

Blocking ads with OpenDNS.

DD-WRT Forum :: View topic - Effective Ad-Blocking with DD-WRT OpenDNS and Startup Script

Blocking URL's/IP's - DD-WRT Wiki

The following guides are written by member aviad_ra (a.k.a Hotfortech).

How to Remove Advertisements with Pixelserv on DD-WRT - How-To Geek (latest)
Hotfortech - How to remove advertisements with pixelserv on DD-WRT (old)
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum