summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm-2.4/base-files/etc
Commit message (Collapse)AuthorAgeFilesLines
* remove the brcm-2.4 target, it will no longer be supported in future ↵Felix Fietkau2010-06-263-309/+0
| | | | | | releases. please use brcm47xx with broadcom-wl instead SVN-Revision: 21946
* add Buffalo WHR-G125 specifc switch quirks to netconfig, shorten code by ↵Jo-Philipp Wich2010-04-131-12/+4
| | | | | | merging identical fixes SVN-Revision: 20846
* add script to fixup the wireless mac (#7102)Jo-Philipp Wich2010-04-101-0/+33
| | | | SVN-Revision: 20775
* remove asterisk from default vlan ports in netconfigJo-Philipp Wich2010-02-281-9/+9
| | | | SVN-Revision: 19910
* switch: eliminate the asterisk from the switch port configuration and set it ↵Jo-Philipp Wich2010-02-281-1/+2
| | | | | | automatically on the first vlan, this aligns the broadcom vlan config with the swconfig format SVN-Revision: 19909
* add support for the MN-700 platform, closes #2575Travis Kemen2010-02-261-1/+1
| | | | SVN-Revision: 19863
* add preinit modularization work by Daniel Dickinson (cshore)Felix Fietkau2010-01-251-71/+0
| | | | SVN-Revision: 19331
* add support for OvisLink WL-1600GLJo-Philipp Wich2010-01-211-0/+6
| | | | SVN-Revision: 19262
* add WRT300N v1.1 support (patch from #6379)Felix Fietkau2009-12-241-2/+4
| | | | SVN-Revision: 18921
* fix typo in switch config migration scriptJo-Philipp Wich2009-12-051-4/+4
| | | | SVN-Revision: 18657
* add migration code to automatically convert old to new switch config on ↵Jo-Philipp Wich2009-11-151-1/+35
| | | | | | first boot, this will be removed at some point in the future SVN-Revision: 18432
* change switch config to swconfig style format to remain consistent accross ↵Jo-Philipp Wich2009-11-151-4/+14
| | | | | | platforms SVN-Revision: 18425
* fix failsafe, was accidentally broken by r18214. Thanks Daniel GimpelevichAndy Boyett2009-11-011-2/+2
| | | | SVN-Revision: 18253
* make etehrent work on wrt350n, thx sn9John Crispin2009-10-291-2/+3
| | | | SVN-Revision: 18214
* Fix Buffalo WBR-G54 and WBR-B11 support (updated patch)Felix Fietkau2009-09-161-0/+7
| | | | | | Signed-off-by: Roger Hardiman <roger@rjh.org.uk> SVN-Revision: 17598
* rename our /bin/login script to /bin/login.sh to avoid collisions with ↵Felix Fietkau2009-04-041-1/+1
| | | | | | busybox - we always use -l on telnetd anyway SVN-Revision: 15097
* Asus WL-330gE SupportFelix Fietkau2009-02-221-11/+25
| | | | | | | | | | | | | Here is support for the compact Asus WL-330gE. It uses that all-in-one 5354 Broadcom chip that's also in the WL-520gU, so I assume USB support can be soldered on. I've yet to open up the device, though. Initial flashing is done through the CFE failsafe mode like on other Asus devices, where you boot holding the reset button, the power LED flashes, and you tftp an image. Signed-off-by: David Cooper <dave@kupesoft.com> SVN-Revision: 14624
* fix Dell TrueMobile 2300 v1/v2 detection and network configuration (closes ↵Gabor Juhos2008-07-261-1/+6
| | | | | | #2788) SVN-Revision: 11935
* (3/6) bcm57xx: preinitFelix Fietkau2008-06-151-3/+14
| | | | | | | | | | | | | | | | | | This patch allows the bcm57xx module to work correctly with failsafe mode. insmod doesn't return an error when a module loads but doesn't detect a switch. I added the check_module function to load the module, then make sure it doesn't just exit immediately. This allows preinit to only attempt to load the bcm57xx module when switch-robo and switch-adm dont detect a switch. The activate_gpio parameter to bcm57xx simply instructs the module to attempt to activate the switch via gpio before probing for the switch. Tested on wrt350n. Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu> SVN-Revision: 11468
* (2/6) bcm57xx: netconfigFelix Fietkau2008-06-151-0/+5
| | | | | | | | | Update the netconfig script to support boardtype 0x478. I've tested this on the wrt350n, hopefully it will match the 600n as well. Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu> SVN-Revision: 11467
* This patch lets netconfig support the asus wl-500w. Signed-off-by: Ben ↵Travis Kemen2008-05-081-0/+6
| | | | | | Pfountz <netprince@vt.edu> SVN-Revision: 11070
* Add support for the WL-500gP v2Andy Boyett2008-03-311-0/+5
| | | | SVN-Revision: 10693
* Add back Sitecom WL-105b supportFlorian Fainelli2008-01-082-0/+8
| | | | SVN-Revision: 10142
* get rid of per-profile base-filesGabor Juhos2007-09-293-0/+240
| | | | SVN-Revision: 9069
* commit profile support for base-files... patches still need to be doneTim Yardley2007-03-024-261/+0
| | | | SVN-Revision: 6465
* Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a ↵Felix Fietkau2007-01-201-0/+11
| | | | | | new target profile SVN-Revision: 6142
* don't exit from failsafe mode after the console shell quits (some devices ↵Felix Fietkau2007-01-071-1/+0
| | | | | | don't have /dev/console) SVN-Revision: 6020
* add a netconfig override for the wl-500g (fixes #1116)Felix Fietkau2007-01-071-0/+4
| | | | SVN-Revision: 6016
* better network config support for bcm94704Felix Fietkau2006-12-121-13/+45
| | | | SVN-Revision: 5775
* move platform specific base-files into target/linux/<targetname>Felix Fietkau2006-11-224-0/+215
SVN-Revision: 5621