Jo-Philipp Wich
6fd5014c56
add Buffalo WHR-G125 specifc switch quirks to netconfig, shorten code by merging identical fixes
...
SVN-Revision: 20846
2010-04-13 22:34:13 +00:00
Jo-Philipp Wich
8f25fb6086
add script to fixup the wireless mac ( #7102 )
...
SVN-Revision: 20775
2010-04-10 14:29:01 +00:00
Jo-Philipp Wich
eeb982177d
remove asterisk from default vlan ports in netconfig
...
SVN-Revision: 19910
2010-02-28 16:44:40 +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
Travis Kemen
2eebf6e0bd
add support for the MN-700 platform, closes #2575
...
SVN-Revision: 19863
2010-02-26 01:34:39 +00:00
Jo-Philipp Wich
e0669e9cd3
preinit: use grep -q where applicable
...
SVN-Revision: 19480
2010-02-01 00:34:10 +00:00
Felix Fietkau
40b531f5d2
fix brcm-2.4/brcm47xx failsafe init (thx, puchu)
...
SVN-Revision: 19365
2010-01-28 19:27:39 +00:00
Jo-Philipp Wich
795efe0382
fix syntax error in preinit ( #6575 )
...
SVN-Revision: 19344
2010-01-26 10:45:28 +00:00
Felix Fietkau
056f25aedf
brcm-2.4/brcm47xx: fix typos and indenting in the preinit interface script (thx, cshore)
...
SVN-Revision: 19339
2010-01-26 02:15:32 +00:00
Felix Fietkau
d690de9a0c
rename -brcm-2.4 preinit files to -brcm, as they're shared with brcm47xx
...
SVN-Revision: 19336
2010-01-25 23:06:47 +00:00
Felix Fietkau
56bc02a305
add preinit modularization work by Daniel Dickinson (cshore)
...
SVN-Revision: 19331
2010-01-25 17:11:17 +00:00
Jo-Philipp Wich
0cde46b3e7
add support for OvisLink WL-1600GL
...
SVN-Revision: 19262
2010-01-21 23:48:23 +00:00
Felix Fietkau
46f75ee869
add WRT300N v1.1 support (patch from #6379 )
...
SVN-Revision: 18921
2009-12-24 10:58:09 +00:00
Jo-Philipp Wich
d55e721178
fix typo in switch config migration script
...
SVN-Revision: 18657
2009-12-05 12:39:28 +00:00
Jo-Philipp Wich
a4b1848387
add migration code to automatically convert old to new switch config on first boot, this will be removed at some point in the future
...
SVN-Revision: 18432
2009-11-15 23:19:39 +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
Andy Boyett
260aee67dc
fix failsafe, was accidentally broken by r18214. Thanks Daniel Gimpelevich
...
SVN-Revision: 18253
2009-11-01 01:09:56 +00:00
John Crispin
2d57b56bce
make etehrent work on wrt350n, thx sn9
...
SVN-Revision: 18214
2009-10-29 21:26:36 +00:00
Felix Fietkau
43a802864a
Fix Buffalo WBR-G54 and WBR-B11 support (updated patch)
...
Signed-off-by: Roger Hardiman <roger@rjh.org.uk>
SVN-Revision: 17598
2009-09-16 18:14:29 +00:00
Felix Fietkau
de0332f86a
rename our /bin/login script to /bin/login.sh to avoid collisions with busybox - we always use -l on telnetd anyway
...
SVN-Revision: 15097
2009-04-04 09:35:55 +00:00
Felix Fietkau
f5fba5bc3c
Asus WL-330gE Support
...
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
2009-02-22 18:45:39 +00:00
Felix Fietkau
f47a4a58c5
fix sysupgrade support for brcm-2.4 and brcm47xx make mtd refresh based config append optional (leave enabled on x86)
...
SVN-Revision: 12657
2008-09-23 11:05:54 +00:00
Gabor Juhos
9b2e1bdd8d
fix Dell TrueMobile 2300 v1/v2 detection and network configuration ( closes #2788 )
...
SVN-Revision: 11935
2008-07-26 16:10:44 +00:00
Felix Fietkau
9621d872ca
(3/6) bcm57xx: preinit
...
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
2008-06-15 11:10:13 +00:00
Felix Fietkau
f9ad520e37
(2/6) bcm57xx: netconfig
...
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
2008-06-15 11:09:49 +00:00
Travis Kemen
0d25337129
This patch lets netconfig support the asus wl-500w. Signed-off-by: Ben Pfountz <netprince@vt.edu>
...
SVN-Revision: 11070
2008-05-08 01:30:14 +00:00
Andy Boyett
c15de3860c
Add support for the WL-500gP v2
...
SVN-Revision: 10693
2008-03-31 08:04:56 +00:00
Florian Fainelli
a4ca693c7e
Add back Sitecom WL-105b support
...
SVN-Revision: 10142
2008-01-08 14:27:48 +00:00
Gabor Juhos
438dfe5c6f
get rid of per-profile base-files
...
SVN-Revision: 9069
2007-09-29 14:27:54 +00:00
Gabor Juhos
a3c80a1e6e
fix vlan configuration on Dell TrueMobile 2300
...
SVN-Revision: 9015
2007-09-25 08:34:30 +00:00
Florian Fainelli
1d7dc11649
Add preliminary support for sysupgrade on brcm
...
SVN-Revision: 8718
2007-09-09 19:18:02 +00:00
Mike Baker
c6e6780624
fix wan configuration on wr850g v2/v3
...
SVN-Revision: 8482
2007-08-25 12:27:01 +00:00
Felix Fietkau
114b9a8fb6
add failsafe support for atheros-2.6 ( #1501 ) - only works with ar5315+ at the moment
...
SVN-Revision: 7870
2007-07-04 04:35:44 +00:00
Felix Fietkau
5e7cb507cd
move parts of the failsafe code to the generic base-files - will be used on atheros as well as soon as i've added support for it
...
SVN-Revision: 7810
2007-06-30 21:09:02 +00:00
Felix Fietkau
8c41e51e92
fix failsafe on broadcom, send netlink events in diag when running linux 2.6
...
SVN-Revision: 7722
2007-06-25 08:32:25 +00:00
Mike Baker
3fda1fbf87
cleanup the broadcom preinit.arch
...
SVN-Revision: 7176
2007-05-10 16:29:15 +00:00
Mike Baker
4a41439c46
unified preinit environment
...
SVN-Revision: 7173
2007-05-10 14:37:47 +00:00
Felix Fietkau
bd65c8b91a
broadcom: rename the OpenWrt partition to rootfs_data
...
SVN-Revision: 7171
2007-05-10 12:38:31 +00:00
Felix Fietkau
5b554fa8a4
bring up the ethernet driver before loading the switch drivers on broadcom ( fixes #1520 )
...
SVN-Revision: 7126
2007-05-07 17:37:05 +00:00
Felix Fietkau
ca7a815602
use hotplug2 for serializing hotplug events on 2.6
...
SVN-Revision: 7097
2007-05-05 18:33:18 +00:00
Florian Fainelli
2266aad2ec
Limit the number of hotplug childrens
...
SVN-Revision: 6804
2007-04-01 18:30:32 +00:00
Felix Fietkau
65e59861ba
fix up the netconfig script after the devfs=>hotplug2 migration
...
SVN-Revision: 6542
2007-03-09 18:20:54 +00:00
Felix Fietkau
275ff405d8
more hotplug2/mdev/devfs related fixups, this time for broadcom
...
SVN-Revision: 6519
2007-03-04 23:55:07 +00:00
Felix Fietkau
a44c286fdb
nuke mdev and replace it with hotplug2 :)
...
SVN-Revision: 6512
2007-03-04 20:31:53 +00:00
Felix Fietkau
5acf90187b
fix mdev for broadcom 2.6
...
SVN-Revision: 6484
2007-03-03 22:40:28 +00:00
Felix Fietkau
7b0de4ae45
replace some hardcoded /dev/mtdblock/* references with calls to find_mtd_part()
...
SVN-Revision: 6477
2007-03-03 19:22:41 +00:00
Tim Yardley
484609eeb0
commit profile support for base-files... patches still need to be done
...
SVN-Revision: 6465
2007-03-02 18:17:40 +00:00
Felix Fietkau
2fb06d46d9
Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a new target profile
...
SVN-Revision: 6142
2007-01-20 12:35:00 +00:00
Felix Fietkau
040e093439
don't exit from failsafe mode after the console shell quits (some devices don't have /dev/console)
...
SVN-Revision: 6020
2007-01-07 17:38:29 +00:00
Felix Fietkau
5d22a52440
add a netconfig override for the wl-500g ( fixes #1116 )
...
SVN-Revision: 6016
2007-01-07 15:41:47 +00:00