be6fb89dbc
ltq-hcd: remove ar10 and vr9 support
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 44858
2015-03-17 09:43:01 +00:00
e1bafd01a1
ltq-adsl-mei: fix bugs in linux 3.18 compatiblity change
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 44845
2015-03-16 13:05:49 +00:00
3edd66780f
ltq-adsl: fix bugs in linux 3.18 compatiblity change
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 44844
2015-03-16 13:05:42 +00:00
856bcb5d99
ltq-vdsl-fw: fix md5sum for new firmware
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 44770
2015-03-15 07:57:55 +00:00
e5aca03516
ltq-vdsl-fw: update firmware cutter URL for newer Speedport firmware ( fixes #19160 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 44767
2015-03-15 06:51:45 +00:00
1301ec9cba
lantiq: ltq-ptm-{ar9, ase, xway}: fix alloc_netdev for 3.18
...
buildbot complained about
ifxmips_ptm_adsl.c:1445:70: error: macro "alloc_netdev" requires 4 arguments, but only 3 given
g_net_dev[i] = alloc_netdev(0, g_net_dev_name[i], ether_setup);
^
fix that similar to the change made to ltq_ptm_vdsl.c
compile tested only.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
SVN-Revision: 44632
2015-03-09 14:07:14 +00:00
4f1b15b8ae
lantiq: fix netdev setup in ltq-ptm-vdsl
...
The initial fix for 3.18 in r44346 wrongly treated the newly added
parameter of alloc_netdev to be another function pointer, causing
ether_config to be skipped during ptm netdev init.
Fix this by partially reverting r44346 and properly setting the newly
added macro parameter.
(Tested on VRX200 board)
A similar change might be needed for ltq-ptm-adsl as well.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
SVN-Revision: 44607
2015-03-05 20:25:18 +00:00
46b6f6696d
lantiq: fix typo in script
...
Fix typo in firmware installer script.
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com >
SVN-Revision: 44351
2015-02-09 12:14:22 +00:00
006a6a2176
lantiq: fix dsl drivers for 3.18
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 44346
2015-02-09 12:12:52 +00:00
a3e2c6d3fa
ltq-vmmc: fix broken autoconf invocation
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org >
SVN-Revision: 43934
2015-01-11 16:53:59 +00:00
b8aad1b336
ltq-tapi: fix broken autoconf invocation
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org >
SVN-Revision: 43933
2015-01-11 16:53:52 +00:00
d32c5f0949
ltq-ifxos: fix broken autoconf invocation
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org >
SVN-Revision: 43932
2015-01-11 16:53:45 +00:00
23eb387ed2
ltq-adsl: fix broken autoconf invocation
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org >
SVN-Revision: 43931
2015-01-11 16:53:34 +00:00
375ff01fbc
lantiq: vr9-vdsl-fw: properly write firmware to flash
...
Using a redirect to a non-empty mtd partition will not erase the
blocks prior to writing to them resulting in broken dsl_fw.
Fix this by piping to mtd write - /dev/mtdX instead.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
SVN-Revision: 43125
2014-10-31 11:00:42 +00:00
93bbaa20d9
lantiq: remove the useless ltqtapi.mk include file
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 42778
2014-10-05 18:58:47 +00:00
22722f9cc9
lantiq: revert vr9 driver update as it causes problems
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 42556
2014-09-15 16:19:33 +00:00
ba7ba7bd05
lantiq: update to a newer versions of the vr9 drivers
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 42478
2014-09-11 18:22:31 +00:00
c195e0f227
ltq-deu: fix compile for 3.14
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 42477
2014-09-11 17:50:03 +00:00
7643f447b4
lantiq: more PKG_CHECK_FORMAT_SECURITY fixes
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 41473
2014-07-02 16:33:20 +00:00
e8800dadcc
lantiq: more PKG_CHECK_FORMAT_SECURITY related fixes
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 41456
2014-07-02 08:17:36 +00:00
7de917bc4b
ltq-vdsl-mei: disable PKG_CHECK_FORMAT_SECURITY
...
the build breaks when PKG_CHECK_FORMAT_SECURITY:=1
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 41451
2014-07-01 18:05:09 +00:00
681e5b7c0d
ltq-hcd: disable mips16 support
...
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
2014-05-18 21:12:55 +00:00
65160fd6e1
ltq-vdsl-fw: vdsl_fw_install.sh: store firmware as tar.gz in flash
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 40716
2014-05-06 21:06:27 +00:00
7ab9df5536
ltq-vdsl: force shell to bash to avoid compile errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 40713
2014-05-06 17:26:32 +00:00
9e3c44f82e
ltq-vdsl-mei: force shell to bash to avoid compile errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 40712
2014-05-06 17:26:27 +00:00
fa10b97b54
lantiq: cleanup vdsl driver bringup
...
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
2014-04-09 16:31:24 +00:00
99dc00776e
lantiq: fix ptm crash under load
...
https://dev.openwrt.org/ticket/14581
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 40335
2014-03-30 14:01:21 +00:00
7fc3d7d7a8
ltq-adsl-mei: improve memory allocation
...
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
2014-03-30 09:16:39 +00:00
64a36d0c65
ltq-vdsl: fix MIPS16 compile breakage
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 40308
2014-03-30 09:15:29 +00:00
eb46d59021
ltq-vdsl-mei: disable mips16 support ( fixes #15284 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 39944
2014-03-18 12:11:05 +00:00
01701e8b8e
ltq-vmmc: disable mips16 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 39876
2014-03-11 13:20:07 +00:00
eed23de58d
ltq-tapi: disable mips16 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 39875
2014-03-11 13:20:04 +00:00
0e2b5a6709
ltq-adsl: disable mips16 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 39874
2014-03-11 13:20:01 +00:00
7c885e6d1f
ltq-adsl: disable mips16 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 39873
2014-03-11 13:19:56 +00:00
2932416f48
lantiq: fix unaligned access in vdsl firmware extractor
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 39356
2014-01-21 09:51:16 +00:00
8b92c51e58
lantiq: fix atm compile
...
https://dev.openwrt.org/ticket/14633
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 39226
2014-01-12 12:06:47 +00:00
6836511779
lantiq: dont install deu test manager
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 38731
2013-11-11 12:22:12 +00:00
d8a35e8bb1
lantiq: add some missing PKG_SOURCE_URLs
...
These URLs where missing and causes build failures.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
SVN-Revision: 38376
2013-10-12 22:33:55 +00:00
6daa99144f
lantiq: fix ltq_ptm compile
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 38329
2013-10-07 20:13:32 +00:00
790b37bf02
lantiq: fix bug in hcd gpio detetcion code
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 38043
2013-09-18 16:31:49 +00:00
ea081b972f
lantiq: add v3.10 patches
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 38031
2013-09-17 21:46:10 +00:00
a5427eaee2
lantiq: update packages for v3.10
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 38028
2013-09-17 21:45:56 +00:00
c5672c2381
lantiq: dont build ar10 drivers
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 37500
2013-07-22 13:53:01 +00:00
7ff0a9309e
ltq-deu: add missing dependency
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 37439
2013-07-19 14:10:18 +00:00
4d5e993c27
lantiq: move dsl tools to package/network/config
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 37198
2013-07-08 09:01:38 +00:00
cbfb1ae349
[package] ltq-hcd: remove prebuilt module
...
Signed-off-by: Luka Perkov <luka@openwrt.org >
SVN-Revision: 37190
2013-07-08 00:37:50 +00:00
5a6fa69f76
packages: clean up the package folder
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 37007
2013-06-21 16:54:37 +00:00