move ltq-adsl
authorJohn Crispin <john@openwrt.org>
Sat, 15 Dec 2012 02:00:33 +0000 (02:00 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 15 Dec 2012 02:00:33 +0000 (02:00 +0000)
commit1d0a9d0c0470f774056e015431ae43e0175d2266
treef2da9a1682c30c82d4687a8e67a00eac2add7d11
parentc2738a9559f434db5d28282051741e24298344af
move ltq-adsl

SVN-Revision: 34693
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]