@jeffsf, sorry was on vacation. Hopefully this is everything you need out of that file. @limbot, I may try the firmware upgrade as well depending on how far I get today.

root@OutInTheSticks:/etc/config# cat network

config interface 'loopback'
  option ifname 'lo'
  option proto 'static'
  option ipaddr '127.0.0.1'
  option netmask '255.0.0.0'

config globals 'globals'
  option ula_prefix 'fdc4:6cf5:7afc::/48'

config interface 'lan'
  option ifname 'eth1'
  option force_link '1'
  option type 'bridge'
  option proto 'static'
  option netmask '255.255.255.0'
  option ip6assign '60'
  option hostname 'GL-AR300M-7b9'
  option ipaddr '192.168.8.1'

config interface 'wan'
  option ifname 'eth0'
  option hostname 'GL-AR300M-7b9'
  option metric '10'
  option peerdns '0'
  option proto 'static'
  option ipaddr '192.168.1.42'
  option netmask '255.255.255.0'
  option gateway '192.168.1.1'
  option dns '8.8.8.8'

config interface 'wan6'
  option ifname 'eth0'
  option proto 'dhcpv6'

config interface 'wwan'
  option proto 'dhcp'
  option metric '20'
  option peerdns '0'
  option dns '8.8.8.8 8.8.4.4'

config interface 'modem'
  option proto '3g'
  option ifname '3g-modem'
  option device '/dev/ttyUSB2'
  option country 'country73'
  option sp 'isp0'
  option service 'umts'
  option dialnum '*99#'
  option apn 'broadband'
  option metric '40'
  option peerdns '0'
  option dns '8.8.8.8 8.8.4.4'