<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/package/utils/busybox, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2016-06-07T06:59:36Z</updated>
<entry>
<title>treewide: fix replace nbd@openwrt.org with nbd@nbd.name</title>
<updated>2016-06-07T06:59:36Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-06-07T06:59:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=b0684dafa3c9a4692bd965d1f2ed65c2c08bc6a1'/>
<id>urn:sha1:b0684dafa3c9a4692bd965d1f2ed65c2c08bc6a1</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;

SVN-Revision: 49379
</content>
</entry>
<entry>
<title>image / basefiles: make console password configurable</title>
<updated>2016-05-10T22:36:25Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:36:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=7d853840084a34a80abdb5cc6fde94ee524ffdbe'/>
<id>urn:sha1:7d853840084a34a80abdb5cc6fde94ee524ffdbe</id>
<content type='text'>
Signed-off-by: Daniel Dickinson &lt;openwrt@daniel.thecshore.com&gt;
Signed-off-by: John Crispin &lt;john@phrozen.org&gt;

SVN-Revision: 49325
</content>
</entry>
<entry>
<title>busybox: fix setting the kernel timezone</title>
<updated>2016-05-10T22:36:12Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:36:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=1377f84c456c34b794380202f664a0e2b9922ee5'/>
<id>urn:sha1:1377f84c456c34b794380202f664a0e2b9922ee5</id>
<content type='text'>
The settimeofday() syscall wrapper provided by musl filters out the timezone
argument, breaking the ability to set the kernel timezone through the function.

Adjust busybox patch to issue the syscall directly in order to circumvent the
problem.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;

SVN-Revision: 49322
</content>
</entry>
<entry>
<title>busybox: update to 1.24.2</title>
<updated>2016-04-17T12:53:31Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2016-04-17T12:53:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=ee302501cb2e3e9d4045aec2416d29c92c86ff64'/>
<id>urn:sha1:ee302501cb2e3e9d4045aec2416d29c92c86ff64</id>
<content type='text'>
Signed-off-by: Magnus Kroken &lt;mkroken@gmail.com&gt;
[remove Kconfig changes]
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;


SVN-Revision: 49189
</content>
</entry>
<entry>
<title>busybox: fix broken default for FEATURE_IP_ROUTE_DIR (#21845)</title>
<updated>2016-02-12T19:46:31Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-02-12T19:46:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=3ed6e632107c254919a31b099ed3c76b8afbc57f'/>
<id>urn:sha1:3ed6e632107c254919a31b099ed3c76b8afbc57f</id>
<content type='text'>
Changeset r47775 introduced a wrong default value "n" for the ip applets
config search path, breaking the handling of named routing tables and other
objects having alias configurations.

Fix the issue by providing a proper default value aligned with the value
used by full iproute2.

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

SVN-Revision: 48716
</content>
</entry>
<entry>
<title>busybox: fix route tables in ip rule show output</title>
<updated>2016-02-07T20:15:21Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-02-07T20:15:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=25ac77ab61b15e44fdb0e06b3a1d0931a868ed5a'/>
<id>urn:sha1:25ac77ab61b15e44fdb0e06b3a1d0931a868ed5a</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48649
</content>
</entry>
<entry>
<title>busybox: disable timestamp in version</title>
<updated>2016-01-28T22:42:25Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-28T22:42:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=1e461e0f1f4ba3d244dad4af0ac10253b01cd9fa'/>
<id>urn:sha1:1e461e0f1f4ba3d244dad4af0ac10253b01cd9fa</id>
<content type='text'>
Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;

SVN-Revision: 48539
</content>
</entry>
<entry>
<title>opkg: depend on uclient-fetch, disable busybox wget</title>
<updated>2016-01-19T23:35:04Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-19T23:35:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=51f3c33e4bc6d5fa1b1108a79a3d10d4c946a26e'/>
<id>urn:sha1:51f3c33e4bc6d5fa1b1108a79a3d10d4c946a26e</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48386
</content>
</entry>
<entry>
<title>busybox: fix broken IPv6 address displaying in ifconfig</title>
<updated>2016-01-18T11:11:26Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-18T11:11:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=e9e2628f9a1e5ee8f6d711181c2b9ccd0690c89d'/>
<id>urn:sha1:e9e2628f9a1e5ee8f6d711181c2b9ccd0690c89d</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48306
</content>
</entry>
<entry>
<title>busybox: adjust convert_menuconfig.pl to emit relative path references for Config.in files and refresh generated files</title>
<updated>2016-01-03T11:38:31Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-03T11:38:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=5904f4f479ee424ac6e0b7a2adc816015a20aa12'/>
<id>urn:sha1:5904f4f479ee424ac6e0b7a2adc816015a20aa12</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48078
</content>
</entry>
</feed>
