<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/noltari/package/base-files, branch reboot</title>
<subtitle>Staging tree of Alvaro Fernandez Rojas</subtitle>
<id>https://git.openwrt.org/openwrt/staging/noltari/atom?h=reboot</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/noltari/atom?h=reboot'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/'/>
<updated>2016-04-17T12:49:54Z</updated>
<entry>
<title>base-files: allow to set arbitrary ip address and netmask</title>
<updated>2016-04-17T12:49:54Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2016-04-17T12:49:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=ea6d36111ba9d76ba46b9382d47283aa015e7039'/>
<id>urn:sha1:ea6d36111ba9d76ba46b9382d47283aa015e7039</id>
<content type='text'>
Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 49179
</content>
</entry>
<entry>
<title>base-files: add function ucidef_set_interface_raw to enable default configuration on interfaces other than lan and wan.</title>
<updated>2016-03-10T19:07:17Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-03-10T19:07:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=63c9caaa91d2e6a2616078fdf131508e94add5dd'/>
<id>urn:sha1:63c9caaa91d2e6a2616078fdf131508e94add5dd</id>
<content type='text'>
Signed-off-by: Micke Prag &lt;micke.prag@telldus.se&gt;

SVN-Revision: 48976
</content>
</entry>
<entry>
<title>base-files: change type of adsl and vdsl to dsl only</title>
<updated>2016-03-07T11:03:29Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-03-07T11:03:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=956794c2e9b8875c895a88221658a33b7d582206'/>
<id>urn:sha1:956794c2e9b8875c895a88221658a33b7d582206</id>
<content type='text'>
Instead of having two different types adsl and vdsl just create one dsl
type. This way we can use the same luci code for adsl and vdsl and the
config parameters are not so different.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 48944
</content>
</entry>
<entry>
<title>lantiq: do not set default firmware file</title>
<updated>2016-03-07T11:03:18Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-03-07T11:03:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=4ac99abeb3c6301f921ad844bd70b9b53516cee4'/>
<id>urn:sha1:4ac99abeb3c6301f921ad844bd70b9b53516cee4</id>
<content type='text'>
We are now shipping a DSL firmware, do not set it by default to some
file name.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 48941
</content>
</entry>
<entry>
<title>base-files: support passing mode to ucidef_set_led_netdev()</title>
<updated>2016-02-26T14:49:17Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-02-26T14:49:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=eced3b3a355199e1a1b51cba41689d9336d95c40'/>
<id>urn:sha1:eced3b3a355199e1a1b51cba41689d9336d95c40</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 48806
</content>
</entry>
<entry>
<title>base-files: add support for speed mask to switch config init scripts</title>
<updated>2016-02-25T13:31:29Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-02-25T13:31:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=285d9e364e6df1b1209077b4730a2e268d813f00'/>
<id>urn:sha1:285d9e364e6df1b1209077b4730a2e268d813f00</id>
<content type='text'>
This patch adds extra parameter to switch LED trigger initialization
functions.  New functionality maintains backward compatibility, so
calling functions without setting new speed_mask parameter works
as expected.

Signed-off-by: Michal Cieslakiewicz &lt;michal.cieslakiewicz@wp.pl&gt;

SVN-Revision: 48776
</content>
</entry>
<entry>
<title>leds: support oneshot as well as timer triggers</title>
<updated>2016-02-25T10:14:16Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-02-25T10:14:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=c0c3f2d4c9178925f66f6df9fb0e4fcb370a8890'/>
<id>urn:sha1:c0c3f2d4c9178925f66f6df9fb0e4fcb370a8890</id>
<content type='text'>
oneshot and timer have the same configuration options, just a different
trigger name.

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;

SVN-Revision: 48770
</content>
</entry>
<entry>
<title>base-files: add netifd's default prelocal table to /etc/iproute2/rt_tables</title>
<updated>2016-02-09T12:34:05Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-02-09T12:34:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=117cef6d44659dcb5a60353675993b7fda518e19'/>
<id>urn:sha1:117cef6d44659dcb5a60353675993b7fda518e19</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 48685
</content>
</entry>
<entry>
<title>x86: preserve partition table on sysupgrade</title>
<updated>2016-02-09T12:33:17Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-02-09T12:33:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=4aeeead303cda2a85895fde9d3983eae323a30e1'/>
<id>urn:sha1:4aeeead303cda2a85895fde9d3983eae323a30e1</id>
<content type='text'>
With this patch sysupgrade will write directly to the partitions
instead of to the main disk.  The UUID is copied from the image
to the MBR as well.  This prevents the mbr from being completely
overwritten and losing the partition table.  The -p option has
been added to maintain the original behavior and overwite the
entire disk with the new image.  Tests have been added to ensure
that the image partitions match up with the active partitions.

Signed-off-by: Rob Mosher &lt;nyt-openwrt@countercultured.net&gt;

SVN-Revision: 48682
</content>
</entry>
<entry>
<title>base-files: honor CONFIG_TARGET_INIT_PATH</title>
<updated>2016-02-08T14:28:50Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-02-08T14:28:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=cc289e0adb936bf350db2037544d7eb8e5b084c3'/>
<id>urn:sha1:cc289e0adb936bf350db2037544d7eb8e5b084c3</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

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