summaryrefslogtreecommitdiffstats
path: root/package/swconfig
Commit message (Collapse)AuthorAgeFilesLines
* swconfig: add copyright for Martin MaresFelix Fietkau2010-02-151-0/+1
| | | | | | Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19642
* swconfig: use print_attr_val() in CMD_GETFelix Fietkau2010-02-151-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 commandFelix Fietkau2010-02-151-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 parsingFelix Fietkau2010-02-151-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 flagGabor Juhos2010-01-202-3/+7
| | | | SVN-Revision: 19238
* swconfig: support providing the switch device name in an option instead of ↵Felix Fietkau2010-01-183-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 Thill2009-09-261-0/+1
| | | | | | eglibc revisions SVN-Revision: 17749
* swconfig: clear ip address on the switch interface, this prevents duplicate ↵Jo-Philipp Wich2009-09-162-1/+2
| | | | | | assignments of 192.168.1.1 on the DIR-300 at least SVN-Revision: 17597
* bump some revisions and update copyrightsAndy Boyett2009-09-101-3/+3
| | | | SVN-Revision: 17554
* move /bin/swconfig to /sbinFelix Fietkau2009-08-241-2/+2
| | | | SVN-Revision: 17387
* swconfig: fix kernel version dependencyFelix Fietkau2009-06-011-1/+1
| | | | SVN-Revision: 16286
* swconfig: use libnl-tiny instead of libnlFelix Fietkau2009-04-302-13/+19
| | | | SVN-Revision: 15508
* automatically configure switches when swconfig is installedFelix Fietkau2009-04-212-1/+13
| | | | SVN-Revision: 15328
* swconfig: implement uci loading supportFelix Fietkau2009-04-216-64/+363
| | | | SVN-Revision: 15315
* swconfig: fix up kernel dependenciesFelix Fietkau2009-04-201-1/+1
| | | | SVN-Revision: 15304
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) when ↵Nicolas Thill2009-02-241-1/+0
| | | | | | appropriate SVN-Revision: 14651
* add new switch configuration apiFelix Fietkau2008-10-185-0/+1141
SVN-Revision: 13009