OpenWrt Forum Archive

Topic: Huawei HG622

The content of this topic has been archived on 8 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello, I have a Huawei HG622 xDSL router and I want to know if is possible to put OpenWRT on it.

I just want to use it as AP so I don't need the DSL modem drivers.

I read some documentation here: https://docs.google.com/folder/d/0B6wW1 … lqNlU/edit

And it has a MX29GL128EHT2I-90G chip, I don't know if this is important.

Anyone has this board with OpenWRT?

Thanks and best regards.

Hello!

Anyone knows, how to open the case without some kind of destruction?

Removing screws doesn't help much.

opty77 wrote:

Hello!

Anyone knows, how to open the case without some kind of destruction?

Removing screws doesn't help much.

I did it, just remove the screws and it is easy. If you want to compile and image use this steps:

wget https://github.com/Pteridium/openwrt/archive/bcm63xx-r36529.zip
unzip bcm63xx-r36529.zip
cd openwrt-bcm63xx-r36529/
./scripts/feeds update -a
./scripts/feeds install -a
make prereq
make menuconfig
#Target System (Broadcom BCM63xx)
#Target Profile (Ralink WiFi)
#in kernel modules -> wireless drivers -> "kmod-rt2x00-pci" and "kmod-rt2800-pci"
make -j 3 V=cs

The image is located in "bin/brcm63xx/openwrt-HG622-generic-squashfs-cfe.bin"

Regards.

jlazkano wrote:

I did it, just remove the screws and it is easy. If you want to compile and image use this steps:

I did, but it still holds in the upper part and if I use some force, it looks like it will break.

Mine is HG622u actually, does it matter?

The discussion might have continued from here.