summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway/profiles/arv.mk
Commit message (Collapse)AuthorAgeFilesLines
* add VG3503J supportJohn Crispin2013-04-111-0/+8
| | | | | | | | | | | | | | | | | this adds basic support. the bootloader on these units is locked down. until we have a replacement we can do basic testing with these env variables in uboot. set update_openwrt erase 0xb0020000 0xb073ffff \;tftp 0x81000000 openwrt-lantiq-xway-VG3503J-squashfs.image\;cp.b 0x81000000 0xb0020000 \$(filesize) set bootcmd cp.b 0xb0020000 0x80002000 0x400000\; go 0x80002000 unfortunatley the bootloader ignores the bootcmd, so autobooting is not possible yet. you need to call "run bootcmd" by hand after each power cycle. please note that the vdsl firmware is non redistributable. you can find it in the GPL drop that BT provides. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36315
* Add support for ARV4518PW R01 and rename R01A.John Crispin2013-01-281-3/+15
| | | | | | | | | | | | There are two different versions of SMC7908A-ISP: R01 and R01A. R01 has an internal clock for PCI, meanwhile R01A has an external clock. This fixes: https://dev.openwrt.org/ticket/12884 Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 35352
* add linux-v3.7John Crispin2012-12-151-3/+82
| | | | SVN-Revision: 34687
* add more profilesJohn Crispin2012-11-091-0/+25
SVN-Revision: 34131