メモ open-wrt化
WZR-AG-300HGをopen-wrt化した時の個人的なメモ
TFTP
入れるとき
[bat]
netsh interface ipv4 set neighbors "hoge" "192.168.1.1" "02-AA-BB-CC-DD-20"
tftp -i 192.168.1.1 PUT Z:\openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-tftp.bin
[/bat]
消すとき
[bat]
netsh interface ipv4 delete neighbors "hoge" "192.168.1.1" "02-AA-BB-CC-DD-20"
[/bat]
ddwrt>openwrt
cd /tmp wget https://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/openwrt-15.05.1-ar71xx-generic-wzr-hp-ag300h-squashfs-sysupgrade.bin mtd -r write openwrt-15.05.1-ar71xx-generic-wzr-hp-ag300h-squashfs-sysupgrade.bin linux
Discussion
New Comments
No comments yet. Be the first one!