<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/base-files/files/usr/share, 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>base-files: move network related scripts to a separate package to make the transition to netifd easier</title>
<updated>2011-10-20T15:01:06+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-10-20T15:01:06+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c2b5767572c7cece21f7739e416d59458278b7d8'/>
<id>c2b5767572c7cece21f7739e416d59458278b7d8</id>
<content type='text'>
SVN-Revision: 28495
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 28495
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: derive lease_acquired dhcp state var from /proc/uptime</title>
<updated>2011-02-10T20:05:05+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2011-02-10T20:05:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4e34fc521c3711c736c16c385f232fcd28408fc3'/>
<id>4e34fc521c3711c736c16c385f232fcd28408fc3</id>
<content type='text'>
SVN-Revision: 25452
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 25452
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: the busybox update to v1.15.3 completely broke udhcpc route option handling, repair default.script to work with the new format (#6435)</title>
<updated>2010-12-22T07:07:15+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-12-22T07:07:15+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3bd7985a0b6ad72f643c902f78ba622d3340eb01'/>
<id>3bd7985a0b6ad72f643c902f78ba622d3340eb01</id>
<content type='text'>
SVN-Revision: 24778
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 24778
</pre>
</div>
</content>
</entry>
<entry>
<title>base-file: add metric option for static and dhcp protos, this simplifies the management of multiple default routes</title>
<updated>2010-11-17T19:11:50+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-11-17T19:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d0ab35c115643db40b2bece8698ecd472f4ce147'/>
<id>d0ab35c115643db40b2bece8698ecd472f4ce147</id>
<content type='text'>
SVN-Revision: 24020
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 24020
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: utilize uci_get_state to read the previous dhcp router address in udhcpc default script. The setup_switch() procedure provided by swconfig calls config_load() during network restart and thus confuses udhcpc's uci state keeping resulting in a missing default route on each second network restart. Bypass the cached state vars and query uci directly to make the script immune against unwanted runtime changes.</title>
<updated>2010-10-04T00:07:07+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-10-04T00:07:07+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0fda5f750739ac512b6522575ab3fd6b257af387'/>
<id>0fda5f750739ac512b6522575ab3fd6b257af387</id>
<content type='text'>
SVN-Revision: 23211
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 23211
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: cached state vars after scan_interfaces might be out of sync when binding dhcp leases, this could lead to an unconfigured wan interface in certain circumstances. Replace config_get calls with uci_get_state</title>
<updated>2010-09-19T15:04:08+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-09-19T15:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=84b7b812f31a1cefcd29c5571e8da2b7792a2e8f'/>
<id>84b7b812f31a1cefcd29c5571e8da2b7792a2e8f</id>
<content type='text'>
SVN-Revision: 23091
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 23091
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: - use add_dns() and remove_dns() for when changing resolv.conf.auto for static or dhcp interfaces - force 0644 permissions when creating resolv.conf.auto, fixes dnsmasq permissions denied problem with pppd interfaces - revert dns servers in /sbin/ifdown - bump package revision</title>
<updated>2010-05-30T18:23:43+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-05-30T18:23:43+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=261d41a906a8afa3d8167b091ac0b891217d8251'/>
<id>261d41a906a8afa3d8167b091ac0b891217d8251</id>
<content type='text'>
SVN-Revision: 21638
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 21638
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: use uci_get() wrapper (#7312)</title>
<updated>2010-05-17T19:34:08+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-05-17T19:34:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ea06a67eac000f3e793ddcb945cbdf222a32c7e0'/>
<id>ea06a67eac000f3e793ddcb945cbdf222a32c7e0</id>
<content type='text'>
SVN-Revision: 21490
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 21490
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: revert dhcp state information on ifdown and restore pre-r19530 behaviour in udhcp default.script</title>
<updated>2010-02-12T02:06:57+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-02-12T02:06:57+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=250b52f6737c253a2b6ff3dd5804afbe3d0cfce0'/>
<id>250b52f6737c253a2b6ff3dd5804afbe3d0cfce0</id>
<content type='text'>
SVN-Revision: 19597
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 19597
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: fix udhcpc address acquisition on network restart (patch by Scott Dudley)</title>
<updated>2010-02-05T07:57:07+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-02-05T07:57:07+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=520ea8e5f940cdaf9e612310578a7d184077b85c'/>
<id>520ea8e5f940cdaf9e612310578a7d184077b85c</id>
<content type='text'>
SVN-Revision: 19530
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 19530
</pre>
</div>
</content>
</entry>
</feed>
