Commit Graph

41 Commits (b1e7cd577b242e177a7a9f4adcd76aad8efd1e90)

Author SHA1 Message Date
Jo-Philipp Wich 501e154d03 switch: explicitely clear port mappings in unsused vlans (#7082)
SVN-Revision: 20717
2010-04-05 13:51:26 +00:00
Nicolas Thill 2d100861a4 switch: suppress boot error message on 2.4
SVN-Revision: 19922
2010-03-01 01:12:57 +00:00
Jo-Philipp Wich 96e4312e7e switch: eliminate the asterisk from the switch port configuration and set it automatically on the first vlan, this aligns the broadcom vlan config with the swconfig format
SVN-Revision: 19909
2010-02-28 16:40:06 +00:00
Florian Fainelli f4edda27af switch: do not include linux/autoconf.h (#6513)
SVN-Revision: 19903
2010-02-28 12:57:57 +00:00
Jo-Philipp Wich 194f32bc26 change switch config to swconfig style format to remain consistent accross platforms
SVN-Revision: 18425
2009-11-15 18:43:46 +00:00
Florian Fainelli 5a13cc0726 fix breakage on wl500gp after r18214, thanks sn9 (#6084)
SVN-Revision: 18289
2009-11-03 20:35:37 +00:00
John Crispin 2d57b56bce make etehrent work on wrt350n, thx sn9
SVN-Revision: 18214
2009-10-29 21:26:36 +00:00
Hauke Mehrtens 8673372e20 add patches for kernel 2.6.31
This is completly untested. Only a compile tests with the default config was done!

SVN-Revision: 17734
2009-09-26 11:48:48 +00:00
Florian Fainelli 369db35a29 fix oops in switch-robo on brcm63xx, thanks to Daniel Dickinson (#5053)
SVN-Revision: 15611
2009-05-05 06:32:45 +00:00
Florian Fainelli 9051239daf prevent kmod-switch from accessing nvram on brcm63xx (#5035)
SVN-Revision: 15555
2009-05-02 10:01:09 +00:00
Florian Fainelli 210254c279 fix nvram_get checking on non-WGT634U (#4975)
SVN-Revision: 15319
2009-04-21 09:25:51 +00:00
Florian Fainelli 6f80c9cc7c fix strange LED behavior with Netgear WGT634U (#3552)
SVN-Revision: 15290
2009-04-20 10:27:46 +00:00
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
SVN-Revision: 15242
2009-04-17 14:09:46 +00:00
Florian Fainelli 04909ca614 allow kmod-switch to be used on brcm63xx (#4599)
SVN-Revision: 14825
2009-03-09 21:57:11 +00:00
Felix Fietkau 529e87f6c5 switch: remove message about BFL_ENETADM not being set on systems with a roboswitch
SVN-Revision: 13100
2008-11-02 23:14:16 +00:00
Felix Fietkau 40990382e5 (4/6) bcm57xx: switch-core.c/switch-robo.c check for port already registered
This patch prevents switch-robo.c from attempting robo_probe on a port
that is already registered.  robo_probe will adjust kernel reference counts
if it detects a switch on the port.  If this patch wasn't applied, the
wrt350n would hang on reboot, waiting for the network driver reference count
to reach zero indefinitely.

Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu>

SVN-Revision: 11469
2008-06-15 11:10:27 +00:00
Peter Denison f027ecb2cf Stopgap compilation fixes for diag and switch under 2.6.25
SVN-Revision: 11231
2008-05-20 22:33:45 +00:00
Peter Denison 72d40dec08 Allow package/switch to compile against 2.6.25
SVN-Revision: 11138
2008-05-14 15:03:05 +00:00
Michael Büsch 6a2a1e251b Check the return values of kmalloc()
SVN-Revision: 10599
2008-03-13 15:22:46 +00:00
Felix Fietkau d65241e13b fix switch-robo.c compile errors on linux 2.4
SVN-Revision: 10539
2008-03-01 15:34:17 +00:00
Michael Büsch a9cddc69ec Fix the roboswitch code for the WRT350N
SVN-Revision: 10531
2008-02-27 22:35:41 +00:00
Michael Büsch faa14263f5 ssb: Make the GPIO API reentrancy safe.
SVN-Revision: 10496
2008-02-19 15:22:17 +00:00
Felix Fietkau d9e54d1e0b export switch-core.h to $(STAGING_DIR)
SVN-Revision: 10138
2008-01-06 19:28:26 +00:00
Felix Fietkau e3ecefbd23 fix adm switch misdetection, which led to bogus button events that caused the system to shut down
SVN-Revision: 9555
2007-11-16 03:11:09 +00:00
Felix Fietkau a9d683ca91 major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets
SVN-Revision: 8694
2007-09-08 19:55:42 +00:00
Nicolas Thill e3dc76af1b fix board name for nvram and switch packages on brcm-2.4 after [8653]
SVN-Revision: 8664
2007-09-07 12:54:24 +00:00
Nicolas Thill 34bb4638e7 move package description to a separate definition, remove it when DESCRIPTION=TITLE
SVN-Revision: 8659
2007-09-07 08:34:51 +00:00
Felix Fietkau 56231056ea strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
SVN-Revision: 8653
2007-09-06 16:27:37 +00:00
Nicolas Thill be0de75a3e package Makefile cleanup: remove uneeded vars
SVN-Revision: 8587
2007-09-03 08:20:36 +00:00
Nicolas Thill 02cd6d278f use a default VERSION field for kmod packages
SVN-Revision: 8575
2007-09-02 16:39:27 +00:00
Felix Fietkau 80840457a5 fix kmod-switch compile on brcm-2.4 (#1461)
SVN-Revision: 6565
2007-03-14 13:42:21 +00:00
Felix Fietkau dcfbd5f656 fix up remaining parts for the brcm47xx-2.6 port (tested on wgt634u), nuke the old brcm-2.6 port, close #1312, #1451
SVN-Revision: 6564
2007-03-14 03:37:40 +00:00
Felix Fietkau bf622ab0ae add diag and switch support for brcm47xx-2.6
SVN-Revision: 6562
2007-03-14 01:19:24 +00:00
Felix Fietkau c606df6563 cleanup, nuke obsolete 'Kernel drivers' category, convert remaining kmod packages to KernelPackage interface
SVN-Revision: 6136
2007-01-20 02:01:53 +00:00
Felix Fietkau dd03b56357 fix memory leak in switch drivers (patch from #1132)
SVN-Revision: 6011
2007-01-07 14:59:43 +00:00
Florian Fainelli abd458dae6 Fix the counters bug (#983)
SVN-Revision: 5910
2006-12-27 19:35:13 +00:00
Felix Fietkau 63d865e7a1 prepare packages for kernel upgrade to 2.6.19
SVN-Revision: 5786
2006-12-14 08:00:20 +00:00
Florian Fainelli 7790289f3e Add Trendware TEW-411BRplus (#1038)
SVN-Revision: 5764
2006-12-11 21:46:31 +00:00
Felix Fietkau c2211dc51e replace lots of manual install commands with INSTALL_* variables
SVN-Revision: 5624
2006-11-23 00:29:07 +00:00
Felix Fietkau 105a602ecf implement target profiles in menuconfig
SVN-Revision: 5512
2006-11-12 05:06:56 +00:00
Felix Fietkau 60c1f0f64d finally move buildroot-ng to trunk 2016-03-20 17:29:15 +01:00