<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/xback/package/base-files, branch v17.01.2</title>
<subtitle>Staging tree of Koen Vandeputte</subtitle>
<id>https://git.openwrt.org/openwrt/staging/xback/atom?h=v17.01.2</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/xback/atom?h=v17.01.2'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/'/>
<updated>2017-06-10T11:08:02Z</updated>
<entry>
<title>LEDE v17.01.2: adjust config defaults</title>
<updated>2017-06-10T11:08:02Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2017-06-10T11:08:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=2da512ecf4631cd7812283f0931cf6bbf842a313'/>
<id>urn:sha1:2da512ecf4631cd7812283f0931cf6bbf842a313</id>
<content type='text'>
Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>base-files: network.sh: fix a number of IPv6 logic flaws</title>
<updated>2017-06-08T21:02:16Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-06-08T17:27:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=e5db08edf7b0d10ca50073107eb05dd3d671cd55'/>
<id>urn:sha1:e5db08edf7b0d10ca50073107eb05dd3d671cd55</id>
<content type='text'>
* Change network_get_subnet6() to sensibly guess a suitable prefix

  Attempt to return the first non-linklocal, non-ula range, then attempt
  to return the first non-linklocal range and finally fall back to the
  previous behaviour of simply returning the first found item.

* Fix network_get_ipaddrs_all()

  Instead of replicating the flawed logic appending a fixed ":1" suffix
  to IPv6 addresses, rely on network_get_ipaddrs() and network_get_ipaddrs6()
  to build a single list of all interface addresses.

* Fix network_get_subnets6()

  Instead of replicating the flawed logic appending a fixed ":1" suffix
  to IPv6 addresses, rely on the ipv6-prefix-assignment.local-address
  field to figure out the proper network address.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>base-files: network.sh: properly report local IPv6 addresses</title>
<updated>2017-06-08T10:06:50Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-06-08T10:02:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=df4363b607629710240dcaccf4e3f0bc6fae93ae'/>
<id>urn:sha1:df4363b607629710240dcaccf4e3f0bc6fae93ae</id>
<content type='text'>
Rework the network_get_ipaddr6() and network_get_ipaddrs6() functions to
fetch the effective local IPv6 address of delegated prefix from the
"local-address" field instead of naively hardcoding ":1" as static suffix.

Fixes FS#829.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>base-files: always set proto passed to _ucidef_set_interface()</title>
<updated>2017-06-03T18:41:26Z</updated>
<author>
<name>Mathias Kresin</name>
</author>
<published>2017-02-15T07:39:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=524ed5088e900821307694180d77038df5a3ea9a'/>
<id>urn:sha1:524ed5088e900821307694180d77038df5a3ea9a</id>
<content type='text'>
Overwrite an already set proto if a new one is passed to
_ucidef_set_interface() similar to what is done for the interface.

It is required when using ""ucidef_set_interface_wan 'ptm0' 'pppoe'"
after some initial wan interface configuration is already done by
ucidef_add_switch.

The "json_is_a protocol string" guard is meant to not reset an earlier
set interface proto in case something like
"ucidef_set_interface_lan 'eth0'" is used afterwards.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
</entry>
<entry>
<title>base-files: implement ucidef_set_hostname(), ucidef_set_ntpserver()</title>
<updated>2017-05-03T11:48:44Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-05-03T11:32:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=0c8f72639ff018510974dc3c4059ad23a5c5c358'/>
<id>urn:sha1:0c8f72639ff018510974dc3c4059ad23a5c5c358</id>
<content type='text'>
Commit 2036ae4 (base-files: support hostname and ntp servers through board.d)
was supposed to implement these procedures but lacked the required changes
to uci-defaults.sh.

Add the missing procedures now to fix config generation on targets relying
on hostname or NTP server presetting.

Fixes FS#754.

Reported-by: Cristian Morales Vega &lt;cristian@samknows.com&gt;
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>base-files: Added a deprecation notice on wifi detect</title>
<updated>2017-03-01T19:37:36Z</updated>
<author>
<name>David Pinilla Caparrós</name>
</author>
<published>2017-01-30T14:44:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=31c2461e3f776bca9963c4c03d8a012b793efbb2'/>
<id>urn:sha1:31c2461e3f776bca9963c4c03d8a012b793efbb2</id>
<content type='text'>
When running wifi detect, the user will be told on error output that
wifi detect is deprecated, that wifi config must be used instead. Also
the commit that changes it is referenced for further info.

Signed-off-by: David Pinilla Caparrós &lt;dpinitux@gmail.com&gt;
</content>
</entry>
<entry>
<title>base-files: Add wifi config to wifi command usage</title>
<updated>2017-03-01T19:37:36Z</updated>
<author>
<name>David Pinilla Caparrós</name>
</author>
<published>2017-01-30T14:15:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=8bb839e85a38118b1e4d7de92c92427a7e9c31bf'/>
<id>urn:sha1:8bb839e85a38118b1e4d7de92c92427a7e9c31bf</id>
<content type='text'>
Since commit 5f8f8a366136a07df661e31decce2458357c167a wifi detect does
not longer work and wifi config it's used to configure not yet
configured wireless devices.

This commit changes command usage to reflect that change.

Signed-off-by: David Pinilla Caparrós &lt;dpinitux@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: add buildbot specific config option for setting defaults</title>
<updated>2017-02-15T10:37:13Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-02-14T11:24:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=b8c9ded999bd740c6a7c5e2816f047f957f795ee'/>
<id>urn:sha1:b8c9ded999bd740c6a7c5e2816f047f957f795ee</id>
<content type='text'>
This can be used to tweak the buildbot behavior without having to change
buildbot's configuration.
It will also allow us to add more aggressive clean steps (e.g. on
toolchain changes), which would break developers' workflows if enable
by default.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>base-files: add /etc/iproute2/rt_protos</title>
<updated>2017-02-01T14:53:20Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2017-01-17T21:50:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=718c201b8275368fdc728671ac9d18a99701e0cb'/>
<id>urn:sha1:718c201b8275368fdc728671ac9d18a99701e0cb</id>
<content type='text'>
Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>base-files: uppercase default hostname: LEDE</title>
<updated>2017-02-01T14:40:20Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2017-01-11T03:21:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=754f474568118e124b27f80cb44a82f3a97c6ea1'/>
<id>urn:sha1:754f474568118e124b27f80cb44a82f3a97c6ea1</id>
<content type='text'>
The name will appear in shell prompt and LuCI page title.  Uppercase
letters seem to be more vigorous

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
</feed>
