[lantiq] move ltq-adsl
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 15 Dec 2012 02:00:33 +0000 (02:00 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 15 Dec 2012 02:00:33 +0000 (02:00 +0000)
commita16192382cba6631d70f4c1c58123e988a18e070
treefeb07c5645337a46e49206b262aa9c7be42162dd
parentcec4e04bcce665983ac35bd016b4cc585e98000c
[lantiq] move ltq-adsl

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34693 3c298f89-4303-0410-b956-a3cf2f4a3e73
68 files changed:
package/platform/lantiq/ltq-adsl-fw/Makefile [new file with mode: 0644]
package/platform/lantiq/ltq-adsl-mei/Makefile [new file with mode: 0644]
package/platform/lantiq/ltq-adsl-mei/src/Makefile [new file with mode: 0644]
package/platform/lantiq/ltq-adsl-mei/src/ifxmips_mei_interface.h [new file with mode: 0644]
package/platform/lantiq/ltq-adsl-mei/src/lantiq_mei.c [new file with mode: 0644]
package/platform/lantiq/ltq-adsl/Config.in [new file with mode: 0644]
package/platform/lantiq/ltq-adsl/Makefile [new file with mode: 0644]
package/platform/lantiq/ltq-adsl/patches/100-dsl_compat.patch [new file with mode: 0644]
package/platform/lantiq/ltq-adsl/patches/110-fix_status_polling_loop.patch [new file with mode: 0644]
package/platform/lantiq/ltq-adsl/patches/120-platform.patch [new file with mode: 0644]
package/platform/lantiq/ltq-atm/Makefile [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/Makefile [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_amazon_se.c [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_ar9.c [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_core.h [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_danube.c [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_fw_amazon_se.h [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_fw_ar9.h [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_fw_ar9_retx.h [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_fw_danube.h [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_fw_danube_retx.h [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_fw_regs_amazon_se.h [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_fw_regs_ar9.h [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_fw_regs_common.h [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_fw_regs_danube.h [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_fw_regs_vr9.h [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_fw_vr9.h [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_ppe_amazon_se.h [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_ppe_ar9.h [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_ppe_common.h [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_ppe_danube.h [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_ppe_vr9.h [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ifxmips_atm_vr9.c [new file with mode: 0644]
package/platform/lantiq/ltq-atm/src/ltq_atm.c [new file with mode: 0644]
package/system/ltq-dsl-fw/Makefile [deleted file]
package/system/ltq-dsl/Config.in [deleted file]
package/system/ltq-dsl/Makefile [deleted file]
package/system/ltq-dsl/patches/100-dsl_compat.patch [deleted file]
package/system/ltq-dsl/patches/110-fix_status_polling_loop.patch [deleted file]
package/system/ltq-dsl/patches/500-portability.patch [deleted file]
package/system/ltq-dsl/src/Makefile [deleted file]
package/system/ltq-dsl/src/ifx_atm.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_amazon_se.c [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_ar9.c [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_core.c [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_core.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_danube.c [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_fw_amazon_se.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_fw_ar9.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_fw_ar9_retx.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_fw_danube.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_fw_danube_retx.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_fw_regs_amazon_se.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_fw_regs_ar9.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_fw_regs_common.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_fw_regs_danube.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_fw_regs_vr9.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_fw_vr9.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_ppe_amazon_se.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_ppe_ar9.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_ppe_common.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_ppe_danube.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_ppe_vr9.h [deleted file]
package/system/ltq-dsl/src/ifxmips_atm_vr9.c [deleted file]
package/system/ltq-dsl/src/ifxmips_compat.h [deleted file]
package/system/ltq-dsl/src/ifxmips_mei_interface.h [deleted file]
package/system/ltq-dsl/src/lantiq_mei.c [deleted file]