[lantiq] adds new lantiq kernel. once the codebase is fully tested and know to be...
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Dec 2010 22:57:16 +0000 (22:57 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Dec 2010 22:57:16 +0000 (22:57 +0000)
commit18a076fccdba90cd7bea1dd4cff1b6b0559b75f0
tree24f859f8849a0d5180c1bef85c758ce70aa43c80
parent8d8d887cb0eb75aed9192aadf2000308292548d1
[lantiq] adds new lantiq kernel. once the codebase is fully tested and know to be working on all the devices previously supported by ifxmips, we will drop ifxmips support.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24526 3c298f89-4303-0410-b956-a3cf2f4a3e73
52 files changed:
package/lqdsl-app/Makefile [new file with mode: 0644]
package/lqdsl-app/files/ifx_cpe_control_init.sh [new file with mode: 0644]
package/lqdsl/Config.in [new file with mode: 0644]
package/lqdsl/Makefile [new file with mode: 0644]
package/lqdsl/patches/100-dsl_compat.patch [new file with mode: 0644]
package/lqdsl/patches/500-portability.patch [new file with mode: 0644]
package/lqdsl/src/Makefile [new file with mode: 0644]
package/lqdsl/src/ifx_atm.h [new file with mode: 0644]
package/lqdsl/src/ifxmips_atm.h [new file with mode: 0644]
package/lqdsl/src/ifxmips_atm_core.c [new file with mode: 0644]
package/lqdsl/src/ifxmips_atm_core.h [new file with mode: 0644]
package/lqdsl/src/ifxmips_atm_danube.c [new file with mode: 0644]
package/lqdsl/src/ifxmips_atm_fw_danube.h [new file with mode: 0644]
package/lqdsl/src/ifxmips_atm_fw_regs_common.h [new file with mode: 0644]
package/lqdsl/src/ifxmips_atm_fw_regs_danube.h [new file with mode: 0644]
package/lqdsl/src/ifxmips_atm_ppe_common.h [new file with mode: 0644]
package/lqdsl/src/ifxmips_atm_ppe_danube.h [new file with mode: 0644]
package/lqdsl/src/ifxmips_compat.h [new file with mode: 0644]
package/lqdsl/src/ifxmips_mei_interface.h [new file with mode: 0644]
package/lqdsl/src/lantiq_mei.c [new file with mode: 0644]
target/linux/lantiq/Makefile [new file with mode: 0644]
target/linux/lantiq/base-files/etc/config/network [new file with mode: 0644]
target/linux/lantiq/base-files/etc/inittab [new file with mode: 0644]
target/linux/lantiq/base-files/lib/upgrade/platform.sh [new file with mode: 0755]
target/linux/lantiq/config-default [new file with mode: 0644]
target/linux/lantiq/image/Makefile [new file with mode: 0644]
target/linux/lantiq/modules.mk [new file with mode: 0644]
target/linux/lantiq/patches/000-mips-bad-intctl.patch [new file with mode: 0644]
target/linux/lantiq/patches/010-mips_clocksource_init_war.patch [new file with mode: 0644]
target/linux/lantiq/patches/020-genirq_fix.patch [new file with mode: 0644]
target/linux/lantiq/patches/100-board.patch [new file with mode: 0644]
target/linux/lantiq/patches/101-header.patch [new file with mode: 0644]
target/linux/lantiq/patches/104-board_xway.patch [new file with mode: 0644]
target/linux/lantiq/patches/105-header_xway.patch [new file with mode: 0644]
target/linux/lantiq/patches/106-early_printk.patch [new file with mode: 0644]
target/linux/lantiq/patches/110-machine.patch [new file with mode: 0644]
target/linux/lantiq/patches/200-serial.patch [new file with mode: 0644]
target/linux/lantiq/patches/210-nor.patch [new file with mode: 0644]
target/linux/lantiq/patches/211-nor_split.patch [new file with mode: 0644]
target/linux/lantiq/patches/230-xway_etop.patch [new file with mode: 0644]
target/linux/lantiq/patches/250-watchdog.patch [new file with mode: 0644]
target/linux/lantiq/patches/260-pci.patch [new file with mode: 0644]
target/linux/lantiq/patches/270-crypto.patch [new file with mode: 0644]
target/linux/lantiq/patches/300-udp_redirect.patch [new file with mode: 0644]
target/linux/lantiq/patches/310-atm_hack.patch [new file with mode: 0644]
target/linux/lantiq/patches/400-mach-arv45xx.patch [new file with mode: 0644]
target/linux/lantiq/patches/700-dwc_otg.patch [new file with mode: 0644]
target/linux/lantiq/patches/809-mt-vpe.patch [new file with mode: 0644]
target/linux/lantiq/patches/810-ar9-cache-split.patch [new file with mode: 0644]
target/linux/lantiq/patches/900-pci_ath5k_hook.patch [new file with mode: 0644]
target/linux/lantiq/xway/config-default [new file with mode: 0644]
target/linux/lantiq/xway/target.mk [new file with mode: 0644]