summaryrefslogtreecommitdiffstats
path: root/package/swconfig/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* move lots of kernel related packages to the new system/ folderJohn Crispin2012-10-171-51/+0
| | | | SVN-Revision: 33830
* add myself as a maintainer for various packagesFelix Fietkau2012-10-081-0/+2
| | | | SVN-Revision: 33660
* swconfig: fix vlan/port configs being applied to all switchesJonas Gorski2011-10-031-1/+1
| | | | | | Check devn instead of dev (which will never be null at this point). SVN-Revision: 28362
* swconfig: fix backward compatibilityGabor Juhos2011-07-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* swconfig: Add generic switch identifiersJonas Gorski2011-07-271-1/+1
| | | | | | | | Also make switches available under a generic name "switch<num>" for device name agnostic access. The old device name is used as an alias for backward compatibility. SVN-Revision: 27800
* package/swconfig: add sanity checks to prevent a segfaultGabor Juhos2011-01-081-1/+1
| | | | SVN-Revision: 24932
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-1/+1
| | | | SVN-Revision: 21956
* bump a bunch of packages updated after 10.03Nicolas Thill2010-05-161-2/+2
| | | | SVN-Revision: 21477
* swconfig: mask on brcm47xxJo-Philipp Wich2010-04-301-1/+1
| | | | SVN-Revision: 21270
* fix swconfig build failure on brcm63xxFlorian Fainelli2010-04-121-0/+1
| | | | SVN-Revision: 20829
* swconfig: show tagged port flagGabor Juhos2010-01-201-1/+1
| | | | SVN-Revision: 19238
* swconfig: support providing the switch device name in an option instead of ↵Felix Fietkau2010-01-181-1/+1
| | | | | | 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-161-1/+1
| | | | | | 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-301-8/+9
| | | | SVN-Revision: 15508
* automatically configure switches when swconfig is installedFelix Fietkau2009-04-211-1/+2
| | | | SVN-Revision: 15328
* swconfig: implement uci loading supportFelix Fietkau2009-04-211-2/+2
| | | | 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-181-0/+47
SVN-Revision: 13009