[lantiq] add ltq-ptm
authorJohn Crispin <blogic@openwrt.org>
Sat, 15 Dec 2012 02:00:13 +0000 (02:00 +0000)
committerJohn Crispin <blogic@openwrt.org>
Sat, 15 Dec 2012 02:00:13 +0000 (02:00 +0000)
commitcf52d3d0c8b06d37e6c6122e2ac39bfdf9e76293
treed969e80c047a1f82e1bba3a6f133fa1dbde80363
parent1e83d38b96c040da0cb44ae25e191734dbde6d87
[lantiq] add ltq-ptm

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34690 3c298f89-4303-0410-b956-a3cf2f4a3e73
27 files changed:
package/platform/lantiq/ltq-ptm/Makefile [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/Makefile [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_adsl.c [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_adsl.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_amazon_se.c [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_ar9.c [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_common.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_danube.c [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_amazon_se.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_ar9.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_danube.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_regs_adsl.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_regs_amazon_se.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_regs_ar9.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_regs_danube.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_regs_vdsl.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_regs_vr9.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_vr9.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_ppe_amazon_se.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_ppe_ar9.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_ppe_common.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_ppe_danube.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_ppe_vr9.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_test.c [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_vdsl.c [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_vdsl.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_vr9.c [new file with mode: 0644]