<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/base-files/Makefile, 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>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: properly escape strings for version info</title>
<updated>2014-07-29T13:30:23+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-07-29T13:30:23+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d5653558ac0044824974c7e73d349e4b2747e3ab'/>
<id>d5653558ac0044824974c7e73d349e4b2747e3ab</id>
<content type='text'>
Make sure they don't break the sed command, and also make device_info
and openwrt_release more robust for parsing by scripts

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41885
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure they don't break the sed command, and also make device_info
and openwrt_release more robust for parsing by scripts

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41885
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: add extra version configuration options for OEM manufacturer info</title>
<updated>2014-07-29T13:30:12+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-07-29T13:30:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=dbb77e39a07a86b18ecc4ce27bb2841e0a099c9d'/>
<id>dbb77e39a07a86b18ecc4ce27bb2841e0a099c9d</id>
<content type='text'>
Creates /etc/device_info which will be used to fill in information for
WPS and other protocols that need manufacturer/device information

This helps with creating OpenWrt firmware for OEM or rebranded devices.

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41884
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Creates /etc/device_info which will be used to fill in information for
WPS and other protocols that need manufacturer/device information

This helps with creating OpenWrt firmware for OEM or rebranded devices.

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41884
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: add enabled config option for ntp service</title>
<updated>2014-06-27T07:52:06+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-06-27T07:52:06+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=818e38625f5ebc050005183c7a11e8ca33243bf7'/>
<id>818e38625f5ebc050005183c7a11e8ca33243bf7</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 41354
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 41354
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: depend on jsonfilter and rewrite network.sh to use it</title>
<updated>2014-06-19T16:06:44+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2014-06-19T16:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7eb721425e9655a5910f06d54672e2f639414c39'/>
<id>7eb721425e9655a5910f06d54672e2f639414c39</id>
<content type='text'>
Switches /lib/functions/network.sh from jshn based json parsing to
jsonfilter expression while keeping the existing api.

Expensive methods like "network_find_wan" are up to 20x faster now.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 41281
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switches /lib/functions/network.sh from jshn based json parsing to
jsonfilter expression while keeping the existing api.

Expensive methods like "network_find_wan" are up to 20x faster now.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 41281
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: calling stop_service before procd_kill.</title>
<updated>2014-06-02T12:42:44+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-06-02T12:42:44+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=44e2de03a4a96a01a732b33bf14c059da1924304'/>
<id>44e2de03a4a96a01a732b33bf14c059da1924304</id>
<content type='text'>
Before this patch, doing `/e/c/network restart' will emit the folloing
error by `ubus network.wireless down "{}"' because netifd already quit
by that time.

	Command failed: not found

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;

SVN-Revision: 40906
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before this patch, doing `/e/c/network restart' will emit the folloing
error by `ubus network.wireless down "{}"' because netifd already quit
by that time.

	Command failed: not found

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;

SVN-Revision: 40906
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: remove duplicate stop_service() function.</title>
<updated>2014-04-27T18:48:57+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-04-27T18:48:57+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c622a371013a6ab059de313768664ab948fe8c63'/>
<id>c622a371013a6ab059de313768664ab948fe8c63</id>
<content type='text'>
It was introduced in commit 2f966e8, "base-files: add a post start hook
for procd managed services".

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;

SVN-Revision: 40576
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was introduced in commit 2f966e8, "base-files: add a post start hook
for procd managed services".

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;

SVN-Revision: 40576
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: expose taint flags in /etc/openwrt_release</title>
<updated>2014-01-31T15:48:47+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2014-01-31T15:48:47+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6ae1433ab91bc48f9a47920705d1866be8cadb9e'/>
<id>6ae1433ab91bc48f9a47920705d1866be8cadb9e</id>
<content type='text'>
SVN-Revision: 39437
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 39437
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: add ucidef_add_switch_port function</title>
<updated>2014-01-23T11:33:41+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2014-01-23T11:33:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d66d2ad104751b30d5d09e3feac4e5dff12429b1'/>
<id>d66d2ad104751b30d5d09e3feac4e5dff12429b1</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 39372
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 39372
</pre>
</div>
</content>
</entry>
<entry>
<title>sysupgrade: do not kill any processes in failsafe</title>
<updated>2014-01-17T22:12:05+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-01-17T22:12:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f18112883fbcea0a9e3cf7dd70531dc0a985aed0'/>
<id>f18112883fbcea0a9e3cf7dd70531dc0a985aed0</id>
<content type='text'>
sysugrade killed the lock causing failsafe to stop

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;

SVN-Revision: 39318
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sysugrade killed the lock causing failsafe to stop

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;

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