More content.

This commit is contained in:
Franco Masotti 2018-04-09 00:12:12 +02:00
parent 3194a6b094
commit 53a110f15b
1 changed files with 14 additions and 2 deletions

View File

@ -24,12 +24,14 @@ One more reason not to use it.
- [Follow the instuctions](https://openwrt.org/toh/netgear/dg834g.v4?s[]=dg834gv4) reported on the OpenWrt wiki
but intead of getting Chaos Calamer get Attitude Adjustment.
- Change root password via luci
- Go to `http://192.168.1.1` and change thr root password via the *luci* web interface.
This will enable ssh.
- Enter ssh and
/etc/init.d/uhttpd stop
/etc/init.d/uhttpd disable
opkg remove --autoremove uci uhttpd
# repeat the following until no more packages are removed.
opkg remove --autoremove luci*
## Network and device configuration.
@ -70,6 +72,14 @@ One more reason not to use it.
option netmask '<router_s netmask>'
If you want to use this as a repeater:
/etc/init.d/dnsmasq stop
/etc/init.d/dnsmasq disable
This will disable the DHCP server.
## Attempt 1
### Problems
@ -95,4 +105,6 @@ One more reason not to use it.
Will include patching the original netgear firmware by removing the `sgfmgr`
file and boot line.
A 32 bit distribution with the appropriate unknown libraries is needed to run the software that rebuilds the image.