summaryrefslogtreecommitdiff
path: root/package/kernel/lantiq
Commit message (Collapse)AuthorAgeFilesLines
* package/kernel: add lantiq/ltq-vmmcLudovic Pouzenc2018-09-164-6/+267
|
* lantiq: more PKG_CHECK_FORMAT_SECURITY fixesJohn Crispin2014-07-022-0/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41473
* lantiq: more PKG_CHECK_FORMAT_SECURITY related fixesJohn Crispin2014-07-022-0/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41456
* ltq-vdsl-mei: disable PKG_CHECK_FORMAT_SECURITYJohn Crispin2014-07-011-0/+1
| | | | | | | | the build breaks when PKG_CHECK_FORMAT_SECURITY:=1 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41451
* ltq-hcd: disable mips16 supportFelix Fietkau2014-05-181-0/+2
| | | | | | | | | | This patch disables mips16 support in the ltq-hcd driver because some people reported slow speed and problems with usb storage devices, 3G dongles and wireless usb adapters. Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com> SVN-Revision: 40775
* ltq-vdsl-fw: vdsl_fw_install.sh: store firmware as tar.gz in flashFelix Fietkau2014-05-061-5/+14
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40716
* ltq-vdsl: force shell to bash to avoid compile errorsFelix Fietkau2014-05-061-0/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40713
* ltq-vdsl-mei: force shell to bash to avoid compile errorsFelix Fietkau2014-05-061-0/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40712
* lantiq: cleanup vdsl driver bringupJohn Crispin2014-04-092-2/+4
| | | | | | | | | | | | | | | | config interface 'wan' # a, b, j option annex b # a, b, av, bv option tone b # vdsl.bin option firmware # atm, ptm option xfer_mode atm Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40437
* lantiq: fix ptm crash under loadJohn Crispin2014-03-301-2/+2
| | | | | | | | https://dev.openwrt.org/ticket/14581 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40335
* ltq-adsl-mei: improve memory allocationJohn Crispin2014-03-301-9/+44
| | | | | | | | | | | | | The ltq-adsl-mei driver allocates memory for the ADSL firmware in a rather stupid way, leading to several 128k allocations, which fail when many services are enabled. This patch tries to allocate 64 kiB chunks, and only falls back to larger allocations if the returned pointers are not correctly aligned. Fixes out-of-memory errors on Danube boards with 32 MiB RAM. Signed-off-by: Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 40325
* ltq-vdsl: fix MIPS16 compile breakageJohn Crispin2014-03-301-0/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40308
* ltq-vdsl-mei: disable mips16 support (fixes #15284)Felix Fietkau2014-03-181-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39944
* ltq-vmmc: disable mips16 supportFelix Fietkau2014-03-111-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39876
* ltq-tapi: disable mips16 supportFelix Fietkau2014-03-111-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39875
* ltq-adsl: disable mips16 supportFelix Fietkau2014-03-111-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39874
* ltq-adsl: disable mips16 supportFelix Fietkau2014-03-111-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39873
* lantiq: fix unaligned access in vdsl firmware extractorJohn Crispin2014-01-211-13/+14
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39356
* lantiq: fix atm compileJohn Crispin2014-01-121-2/+0
| | | | | | | | https://dev.openwrt.org/ticket/14633 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39226
* lantiq: dont install deu test managerJohn Crispin2013-11-111-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38731
* lantiq: add some missing PKG_SOURCE_URLsHauke Mehrtens2013-10-122-1/+2
| | | | | | | | These URLs where missing and causes build failures. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38376
* lantiq: fix ltq_ptm compileJohn Crispin2013-10-072-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38329
* lantiq: fix bug in hcd gpio detetcion codeJohn Crispin2013-09-181-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38043
* lantiq: add v3.10 patchesJohn Crispin2013-09-173-22/+45
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38031
* lantiq: update packages for v3.10John Crispin2013-09-1710-16/+62
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38028
* lantiq: dont build ar10 driversJohn Crispin2013-07-221-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37500
* ltq-deu: add missing dependencyFelix Fietkau2013-07-191-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37439
* lantiq: move dsl tools to package/network/configJohn Crispin2013-07-088-918/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37198
* ltq-hcd: remove prebuilt moduleLuka Perkov2013-07-081-0/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37190
* packages: clean up the package folderJohn Crispin2013-06-21139-0/+70448
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007