<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtl819xx/package/swconfig/Makefile, branch master</title>
<subtitle>Realtek rtl819xx port to OpenWrt</subtitle>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/'/>
<entry>
<title>[kernel] move lots of kernel related packages to the new system/ folder</title>
<updated>2012-10-17T22:45:58+00:00</updated>
<author>
<name>blogic</name>
<email>blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-10-17T22:45:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=4f2090ad48927532f42272c92c874cc370fc349b'/>
<id>4f2090ad48927532f42272c92c874cc370fc349b</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33830 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33830 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>add myself as a maintainer for various packages</title>
<updated>2012-10-08T11:41:02+00:00</updated>
<author>
<name>nbd</name>
<email>nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-10-08T11:41:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=369d1629e41ede576f92d4de775e03df0bc6ebb1'/>
<id>369d1629e41ede576f92d4de775e03df0bc6ebb1</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33660 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33660 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>swconfig: fix vlan/port configs being applied to all switches</title>
<updated>2011-10-03T23:39:31+00:00</updated>
<author>
<name>jogo</name>
<email>jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2011-10-03T23:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=b7d3d9d3cef2286b7266dc447265a0a21565b9b9'/>
<id>b7d3d9d3cef2286b7266dc447265a0a21565b9b9</id>
<content type='text'>
Check devn instead of dev (which will never be null at this point).

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28362 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check devn instead of dev (which will never be null at this point).

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28362 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>swconfig: fix backward compatibility</title>
<updated>2011-07-28T19:54:11+00:00</updated>
<author>
<name>juhosg</name>
<email>juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2011-07-28T19:54:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=746c2a7d3c33f4462abddfeccd3160c47f2770aa'/>
<id>746c2a7d3c33f4462abddfeccd3160c47f2770aa</id>
<content type='text'>
swconfig fails to load uci configuration after the generic switch
identifier changes.

root@OpenWrt:/# uci show network | grep switch
network.@switch[0]=switch
network.@switch[0].name=eth0
network.@switch[0].reset=1
network.@switch[0].enable_vlan=1
network.@switch_vlan[0]=switch_vlan
network.@switch_vlan[0].device=eth0
network.@switch_vlan[0].vlan=1
network.@switch_vlan[0].ports=0t 2 3 4 5
network.@switch_vlan[1]=switch_vlan
network.@switch_vlan[1].device=eth0
network.@switch_vlan[1].vlan=2
network.@switch_vlan[1].ports=0t 1
root@OpenWrt:/# swconfig dev eth0 load /etc/config/network
Failed to apply configuration for switch 'switch0'
root@OpenWrt:/# swconfig dev switch0 load /etc/config/network
Failed to apply configuration for switch 'switch0'

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27820 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
swconfig fails to load uci configuration after the generic switch
identifier changes.

root@OpenWrt:/# uci show network | grep switch
network.@switch[0]=switch
network.@switch[0].name=eth0
network.@switch[0].reset=1
network.@switch[0].enable_vlan=1
network.@switch_vlan[0]=switch_vlan
network.@switch_vlan[0].device=eth0
network.@switch_vlan[0].vlan=1
network.@switch_vlan[0].ports=0t 2 3 4 5
network.@switch_vlan[1]=switch_vlan
network.@switch_vlan[1].device=eth0
network.@switch_vlan[1].vlan=2
network.@switch_vlan[1].ports=0t 1
root@OpenWrt:/# swconfig dev eth0 load /etc/config/network
Failed to apply configuration for switch 'switch0'
root@OpenWrt:/# swconfig dev switch0 load /etc/config/network
Failed to apply configuration for switch 'switch0'

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27820 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>swconfig: Add generic switch identifiers</title>
<updated>2011-07-27T18:00:18+00:00</updated>
<author>
<name>jogo</name>
<email>jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2011-07-27T18:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=6c853478d6a9ef2ebf74d438fc343ae0b5f0e786'/>
<id>6c853478d6a9ef2ebf74d438fc343ae0b5f0e786</id>
<content type='text'>
Also make switches available under a generic name "switch&lt;num&gt;" for device
name agnostic access. The old device name is used as an alias for backward
compatibility.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27800 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also make switches available under a generic name "switch&lt;num&gt;" for device
name agnostic access. The old device name is used as an alias for backward
compatibility.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27800 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>package/swconfig: add sanity checks to prevent a segfault</title>
<updated>2011-01-08T17:30:33+00:00</updated>
<author>
<name>juhosg</name>
<email>juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2011-01-08T17:30:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=69e8309e23b96176a74c356e47c48bac610bdda1'/>
<id>69e8309e23b96176a74c356e47c48bac610bdda1</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24932 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24932 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>remove obsolete kernel dependencies and version checks</title>
<updated>2010-06-26T20:44:28+00:00</updated>
<author>
<name>nbd</name>
<email>nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-06-26T20:44:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=5b8b96e82353a69ba96469e4a368260e93d2782d'/>
<id>5b8b96e82353a69ba96469e4a368260e93d2782d</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>bump a bunch of packages updated after 10.03</title>
<updated>2010-05-16T13:46:57+00:00</updated>
<author>
<name>nico</name>
<email>nico@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-05-16T13:46:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=aa34b43e864bbfc9a420a9a445da3216d2ae69cd'/>
<id>aa34b43e864bbfc9a420a9a445da3216d2ae69cd</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21477 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21477 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[package] swconfig: mask on brcm47xx</title>
<updated>2010-04-30T15:55:08+00:00</updated>
<author>
<name>jow</name>
<email>jow@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-04-30T15:55:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=fa3b9983e28d206e0f1371368266f53ef55641a5'/>
<id>fa3b9983e28d206e0f1371368266f53ef55641a5</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21270 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21270 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[package] fix swconfig build failure on brcm63xx</title>
<updated>2010-04-12T14:01:55+00:00</updated>
<author>
<name>florian</name>
<email>florian@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-04-12T14:01:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=0a2c3fd8c22a97de5cf1c749ec882d790d03a67c'/>
<id>0a2c3fd8c22a97de5cf1c749ec882d790d03a67c</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20829 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20829 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
</feed>
