Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove obsolete kernel dependencies and version checks | Felix Fietkau | 2010-06-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 21956 | ||||
* | bump a bunch of packages updated after 10.03 | Nicolas Thill | 2010-05-16 | 1 | -2/+2 |
| | | | | SVN-Revision: 21477 | ||||
* | swconfig: mask on brcm47xx | Jo-Philipp Wich | 2010-04-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 21270 | ||||
* | swconfig: Add cpu port index to help output. | Gabor Juhos | 2010-04-16 | 3 | -1/+4 |
| | | | | | | | | | | | | | Let swconfig provide the cpu port index in its help page. This is needed as e.g. Atheros switches have their cpu port at port 0, not port 5. This could allow e.g. luci to get a rough overview of the layout of the switch. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 20939 | ||||
* | swconfig: Fix switch name. | Gabor Juhos | 2010-04-16 | 1 | -1/+1 |
| | | | | | | | | | | This patch fixes a small typo in swconfig's client side that caused it to print the interface name instead of the switch's device name on the help page. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 20938 | ||||
* | fix swconfig build failure on brcm63xx | Florian Fainelli | 2010-04-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 20829 | ||||
* | swconfig: Remove unused code | Felix Fietkau | 2010-02-19 | 1 | -6/+0 |
| | | | | | | Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19758 | ||||
* | swconfig: add copyright for Martin Mares | Felix Fietkau | 2010-02-15 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19642 | ||||
* | swconfig: use print_attr_val() in CMD_GET | Felix Fietkau | 2010-02-15 | 1 | -17/+2 |
| | | | | | | | | | Use the print_attr_val() function introduced by the previous patch to simplify the get command. Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19641 | ||||
* | swconfig: add show command | Felix Fietkau | 2010-02-15 | 1 | -1/+88 |
| | | | | | | | | | Add a "show" command, which displays all attributes of the selected port, VLAN, or of the whole switch. Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19640 | ||||
* | swconfig: clean up command line parsing | Felix Fietkau | 2010-02-15 | 1 | -45/+35 |
| | | | | | | | | | The command line parser was unsystematic and it silently ignored many illegal combinations of options. Try to clean that up. Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19639 | ||||
* | swconfig: show tagged port flag | Gabor Juhos | 2010-01-20 | 2 | -3/+7 |
| | | | | SVN-Revision: 19238 | ||||
* | swconfig: support providing the switch device name in an option instead of ↵ | Felix Fietkau | 2010-01-18 | 3 | -3/+23 |
| | | | | | | the section name - necessary to support switches that contain characters such as "-" SVN-Revision: 19208 | ||||
* | add _GNU_SOURCE to CPPFLAGS required to include <bits/socket.h> on recent ↵ | Nicolas Thill | 2009-09-26 | 1 | -0/+1 |
| | | | | | | eglibc revisions SVN-Revision: 17749 | ||||
* | swconfig: clear ip address on the switch interface, this prevents duplicate ↵ | Jo-Philipp Wich | 2009-09-16 | 2 | -1/+2 |
| | | | | | | assignments of 192.168.1.1 on the DIR-300 at least SVN-Revision: 17597 | ||||
* | bump some revisions and update copyrights | Andy Boyett | 2009-09-10 | 1 | -3/+3 |
| | | | | SVN-Revision: 17554 | ||||
* | move /bin/swconfig to /sbin | Felix Fietkau | 2009-08-24 | 1 | -2/+2 |
| | | | | SVN-Revision: 17387 | ||||
* | swconfig: fix kernel version dependency | Felix Fietkau | 2009-06-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 16286 | ||||
* | swconfig: use libnl-tiny instead of libnl | Felix Fietkau | 2009-04-30 | 2 | -13/+19 |
| | | | | SVN-Revision: 15508 | ||||
* | automatically configure switches when swconfig is installed | Felix Fietkau | 2009-04-21 | 2 | -1/+13 |
| | | | | SVN-Revision: 15328 | ||||
* | swconfig: implement uci loading support | Felix Fietkau | 2009-04-21 | 6 | -64/+363 |
| | | | | SVN-Revision: 15315 | ||||
* | swconfig: fix up kernel dependencies | Felix Fietkau | 2009-04-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 15304 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) when ↵ | Nicolas Thill | 2009-02-24 | 1 | -1/+0 |
| | | | | | | appropriate SVN-Revision: 14651 | ||||
* | add new switch configuration api | Felix Fietkau | 2008-10-18 | 5 | -0/+1141 |
SVN-Revision: 13009 |