| Version/Model | SoC | RAM | Flash | WAN | LAN | USB | Serial | JTAG | OpenWrt Version Supported |
|---|---|---|---|---|---|---|---|---|---|
| v1 | Broadcom BCM4717A1 (354 MHz) | 32 MiB | 8 MiB | 1×1 | 4×1 | No | Yes | Yes | Chaos Calmer 15.05 WiFi (abgn) with closed source WiFi driver -OK- |
Get the brcm47xx firmware image openwrt-15.05-brcm47xx-mips74k-linksys-wrt320n-v1-squashfs.bin from https://downloads.openwrt.org/chaos_calmer/15.05/brcm47xx/mips74k/
Upgrade that via factory firmware's Administration → Firmware Upgrade selection.
Due to limited ram and flash (32/8), OpenWRT isn't officially supported anymore on this device. Therefore it is wise limit the amount of packages in a custom image.
sudo apt-get update && sudo apt-get upgrade sudo apt-get install build-essential libncurses-dev zlib1g-dev gawk git sudo apt install build-essential libncurses-dev zlib1g-dev gawk git gettext libssl-dev xsltproc rsync wget unzip python3 python3-distutils
mkdir ~/openwrt && cd ~/openwrt VERSION="23.05.5" wget https://downloads.openwrt.org/releases/$VERSION/targets/bcm47xx/mips74k/openwrt-imagebuilder-$VERSION-bcm47xx-mips74k.Linux-x86_64.tar.xz tar -J -x -f openwrt-imagebuilder-*.tar.xz cd openwrt-imagebuilder-*/
make clean
Tweaking the device so it acts like a switch with VLAN support, without dnsmasq and firewall (it still needs improvement, as the firewall is still installed).
make image PROFILE="linksys_wrt320n-v1" PACKAGES="base-files busybox ca-bundle -dnsmasq dropbear -firewall4 fstools kmod-gpio-button-hotplug kmod-leds-gpio -kmod-nft-offload libc libgcc -libustream-wolfssl logd mtd netifd -nftables nvram -odhcp6c -odhcpd-ipv6only opkg otrx -ppp -ppp-mod-pppoe procd procd-seccomp procd-ujail swconfig uci uclient-fetch urandom-seed urngd -wpad-basic-wolfssl kmod-b43 luci -kmod-nf-conntrack -kmod-nf-conntrack6 -kmod-nf-flow -kmod-nf-log -kmod-nf-log6 -kmod-nf-nat -kmod-nf-reject -kmod-nf-reject6 -kmod-nfnetlink -kmod-nft-core -kmod-nft-fib -kmod-nft-nat -kmod-nft-offload -libnftnl11 -nftables-json -luci-app-firewall" DISABLED_SERVICES="firewall dnsmasq"
make image PROFILE="linksys_wrt320n-v1" PACKAGES="base-files busybox ca-bundle -dnsmasq dropbear firewall4 fstools kmod-gpio-button-hotplug kmod-leds-gpio kmod-nft-offload libc libgcc -libustream-wolfssl logd mtd netifd nftables nvram -odhcp6c -odhcpd-ipv6only opkg otrx -ppp -ppp-mod-pppoe procd procd-seccomp procd-ujail swconfig uci uclient-fetch urandom-seed urngd -wpad-basic-wolfssl kmod-b43 luci micrond" DISABLED_SERVICES="firewall dnsmasq"
I needed 2,4ghz wireless “n” so i went for the propertary driver (kmod-brcm-wl) from start,
i didn't have time to play around with the open source drivers in CC (final).
I have tested this one driver (kmod-brcm-wl) now in CC (final), and it works fine on my WRT320N (bought in sweden).
I have earlier tested all the available broadcom drivers including kmod-brcm-wl for this router, and all have failed to work in various ways with CC develop release (unknown revision, was a few months ago..)
After that i went to fallback on BB as this wikipage told it was untested WiFi-wise. B43 driver works in 54mbit mode, and the link drops randomly, alot! if lucky, it worked 5mins without dropping. kmod-brcm-wl driver did not work at 'N' speed (300mbit) if i remeber correctly it worked at 54mbit mode but i dont remeber at what extent as i continued to use b43 even though it dropped connection.
i'm sure someone will get the open source drivers to work sometime.. then update the wiki with more subcategorys for the other drivers..
With CC (final) it works and whats needed as post-install on a vanilla installation (installation part above).
config wifi-device 'wl0' option type 'broadcom' option disabled '0' option channel '4' option txpower '16' config wifi-iface option device 'wl0' option network 'lan' option ssid 'OpenWrt' option key 'passphrase' option mode 'ap' option encryption 'psk2'
tnx goes to this post where i found how to do it..
This guide on dmach.net can be used too. It's actually a better guide.
Mirrored from: http://www.jiggy.ca/2011/03/how-to-mod-ciscolinksys-wrt320n-to-e2000/ Which is no longer present (checked 2013/06/24)
Posted on March 3, 2011 by Dave Kincade
This is a companion piece to my article explaining how to powerfully network your house. While setting up two Cisco/Linksys WRT320Ns to use DD-WRT, I saw in the DD-WRT wiki page that upgrading the firmware to the E2000 model can solve some problems.
I’d just gotten the routers so I never got a chance to see what those problems are, but I’m a sucker for new firmware so I had to upgrade. buddee’s guide is great and includes everything you need to do the upgrade, but I had a bit of a headache after reading his post so I’m going to lay it out here.
Congrats!