<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/base-files/files/lib, branch mtk-20170518</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>package/base-files: hack for mt7623 SoC boot, drop other boards</title>
<updated>2018-09-16T18:07:19+00:00</updated>
<author>
<name>Ludovic Pouzenc</name>
<email>ludovic@pouzenc.fr</email>
</author>
<published>2018-09-16T18:04:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=37fdcd5a407dfdee27a9bf201dac3cdff1e4ab88'/>
<id>37fdcd5a407dfdee27a9bf201dac3cdff1e4ab88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mt7xxx proprietary Wifi drivers integration + mac80211 weird changes</title>
<updated>2018-09-16T17:55:45+00:00</updated>
<author>
<name>Ludovic Pouzenc</name>
<email>ludovic@pouzenc.fr</email>
</author>
<published>2018-09-16T17:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c0ce88c586a467665b35d93c2f6962cac8e8dc27'/>
<id>c0ce88c586a467665b35d93c2f6962cac8e8dc27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>package/base-files: unknown delete /lib/functions/uci-defaults-new.sh</title>
<updated>2018-09-16T16:10:54+00:00</updated>
<author>
<name>Ludovic Pouzenc</name>
<email>ludovic@pouzenc.fr</email>
</author>
<published>2018-09-16T16:10:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=69e88fbf08b1a2bafeb83b0f0f1e86481bd5f430'/>
<id>69e88fbf08b1a2bafeb83b0f0f1e86481bd5f430</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>package/base-files: probably from OpenWRT</title>
<updated>2018-09-16T16:08:33+00:00</updated>
<author>
<name>Ludovic Pouzenc</name>
<email>ludovic@pouzenc.fr</email>
</author>
<published>2018-09-16T16:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=313dc0fb864ad72533100cb75e9072489e6eae3e'/>
<id>313dc0fb864ad72533100cb75e9072489e6eae3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: add a hardware detection layer</title>
<updated>2014-08-18T13:09:17+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-08-18T13:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=562d9f958290acd4323b24fbecfec43514b392e9'/>
<id>562d9f958290acd4323b24fbecfec43514b392e9</id>
<content type='text'>
this allows targets to use the new uci-default helper which will generate
a file called /etc/board.json. a tool called /bin/config_generate can then
be used to generate the default uci settings.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 42185
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this allows targets to use the new uci-default helper which will generate
a file called /etc/board.json. a tool called /bin/config_generate can then
be used to generate the default uci settings.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 42185
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: /lib/functions/network.sh: fix network_get_ipaddr6</title>
<updated>2014-08-11T18:15:18+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2014-08-11T18:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f63509ac89d9b955a048846641a2937600066904'/>
<id>f63509ac89d9b955a048846641a2937600066904</id>
<content type='text'>
When looking for the first ipaddr also consider the current prefix just
like network_get_ipaddrs6 does. If ipv6-address was empty the function
did not return the first ipaddr even if the list was non-empty.

fixes commit 83e9122f88a002871d5cdf421cf6aa6052b7e006

Signed-off-by: Henning Schild &lt;henning@hennsch.de&gt;

SVN-Revision: 42139
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When looking for the first ipaddr also consider the current prefix just
like network_get_ipaddrs6 does. If ipv6-address was empty the function
did not return the first ipaddr even if the list was non-empty.

fixes commit 83e9122f88a002871d5cdf421cf6aa6052b7e006

Signed-off-by: Henning Schild &lt;henning@hennsch.de&gt;

SVN-Revision: 42139
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: strip quotes from the MAC address in macaddr_canonicalize()</title>
<updated>2014-07-14T10:25:49+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2014-07-14T10:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=69abf630cf32e022cc56f405f2e335c4e913965f'/>
<id>69abf630cf32e022cc56f405f2e335c4e913965f</id>
<content type='text'>
Extracted from http://patchwork.openwrt.org/patch/5716/

Signed-off-by: Forest Crossman &lt;cyrozap@gmail.com&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 41639
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extracted from http://patchwork.openwrt.org/patch/5716/

Signed-off-by: Forest Crossman &lt;cyrozap@gmail.com&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 41639
</pre>
</div>
</content>
</entry>
<entry>
<title>sysupgrade: Enable killing of all processes under upgraded</title>
<updated>2014-07-10T19:16:27+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-07-10T19:16:27+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=be26421f455e392178c98328d142d1d2494e0ede'/>
<id>be26421f455e392178c98328d142d1d2494e0ede</id>
<content type='text'>
If the sysupgrade scripts is called under upgraded, it will not kill all
other processes as it should to avoid interference by locked filesystem.
This patch checks the parent and if it is upgraded, it kills all.

Signed-off-by: André Valentin &lt;avalentin@marcant.net&gt;

SVN-Revision: 41563
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the sysupgrade scripts is called under upgraded, it will not kill all
other processes as it should to avoid interference by locked filesystem.
This patch checks the parent and if it is upgraded, it kills all.

Signed-off-by: André Valentin &lt;avalentin@marcant.net&gt;

SVN-Revision: 41563
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: fix ramfs / nand upgrade</title>
<updated>2014-07-01T10:26:14+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-07-01T10:26:14+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=66ae4803e26d97297ced6f1586be66d5e12e7341'/>
<id>66ae4803e26d97297ced6f1586be66d5e12e7341</id>
<content type='text'>
/lib/{imx6,lantiq,...}.sh are needed in the ramfs for sysupgrade to work.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 41440
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
/lib/{imx6,lantiq,...}.sh are needed in the ramfs for sysupgrade to work.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 41440
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: define yes/no as valid boolean options</title>
<updated>2014-06-29T23:05:05+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2014-06-29T23:05:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=be2a05778792e34afffff28a28091acfb2984b63'/>
<id>be2a05778792e34afffff28a28091acfb2984b63</id>
<content type='text'>
ubox validate_data defines yes/no as valid boolean options, do the same in
config_get_bool too.

Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 41405
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ubox validate_data defines yes/no as valid boolean options, do the same in
config_get_bool too.

Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 41405
</pre>
</div>
</content>
</entry>
</feed>
