<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/utils/busybox, 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/utils/busybox: probably from OpenWRT</title>
<updated>2018-09-16T17:34:33+00:00</updated>
<author>
<name>Ludovic Pouzenc</name>
<email>ludovic@pouzenc.fr</email>
</author>
<published>2018-09-16T17:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0b9d096ec9e86dfc56e04348bc838e333769c1de'/>
<id>0b9d096ec9e86dfc56e04348bc838e333769c1de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>package/utils/busybox: probably from OpenWRT</title>
<updated>2018-09-16T17:27:38+00:00</updated>
<author>
<name>Ludovic Pouzenc</name>
<email>ludovic@pouzenc.fr</email>
</author>
<published>2018-09-16T17:27:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e6dadf1a0c2ee17b6d692167229f439aff99b2fd'/>
<id>e6dadf1a0c2ee17b6d692167229f439aff99b2fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>busybox: Fix pam_start link errors when PAM support is enabled</title>
<updated>2014-08-18T13:10:08+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-08-18T13:10:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=406d53c6977b8ab9881763f6415c0324f28f2411'/>
<id>406d53c6977b8ab9881763f6415c0324f28f2411</id>
<content type='text'>
Patch to BusyBox Makefile to fix linker errors when PAM support is enabled by
CONFIG_BUSYBOX_CONFIG_PAM=y. Typical errors include:
login.c:(.text.login_main+0x122): undefined reference to `pam_start'

Signed-off-by: Stephen Parry &lt;sgparry@mainscreen.com&gt;

SVN-Revision: 42195
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch to BusyBox Makefile to fix linker errors when PAM support is enabled by
CONFIG_BUSYBOX_CONFIG_PAM=y. Typical errors include:
login.c:(.text.login_main+0x122): undefined reference to `pam_start'

Signed-off-by: Stephen Parry &lt;sgparry@mainscreen.com&gt;

SVN-Revision: 42195
</pre>
</div>
</content>
</entry>
<entry>
<title>busybox: fix validation in sysntpd init script</title>
<updated>2014-06-30T10:11:18+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2014-06-30T10:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9dd205b2ad5cdb761ebbc93b1c794942b8cb9a6f'/>
<id>9dd205b2ad5cdb761ebbc93b1c794942b8cb9a6f</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 41415
</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: 41415
</pre>
</div>
</content>
</entry>
<entry>
<title>build: disable the PKG_CHECK_FORMAT_SECURITY check for the failing packages</title>
<updated>2014-06-30T08:19:48+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-06-30T08:19:48+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b3b55de395b88cf8abf139038250549e1fc1d47d'/>
<id>b3b55de395b88cf8abf139038250549e1fc1d47d</id>
<content type='text'>
The idea is to gradually fix the packages

Signed-off-by: Etienne CHAMPETIER &lt;etienne.champetier@free.fr&gt;

SVN-Revision: 41411
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The idea is to gradually fix the packages

Signed-off-by: Etienne CHAMPETIER &lt;etienne.champetier@free.fr&gt;

SVN-Revision: 41411
</pre>
</div>
</content>
</entry>
<entry>
<title>busybox: use ntp enabled config option</title>
<updated>2014-06-27T07:55:03+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-06-27T07:55:03+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a51588a5f9a5c62206b467def65a13219f2fe0ad'/>
<id>a51588a5f9a5c62206b467def65a13219f2fe0ad</id>
<content type='text'>
Even if enabled option is missing from ntp configuration we are still keeping
default behavior.

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

SVN-Revision: 41355
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even if enabled option is missing from ntp configuration we are still keeping
default behavior.

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

SVN-Revision: 41355
</pre>
</div>
</content>
</entry>
<entry>
<title>busybox: remove redundant 6rd-patch</title>
<updated>2014-05-29T21:50:32+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2014-05-29T21:50:32+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8f8dc0959cbe188b6b51ef1e946e67fe85e4d0dd'/>
<id>8f8dc0959cbe188b6b51ef1e946e67fe85e4d0dd</id>
<content type='text'>
SVN-Revision: 40882
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 40882
</pre>
</div>
</content>
</entry>
<entry>
<title>busybox: udhcpc source IP rebind patch</title>
<updated>2014-05-29T10:35:34+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2014-05-29T10:35:34+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=50b663de47776e58c790488f6da914ce77eb5347'/>
<id>50b663de47776e58c790488f6da914ce77eb5347</id>
<content type='text'>
Patch sets the source IP address of DHCP request messages during rebind to the IP address
assigned to the udhcpc client. Source address 0.0.0.0 can only be used by a client prior
to obtaining its IP address (see RFC2131 § 4.1). Source IP address behavior lines up now with
the ISC dhcp client implementation for DHCP request messages during rebind and DHCP release
messages.

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;

SVN-Revision: 40878
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch sets the source IP address of DHCP request messages during rebind to the IP address
assigned to the udhcpc client. Source address 0.0.0.0 can only be used by a client prior
to obtaining its IP address (see RFC2131 § 4.1). Source IP address behavior lines up now with
the ISC dhcp client implementation for DHCP request messages during rebind and DHCP release
messages.

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;

SVN-Revision: 40878
</pre>
</div>
</content>
</entry>
<entry>
<title>busybox: add back missing crond config change</title>
<updated>2014-05-25T17:45:22+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-05-25T17:45:22+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6c6faf5f37382e878682728c159809c84a2f22dd'/>
<id>6c6faf5f37382e878682728c159809c84a2f22dd</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40853
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40853
</pre>
</div>
</content>
</entry>
<entry>
<title>busybox: update to 1.22.1</title>
<updated>2014-05-25T17:42:09+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-05-25T17:42:09+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f4f553efa787e1f8f25bb2176f5e6c4c3aa659a9'/>
<id>f4f553efa787e1f8f25bb2176f5e6c4c3aa659a9</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40852
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

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