Hi, Josef.
Is it not DG814PN but DG834PN?
http://www.netgear.com/Products/Routers … 834PN.aspx
I got the tar ball and had a look.
owrt@localhost ~/dg834pn/DG834PN.V1.03.30_src $ ls
DG834PN_V1.03.30.img apps linux patch-apps target tools
README build.sh newimage.img patch-knl target.tar.bz2 uClibc-0.9.28
owrt@localhost ~/dg834pn/DG834PN.V1.03.30_src $ cat build.sh
#!/bin/sh
if [ "$1" = "" ] || [ "$2" = "" ] || [ "$3" = "" ] ; then
echo "Usage:" $0 "orignal_image fs_dir new_image"
exit
fi
echo
echo "Original Image:" $1
echo "Your Filesystem:" $2
echo "New Image:" $3
echo
echo "Press 'y' to continue"
read yn
if [ "$yn" = "y" ]; then
tools/mkcramfs -g -r $2 fs.bin
tools/bcmImageBuilder --output bcm963xx_fs_kernel --chip 6348 --board "96348GW-10" --blocksize 64 --cfefile tools/cfe6348.bin --rootfsfile fs.bin --kernelfile tools/vmlinux.lz
tools/makeImage $3 $1 bcm963xx_fs_kernel
rm -rf fs.bin bcm963xx_fs_kernel
echo $4 "Created!"
else
echo "EXIT!"
fi
owrt@localhost ~/dg834pn/DG834PN.V1.03.30_src $
https://dev.openwrt.org/wiki/brcm63xx-2.6
We have a rocky road ahead?
owrt@localhost ~/dg834pn/DG834PN.V1.03.30_src $ ls target/lib/modules/
adsl_phy.bin ipt_REJECT.ko ipt_random.ko wlan_acl.ko wlan_tkip.ko
ath_hal.ko ipt_http_uri.ko ipt_string.ko wlan_ccmp.ko wlan_wep.ko
ath_pci.ko ipt_mark.ko push_button.ko wlan_scan_ap.ko wlan_xauth.ko
ath_rate_v54beamflex.ko ipt_psd.ko wlan.ko wlan_scan_sta.ko
owrt@localhost ~/dg834pn/DG834PN.V1.03.30_src $
Does It have an Atheros module? Have you already opened your device?
regards,
zukky