<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/lynxis/package, branch reboot</title>
<subtitle>lynxis staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/lynxis/atom?h=reboot</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/lynxis/atom?h=reboot'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/'/>
<updated>2016-04-26T11:44:29Z</updated>
<entry>
<title>zynq: Add Zybo device support</title>
<updated>2016-04-26T11:44:29Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-26T11:44:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=be1985471e009ac069a61c8e6680067058a6cb82'/>
<id>urn:sha1:be1985471e009ac069a61c8e6680067058a6cb82</id>
<content type='text'>
Signed-off-by: Jason Wu &lt;jason.wu.misc@gmail.com&gt;

SVN-Revision: 49257
</content>
</entry>
<entry>
<title>Zynq: Add Zedboard device support</title>
<updated>2016-04-26T11:44:26Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-26T11:44:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=869d3adc379aac12b8933d1f3072a809dcf748c5'/>
<id>urn:sha1:869d3adc379aac12b8933d1f3072a809dcf748c5</id>
<content type='text'>
Tested-by: Joe Zhang &lt;jz21082@gmail.com&gt;
Signed-off-by: Jason Wu &lt;jason.wu.misc@gmail.com&gt;

SVN-Revision: 49256
</content>
</entry>
<entry>
<title>dnsmasq: run as dedicated UID/GID</title>
<updated>2016-04-26T11:44:10Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-26T11:44:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=3481d0d793b87ed4c0f0fa899497f49060e5511d'/>
<id>urn:sha1:3481d0d793b87ed4c0f0fa899497f49060e5511d</id>
<content type='text'>
Running dnsmasq in a dedicated user/group allows matching its outgoing
traffic more easily using iptables' owner match.
Add UID/GID to the package metadata and append the user/group
parameters to the init script.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;

SVN-Revision: 49252
</content>
</entry>
<entry>
<title>mac80211: ath9k: add GPIO support for AR9280 chip</title>
<updated>2016-04-26T11:44:07Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-26T11:44:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=1a1bb3aaff9010f978f0743db04880ec6d4a42b1'/>
<id>urn:sha1:1a1bb3aaff9010f978f0743db04880ec6d4a42b1</id>
<content type='text'>
Enable access to GPIO on Atheros wireless chip AR9280.
Support for 9280 is added to existing 9285/9287 subsystem
because these 3 chips differ only in number of GPIO pins.

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

SVN-Revision: 49251
</content>
</entry>
<entry>
<title>usbutils: Update USB IDs list and drop gzip compression</title>
<updated>2016-04-26T11:43:49Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-26T11:43:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=7a7e27c6d049b5ae6baeaf892b148b1a24624546'/>
<id>urn:sha1:7a7e27c6d049b5ae6baeaf892b148b1a24624546</id>
<content type='text'>
Change mirror to Github (Gentoo repo) and drop the gzip compression.
Worst case there's about 4kbyte increase in size but most images ends up
beign somewhere between 4-100kbyte smaller due to the lzma compression.

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;

SVN-Revision: 49246
</content>
</entry>
<entry>
<title>lantiq: uboot-envtools on BTHOMEHUBV3A</title>
<updated>2016-04-26T11:43:11Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-26T11:43:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=152da8b240125d835b50cbdd82025643e41069e0'/>
<id>urn:sha1:152da8b240125d835b50cbdd82025643e41069e0</id>
<content type='text'>
Generate fw_env.config for BTHOMEHUBV3A.

Signed-off-by: Ben Mulvihill &lt;ben.mulvihill@gmail.com&gt;

SVN-Revision: 49236
</content>
</entry>
<entry>
<title>fstools: respect mount flags for /overlay mounts</title>
<updated>2016-04-25T15:54:35Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-04-25T15:54:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=80c1cfeddc5be4984a092e786207129435ab4b52'/>
<id>urn:sha1:80c1cfeddc5be4984a092e786207129435ab4b52</id>
<content type='text'>
Respect user configured mount flags such as "ro" or "sync" when processing
external overlay mount points.

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

SVN-Revision: 49223
</content>
</entry>
<entry>
<title>mac80211: add brcmfmac regression ("NULL pointer dereference") fix</title>
<updated>2016-04-25T15:32:20Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2016-04-25T15:32:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=f4edfc69a352d8de7bb1b334d514c9f611692b5b'/>
<id>urn:sha1:f4edfc69a352d8de7bb1b334d514c9f611692b5b</id>
<content type='text'>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 49222
</content>
</entry>
<entry>
<title>xtables-addons: build: fix configure compatiblity with POSIX shells</title>
<updated>2016-04-21T19:47:26Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-21T19:47:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=79c67071c6f355f3fd725f2f9a4a79ef9b97b520'/>
<id>urn:sha1:79c67071c6f355f3fd725f2f9a4a79ef9b97b520</id>
<content type='text'>
Fixes build with /bin/sh pointing to certain versions of dash (for example
on Void Linux).

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

SVN-Revision: 49218
</content>
</entry>
<entry>
<title>curl: remove file accidentally committed in r49197</title>
<updated>2016-04-19T20:18:50Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2016-04-19T20:18:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=a16ae0b6dfe4ffb6d13ccbb92e9483921c2f6f8c'/>
<id>urn:sha1:a16ae0b6dfe4ffb6d13ccbb92e9483921c2f6f8c</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

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