<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/lantiq/base-files/lib/functions, branch master</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>lantiq: remove DSL_ChipSetHWVersion from status information</title>
<updated>2017-12-23T14:35:52+00:00</updated>
<author>
<name>Martin Schiller</name>
<email>ms@dev.tdt.de</email>
</author>
<published>2017-12-22T07:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=94952636e74efcc8ba8d63e69709a1b629aaf8e4'/>
<id>94952636e74efcc8ba8d63e69709a1b629aaf8e4</id>
<content type='text'>
The value DSL_ChipSetHWVersion is fetched from the dsl frontend
via the dsl_control service, but not really provided by the dsl
frontend firmware and for now always "UNKNOWN".

The lantiq support told us that this information wouldn't be
provided in the foreseeable future, so let's remove this
useless "UNKNOWN" information.

Signed-off-by: Martin Schiller &lt;ms@dev.tdt.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The value DSL_ChipSetHWVersion is fetched from the dsl frontend
via the dsl_control service, but not really provided by the dsl
frontend firmware and for now always "UNKNOWN".

The lantiq support told us that this information wouldn't be
provided in the foreseeable future, so let's remove this
useless "UNKNOWN" information.

Signed-off-by: Martin Schiller &lt;ms@dev.tdt.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: unify get_dt_led helper function</title>
<updated>2017-12-14T08:29:30+00:00</updated>
<author>
<name>Christian Lamparter</name>
<email>chunkeey@gmail.com</email>
</author>
<published>2017-11-28T21:51:06+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=da6fdce3652529ca255f66293645aeb28ad81eb3'/>
<id>da6fdce3652529ca255f66293645aeb28ad81eb3</id>
<content type='text'>
Lantiq and IPQ806X (which includes IPQ40XX) both define the
same custom function {ipq806x|lantiq}_get_dt_led.

This patch moves the function into the base-file package at
lib/functions/leds.sh to make it more accessible for other
targets as well.

Cc: Mathias Kresin &lt;dev@kresin.me&gt;
Cc: John Crispin &lt;john@phrozen.org&gt;
Cc: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
Signed-off-by: Christian Lamparter &lt;chunkeey@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lantiq and IPQ806X (which includes IPQ40XX) both define the
same custom function {ipq806x|lantiq}_get_dt_led.

This patch moves the function into the base-file package at
lib/functions/leds.sh to make it more accessible for other
targets as well.

Cc: Mathias Kresin &lt;dev@kresin.me&gt;
Cc: John Crispin &lt;john@phrozen.org&gt;
Cc: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
Signed-off-by: Christian Lamparter &lt;chunkeey@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lantiq: modified lantiq_dsl.sh status output of latency</title>
<updated>2017-06-02T20:49:45+00:00</updated>
<author>
<name>Helge Mader</name>
<email>ma@dev.tdt.de</email>
</author>
<published>2017-05-31T09:57:56+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=63a20c95fdbdd8543803136d4038c06b6ab45aeb'/>
<id>63a20c95fdbdd8543803136d4038c06b6ab45aeb</id>
<content type='text'>
Signed-off-by: Helge Mader &lt;ma@dev.tdt.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Helge Mader &lt;ma@dev.tdt.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lantiq: fix lantiq_dsl.sh status and lucistat output</title>
<updated>2017-06-02T20:49:33+00:00</updated>
<author>
<name>Helge Mader</name>
<email>ma@dev.tdt.de</email>
</author>
<published>2017-05-31T09:20:49+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=666dd85b3693390347ab2bfeaa2159585e054fd1'/>
<id>666dd85b3693390347ab2bfeaa2159585e054fd1</id>
<content type='text'>
Signed-off-by: Helge Mader &lt;ma@dev.tdt.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Helge Mader &lt;ma@dev.tdt.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: fix device tree path in scripts</title>
<updated>2017-05-26T13:18:30+00:00</updated>
<author>
<name>Mathias Kresin</name>
<email>dev@kresin.me</email>
</author>
<published>2017-05-26T13:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=822ee54544c05d031411ab673d33e6f3c4f452a4'/>
<id>822ee54544c05d031411ab673d33e6f3c4f452a4</id>
<content type='text'>
The device tree is at /proc/device-tree/ without a base subdir.

Fixes: da472e5b30f6 ("treewide: access device tree from userspace via /proc/")

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The device tree is at /proc/device-tree/ without a base subdir.

Fixes: da472e5b30f6 ("treewide: access device tree from userspace via /proc/")

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: access device tree from userspace via /proc/</title>
<updated>2017-05-26T06:04:15+00:00</updated>
<author>
<name>Mathias Kresin</name>
<email>dev@kresin.me</email>
</author>
<published>2017-05-10T08:44:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=da472e5b30f63b7f214b1d646ef0d955cbf3f295'/>
<id>da472e5b30f63b7f214b1d646ef0d955cbf3f295</id>
<content type='text'>
Access the device tree via /proc/device-tree/ is the documented way to
access the properties. Everything else might not work in future.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Access the device tree via /proc/device-tree/ is the documented way to
access the properties. Everything else might not work in future.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lantiq: remove lantiq_board_model, it is unused</title>
<updated>2017-03-22T10:43:22+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2017-03-17T15:21:49+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fd93f81fd85e964a697a5f550f7f162e3ec1ca05'/>
<id>fd93f81fd85e964a697a5f550f7f162e3ec1ca05</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lantiq: remove lantiq_board_name, use the generic function instead</title>
<updated>2017-03-22T10:43:21+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2017-03-17T15:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7e798dab56546d6f8e2fe0f913ff41e8f010af51'/>
<id>7e798dab56546d6f8e2fe0f913ff41e8f010af51</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lantiq: move lantiq_board_detect() to 03_preinit_board.sh</title>
<updated>2017-03-22T10:43:21+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2017-03-17T15:17:42+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=aa95d6cd20f7e08420562b9747c197c2eac1d2e2'/>
<id>aa95d6cd20f7e08420562b9747c197c2eac1d2e2</id>
<content type='text'>
It is only used there

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is only used there

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lantiq: introduce lantiq_is_vdsl_system</title>
<updated>2017-02-18T15:51:31+00:00</updated>
<author>
<name>Mathias Kresin</name>
<email>dev@kresin.me</email>
</author>
<published>2017-02-17T21:04:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=044a4eafd5e1a06eedee700bb4191f02674a9da1'/>
<id>044a4eafd5e1a06eedee700bb4191f02674a9da1</id>
<content type='text'>
Move the code to check if the current system is a system with vdsl
support to a dedicate function to make it reusable.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the code to check if the current system is a system with vdsl
support to a dedicate function to make it reusable.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</pre>
</div>
</content>
</entry>
</feed>
