
My original post was here http://www.gargoyle-router.com/phpbb/vi ... =11&t=2601
After a lot of flashing between Gargoyle and OpenWRT I realised that Gargoyle can use my 3G modem without any extra packages required. Changing /etc/config/network worked and I got connected but each time I logged into the web interface /etc/config/network got overwritten for my 3G wan connection. Editing /www/basic.sh on line 40 from:
Code: Select all
has_usb_tty=$( ls /dev/ttyUSB* 2>/dev/null )
Code: Select all
has_usb_tty=$( ls /dev/ttyACM* 2>/dev/null )
Also had an issue with disconnects the whole time, so I added
Code: Select all
noipdefault
Hope this helps