Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove the brcm-2.4 target, it will no longer be supported in future ↵ | Felix Fietkau | 2010-06-26 | 12 | -461/+0 |
| | | | | | | releases. please use brcm47xx with broadcom-wl instead SVN-Revision: 21946 | ||||
* | brcm-2.4: preinit: Renamed failsafe echo scriplet to reflect that it is ↵ | Daniel Dickinson | 2010-05-30 | 1 | -0/+0 |
| | | | | | | brcm-specific SVN-Revision: 21637 | ||||
* | brcm-2.4: preinit: Removed duplicate failsafe switch config file | Daniel Dickinson | 2010-05-30 | 1 | -10/+0 |
| | | | | SVN-Revision: 21636 | ||||
* | brcm-2.4: Fixed preinit and failsafe switch configuration | Daniel Dickinson | 2010-05-10 | 3 | -2/+25 |
| | | | | SVN-Revision: 21417 | ||||
* | add Buffalo WHR-G125 specifc switch quirks to netconfig, shorten code by ↵ | Jo-Philipp Wich | 2010-04-13 | 1 | -12/+4 |
| | | | | | | merging identical fixes SVN-Revision: 20846 | ||||
* | add script to fixup the wireless mac (#7102) | Jo-Philipp Wich | 2010-04-10 | 1 | -0/+33 |
| | | | | SVN-Revision: 20775 | ||||
* | remove asterisk from default vlan ports in netconfig | Jo-Philipp Wich | 2010-02-28 | 1 | -9/+9 |
| | | | | SVN-Revision: 19910 | ||||
* | switch: eliminate the asterisk from the switch port configuration and set it ↵ | Jo-Philipp Wich | 2010-02-28 | 1 | -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 #2575 | Travis Kemen | 2010-02-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 19863 | ||||
* | preinit: use grep -q where applicable | Jo-Philipp Wich | 2010-02-01 | 2 | -3/+3 |
| | | | | SVN-Revision: 19480 | ||||
* | fix brcm-2.4/brcm47xx failsafe init (thx, puchu) | Felix Fietkau | 2010-01-28 | 1 | -3/+2 |
| | | | | SVN-Revision: 19365 | ||||
* | fix syntax error in preinit (#6575) | Jo-Philipp Wich | 2010-01-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 19344 | ||||
* | brcm-2.4/brcm47xx: fix typos and indenting in the preinit interface script ↵ | Felix Fietkau | 2010-01-26 | 1 | -8/+8 |
| | | | | | | (thx, cshore) SVN-Revision: 19339 | ||||
* | rename -brcm-2.4 preinit files to -brcm, as they're shared with brcm47xx | Felix Fietkau | 2010-01-25 | 6 | -0/+0 |
| | | | | SVN-Revision: 19336 | ||||
* | add preinit modularization work by Daniel Dickinson (cshore) | Felix Fietkau | 2010-01-25 | 7 | -71/+120 |
| | | | | SVN-Revision: 19331 | ||||
* | add support for OvisLink WL-1600GL | Jo-Philipp Wich | 2010-01-21 | 1 | -0/+6 |
| | | | | SVN-Revision: 19262 | ||||
* | add WRT300N v1.1 support (patch from #6379) | Felix Fietkau | 2009-12-24 | 1 | -2/+4 |
| | | | | SVN-Revision: 18921 | ||||
* | fix typo in switch config migration script | Jo-Philipp Wich | 2009-12-05 | 1 | -4/+4 |
| | | | | SVN-Revision: 18657 | ||||
* | add migration code to automatically convert old to new switch config on ↵ | Jo-Philipp Wich | 2009-11-15 | 1 | -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 Wich | 2009-11-15 | 1 | -4/+14 |
| | | | | | | platforms SVN-Revision: 18425 | ||||
* | fix failsafe, was accidentally broken by r18214. Thanks Daniel Gimpelevich | Andy Boyett | 2009-11-01 | 1 | -2/+2 |
| | | | | SVN-Revision: 18253 | ||||
* | make etehrent work on wrt350n, thx sn9 | John Crispin | 2009-10-29 | 1 | -2/+3 |
| | | | | SVN-Revision: 18214 | ||||
* | Fix Buffalo WBR-G54 and WBR-B11 support (updated patch) | Felix Fietkau | 2009-09-16 | 1 | -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 Fietkau | 2009-04-04 | 1 | -1/+1 |
| | | | | | | busybox - we always use -l on telnetd anyway SVN-Revision: 15097 | ||||
* | Asus WL-330gE Support | Felix Fietkau | 2009-02-22 | 1 | -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 sysupgrade support for brcm-2.4 and brcm47xx make mtd refresh based ↵ | Felix Fietkau | 2008-09-23 | 1 | -12/+4 |
| | | | | | | config append optional (leave enabled on x86) SVN-Revision: 12657 | ||||
* | fix Dell TrueMobile 2300 v1/v2 detection and network configuration (closes ↵ | Gabor Juhos | 2008-07-26 | 1 | -1/+6 |
| | | | | | | #2788) SVN-Revision: 11935 | ||||
* | (3/6) bcm57xx: preinit | Felix Fietkau | 2008-06-15 | 1 | -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: netconfig | Felix Fietkau | 2008-06-15 | 1 | -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 Kemen | 2008-05-08 | 1 | -0/+6 |
| | | | | | | Pfountz <netprince@vt.edu> SVN-Revision: 11070 | ||||
* | Add support for the WL-500gP v2 | Andy Boyett | 2008-03-31 | 1 | -0/+5 |
| | | | | SVN-Revision: 10693 | ||||
* | Add back Sitecom WL-105b support | Florian Fainelli | 2008-01-08 | 2 | -0/+8 |
| | | | | SVN-Revision: 10142 | ||||
* | get rid of per-profile base-files | Gabor Juhos | 2007-09-29 | 5 | -0/+0 |
| | | | | SVN-Revision: 9069 | ||||
* | fix vlan configuration on Dell TrueMobile 2300 | Gabor Juhos | 2007-09-25 | 1 | -5/+9 |
| | | | | SVN-Revision: 9015 | ||||
* | Add preliminary support for sysupgrade on brcm | Florian Fainelli | 2007-09-09 | 1 | -0/+24 |
| | | | | SVN-Revision: 8718 | ||||
* | fix wan configuration on wr850g v2/v3 | Mike Baker | 2007-08-25 | 1 | -0/+5 |
| | | | | SVN-Revision: 8482 | ||||
* | add failsafe support for atheros-2.6 (#1501) - only works with ar5315+ at ↵ | Felix Fietkau | 2007-07-04 | 1 | -4/+0 |
| | | | | | | the moment SVN-Revision: 7870 | ||||
* | move parts of the failsafe code to the generic base-files - will be used on ↵ | Felix Fietkau | 2007-06-30 | 2 | -13/+0 |
| | | | | | | atheros as well as soon as i've added support for it SVN-Revision: 7810 | ||||
* | fix failsafe on broadcom, send netlink events in diag when running linux 2.6 | Felix Fietkau | 2007-06-25 | 1 | -0/+12 |
| | | | | SVN-Revision: 7722 | ||||
* | cleanup the broadcom preinit.arch | Mike Baker | 2007-05-10 | 1 | -26/+2 |
| | | | | SVN-Revision: 7176 | ||||
* | unified preinit environment | Mike Baker | 2007-05-10 | 4 | -188/+7 |
| | | | | SVN-Revision: 7173 | ||||
* | broadcom: rename the OpenWrt partition to rootfs_data | Felix Fietkau | 2007-05-10 | 2 | -2/+2 |
| | | | | SVN-Revision: 7171 | ||||
* | bring up the ethernet driver before loading the switch drivers on broadcom ↵ | Felix Fietkau | 2007-05-07 | 1 | -2/+2 |
| | | | | | | (fixes #1520) SVN-Revision: 7126 | ||||
* | use hotplug2 for serializing hotplug events on 2.6 | Felix Fietkau | 2007-05-05 | 1 | -2/+4 |
| | | | | SVN-Revision: 7097 | ||||
* | Limit the number of hotplug childrens | Florian Fainelli | 2007-04-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 6804 | ||||
* | fix up the netconfig script after the devfs=>hotplug2 migration | Felix Fietkau | 2007-03-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 6542 | ||||
* | more hotplug2/mdev/devfs related fixups, this time for broadcom | Felix Fietkau | 2007-03-04 | 2 | -14/+21 |
| | | | | SVN-Revision: 6519 | ||||
* | nuke mdev and replace it with hotplug2 :) | Felix Fietkau | 2007-03-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 6512 | ||||
* | fix mdev for broadcom 2.6 | Felix Fietkau | 2007-03-03 | 1 | -2/+12 |
| | | | | SVN-Revision: 6484 | ||||
* | replace some hardcoded /dev/mtdblock/* references with calls to find_mtd_part() | Felix Fietkau | 2007-03-03 | 1 | -3/+5 |
| | | | | SVN-Revision: 6477 |