<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/swconfig/src, branch master</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>move lots of kernel related packages to the new system/ folder</title>
<updated>2012-10-17T22:45:58+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2012-10-17T22:45:58+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a34499e09569241a21203c1327f3bfa8a888584f'/>
<id>a34499e09569241a21203c1327f3bfa8a888584f</id>
<content type='text'>
SVN-Revision: 33830
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 33830
</pre>
</div>
</content>
</entry>
<entry>
<title>swconfig: fix off-by-one error, causing segfaults on gcc 4.6+ (fixes #9765)</title>
<updated>2012-02-12T19:27:01+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-02-12T19:27:01+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=bc63786fbbe9c5ae2dd0d22f01707f0c9ef75422'/>
<id>bc63786fbbe9c5ae2dd0d22f01707f0c9ef75422</id>
<content type='text'>
SVN-Revision: 30485
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 30485
</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>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2011-10-03T23:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=936320f1f9efcb65cfb418b14507a5942f726cf7'/>
<id>936320f1f9efcb65cfb418b14507a5942f726cf7</id>
<content type='text'>
Check devn instead of dev (which will never be null at this point).

SVN-Revision: 28362
</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).

SVN-Revision: 28362
</pre>
</div>
</content>
</entry>
<entry>
<title>swconfig: hide inactive vlans on "swconfig dev switch0 show"</title>
<updated>2011-08-30T21:00:01+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-08-30T21:00:01+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7f9ad157b98e04fe1234552634b25a3a1b676337'/>
<id>7f9ad157b98e04fe1234552634b25a3a1b676337</id>
<content type='text'>
SVN-Revision: 28133
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 28133
</pre>
</div>
</content>
</entry>
<entry>
<title>swconfig: fix backward compatibility</title>
<updated>2011-07-28T19:54:11+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2011-07-28T19:54:11+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2e339a64660df0231c39d7dfe47bc92b270902d0'/>
<id>2e339a64660df0231c39d7dfe47bc92b270902d0</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'

SVN-Revision: 27820
</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'

SVN-Revision: 27820
</pre>
</div>
</content>
</entry>
<entry>
<title>swconfig: Add generic switch identifiers</title>
<updated>2011-07-27T18:00:18+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2011-07-27T18:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=eaa935658b7ec77bfd8b99b557ad196425b620f4'/>
<id>eaa935658b7ec77bfd8b99b557ad196425b620f4</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.

SVN-Revision: 27800
</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.

SVN-Revision: 27800
</pre>
</div>
</content>
</entry>
<entry>
<title>swconfig: make reset and enable_vlan default to 1 (based on patch by Nikolay Martynov)</title>
<updated>2011-07-03T04:20:18+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-07-03T04:20:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3d9f6f3d3536a14458009d1954460c824853743e'/>
<id>3d9f6f3d3536a14458009d1954460c824853743e</id>
<content type='text'>
SVN-Revision: 27375
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 27375
</pre>
</div>
</content>
</entry>
<entry>
<title>swconfig: avoid setting "NOVAL" attributes if "0" was provided as a value</title>
<updated>2011-07-03T04:19:59+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-07-03T04:19:59+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b017df3812168650ae72628c7d0bcff7c415934e'/>
<id>b017df3812168650ae72628c7d0bcff7c415934e</id>
<content type='text'>
SVN-Revision: 27374
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 27374
</pre>
</div>
</content>
</entry>
<entry>
<title>swconfig: add -lnl-genl (patch by Philip Prindeville) - purely cosmetic, swconfig uses libnl-tiny anyway</title>
<updated>2011-02-13T02:52:44+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-02-13T02:52:44+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=404fbd8c66826b4b15de36c88b331fd2350dc132'/>
<id>404fbd8c66826b4b15de36c88b331fd2350dc132</id>
<content type='text'>
SVN-Revision: 25509
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 25509
</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>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2011-01-08T17:30:33+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9a32655293fbdaf8ed4172f15746bc9cf3704133'/>
<id>9a32655293fbdaf8ed4172f15746bc9cf3704133</id>
<content type='text'>
SVN-Revision: 24932
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 24932
</pre>
</div>
</content>
</entry>
</feed>
