summaryrefslogtreecommitdiff
path: root/package/kernel/lantiq/ltq-adsl-mei
Commit message (Collapse)AuthorAgeFilesLines
* lantiq: more PKG_CHECK_FORMAT_SECURITY related fixesJohn Crispin2014-07-021-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41456
* 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
* packages: clean up the package folderJohn Crispin2013-06-214-0/+3573
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007