summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm-2.4
Commit message (Collapse)AuthorAgeFilesLines
* added support for wrt54g3gv2-vf and new trx header formatmarkus2010-03-251-3/+19
| | | | | | | | | | | | | | - hacked addpattern due to changes in header format - added "-5" to addpattern, some 0xFF are needed for trx2 header "-4" broke CRC checking in CFE - hacked trx.c due to new header format version - added target to create trx-V2 images the flashmap driver possibly needs to be customized. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20433 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] remove asterisk from default vlan ports in netconfig jow2010-02-281-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19910 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] switch:jow2010-02-281-1/+2
| | | | | | | | | 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19909 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for the MN-700 platform, closes #2575thepeople2010-02-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] update kernel to version 2.4.37.9 and refresh patcheshauke2010-02-191-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19762 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] preinit: use grep -q where applicablejow2010-02-012-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19480 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix brcm-2.4/brcm47xx failsafe init (thx, puchu)nbd2010-01-281-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] [brcm47xx] fix syntax error in preinit (#6575)jow2010-01-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19344 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm-2.4/brcm47xx: fix typos and indenting in the preinit interface script ↵nbd2010-01-261-8/+8
| | | | | | (thx, cshore) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename -brcm-2.4 preinit files to -brcm, as they're shared with brcm47xxnbd2010-01-256-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19336 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preinit modularization work by Daniel Dickinson (cshore)nbd2010-01-257-71/+120
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19331 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] add support for OvisLink WL-1600GLjow2010-01-211-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19262 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] fix serial flash support (#6442)jow2010-01-164-481/+1361
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19171 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add WRT300N v1.1 support (patch from #6379)nbd2009-12-243-3/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18921 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] fix typo in switch config migration scriptjow2009-12-051-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18657 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] add migration code to automatically convert old to new switch ↵jow2009-11-151-1/+35
| | | | | | config on first boot, this will be removed at some point in the future git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] change switch config to swconfig style format to remain ↵jow2009-11-151-4/+14
| | | | | | consistent accross platforms git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] fix problem with 128MB ram.hauke2009-11-131-0/+9
| | | | | | | This patch is out of broadcoms official source code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18413 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sort all target config fileskaloz2009-11-111-36/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] fix failsafe, was accidentally broken by r18214. Thanks Daniel ↵agb2009-11-011-2/+2
| | | | | | Gimpelevich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18253 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make etehrent work on wrt350n, thx sn9blogic2009-10-291-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18214 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix Buffalo WBR-G54 and WBR-B11 support (updated patch)nbd2009-09-161-0/+7
| | | | | | Signed-off-by: Roger Hardiman <roger@rjh.org.uk> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17598 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm-2.4 is the only non-2.6 target, it's pointless to note the ↵kaloz2009-08-031-1/+1
| | | | | | kernelversion in other targets' Target-Name git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] update profile to include the rtc driverflorian2009-08-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] add support for the WRT160N, patch from Westley Paynterflorian2009-07-271-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17031 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] This patch adds some vital exports for fuse24 to the kernel. ↵hauke2009-06-141-0/+30
| | | | | | | | | (forgotten in #5186) Closes #5333 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16448 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] update to 2.4.37, tested on wrt54gs (#4766)florian2009-05-2813-172/+90
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16144 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm-2.4: disable ip_vs, refresh kernel confignbd2009-05-281-35/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16139 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] profiles: madwifi is not supported on 2.4, remove atheros profileagb2009-05-201-17/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15944 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm-2.4: rip out all /dev/nvram and nvram setting/committing code from the ↵nbd2009-04-274-982/+153
| | | | | | kernel git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15440 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)nbd2009-04-1748-48/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename our /bin/login script to /bin/login.sh to avoid collisions with ↵nbd2009-04-041-1/+1
| | | | | | busybox - we always use -l on telnetd anyway git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] move the mii_ioctl to generic patches, fixes (#1802)florian2009-03-261-64/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15045 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] backport mii_ioctl_data fix to make wpa-supplicant roboswitch ↵florian2009-03-151-0/+64
| | | | | | driver work (#1862) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14891 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Asus WL-330gE Supportnbd2009-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a memory corruption bug in the linux 2.4 version of b44nbd2009-01-101-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13955 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b44: fix misalignment and space-saving in rx packet handling (significant ↵nbd2009-01-091-0/+103
| | | | | | throughput and cpu load improvement) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13946 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make broadcom-wl robust against implicit kernel config changes (e.g. ↵nbd2009-01-071-0/+66
| | | | | | netfilter), upgrade it from minor version .2 to .3 (adds fixed bssid support for ad-hoc) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13912 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add hostapd-mini to default images where applicableagb2009-01-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13819 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix sysupgrade support for brcm-2.4 and brcm47xxnbd2008-09-231-12/+4
| | | | | | make mtd refresh based config append optional (leave enabled on x86) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12657 3c298f89-4303-0410-b956-a3cf2f4a3e73
* final fix for BCM5354 USB cores, hopefullykaloz2008-09-021-3/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12499 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Package ip6t_limit and ip6t_frag for 2.4 kernels (#3760)florian2008-08-111-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] fix Dell TrueMobile 2300 v1/v2 detection and network ↵juhosg2008-07-261-1/+6
| | | | | | configuration (closes #2788) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11935 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix sierra patchesthepeople2008-07-222-1508/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11909 3c298f89-4303-0410-b956-a3cf2f4a3e73
* This is the Linksys-ported driver from WRT54G3G-ST_v2.00.9_US.tgz,thepeople2008-07-212-0/+1508
| | | | | | | | | | | | | | | | | | re-based against 2.4.35 and repaired for obvious breakage (didn't use its device table, etc.). Changes from Linksys tree: - Remove 'vendor' and 'product' parameters; these aren't used in the mainstream driver and seem to only have served to break it. - Remove bogus 'sierra_device_ids' table, used with above. - Changed references to 'sierra_device_ids' back to id_table - Changed non-standard CONFIG_USB_SERIAL_SIERRA_3G (line 886) to current module standard CONFIG_USB_SERIAL_SIERRAWIRELESS - Added #include to enable pl2303 hack to remain until I can figure out if it's still necessary. Signed-off-by: RB <aoz.syn@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* This series of patches closes the support gap on one of the explicitlythepeople2008-07-212-0/+1508
| | | | | | | | supported platforms (WRT54G3G) by adding direct support for the Sierra Wireless 3G modems. Signed-off-by: RB <aoz.syn@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11898 3c298f89-4303-0410-b956-a3cf2f4a3e73
* (5/6) bcm57xx: bcm4785 incomplete rebootnbd2008-06-151-0/+13
| | | | | | | | | | | | I noticed my wrt350n would not reliably reboot after entering the reboot command. I found this code in the source for the wrt600n. It corrects the problem, and the wrt350n reboots reliably now. Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* (3/6) bcm57xx: preinitnbd2008-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11468 3c298f89-4303-0410-b956-a3cf2f4a3e73
* (2/6) bcm57xx: netconfignbd2008-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11467 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4 and brcm47xx] Include missing part of r11275. Fix fw_argX from CFEnoz2008-06-031-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11340 3c298f89-4303-0410-b956-a3cf2f4a3e73