aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm-2.4
Commit message (Collapse)AuthorAgeFilesLines
* Package ip6t_limit and ip6t_frag for 2.4 kernels (#3760)Florian Fainelli2008-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 ↵Gabor Juhos2008-07-261-1/+6
| | | | | | configuration (closes #2788) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11935 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix sierra patchesTravis Kemen2008-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,Travis Kemen2008-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 explicitlyTravis Kemen2008-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 rebootFelix Fietkau2008-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: 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11468 3c298f89-4303-0410-b956-a3cf2f4a3e73
* (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> 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 CFEPeter Denison2008-06-031-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Don't nuke fw_argX from CFE - Thanks jhansenPeter Denison2008-05-271-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] refresh kernel patchesGabor Juhos2008-05-1911-194/+194
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11214 3c298f89-4303-0410-b956-a3cf2f4a3e73
* This patch lets netconfig support the asus wl-500w. Signed-off-by: Ben ↵Travis Kemen2008-05-081-0/+6
| | | | | | Pfountz <netprince@vt.edu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11070 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a generic Broadcom USB profile.Andy Boyett2008-03-311-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10695 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Change WL500gP profile to use uhci-iv (#1589)Andy Boyett2008-03-311-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for the WL-500gP v2Andy Boyett2008-03-311-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10693 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add wrt350n image fileFelix Fietkau2008-01-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10205 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add back Sitecom WL-105b supportFlorian Fainelli2008-01-082-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10142 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update brcm-2.4 to 2.4.35.4, integrate new broadcom system code, update ↵Felix Fietkau2008-01-0667-4842/+8744
| | | | | | broadcom-wl to a contributed version (v4.150.10.5) - no bcm57xx support yet, will follow shortly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bump version numbers of Linksys imagesImre Kaloz2008-01-031-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add bcm5354 patch from #2754Florian Fainelli2007-12-091-0/+155
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* create broadcom initramfs images and move the lzma decompressor area a bit ↵Felix Fietkau2007-11-162-1/+5
| | | | | | further git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9556 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the image filenames a bit shorterFelix Fietkau2007-11-101-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update wrt54g3g pattern version, add wrt54g3g-em pattern (#2663)Felix Fietkau2007-11-101-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix missing CONFIG_USB_BLUETOOTH issueJens Muecke2007-11-031-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9494 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of per-profile base-filesGabor Juhos2007-09-295-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9069 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] fix vlan configuration on Dell TrueMobile 2300Gabor Juhos2007-09-251-5/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9015 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh brcm-2.4 kconfigNicolas Thill2007-09-221-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8949 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up jffs2 config optionsFelix Fietkau2007-09-191-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add preliminary support for sysupgrade on brcmFlorian Fainelli2007-09-091-0/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8718 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adapt profiles for subtarget changesFelix Fietkau2007-09-081-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8695 3c298f89-4303-0410-b956-a3cf2f4a3e73
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-082-6/+7
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pci init for brcm-2.4 with atheros wifi cardsFelix Fietkau2007-09-081-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove some obsolete filesFelix Fietkau2007-09-061-304/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8654 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-1/+1
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* workaround for timer glitch on some boardsMike Baker2007-08-251-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8483 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wan configuration on wr850g v2/v3Mike Baker2007-08-251-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8482 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add usb-keyspan modules (#2229)Florian Fainelli2007-08-211-1/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8450 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-071-5/+5
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add failsafe support for atheros-2.6 (#1501) - only works with ar5315+ at ↵Felix Fietkau2007-07-041-4/+0
| | | | | | the moment git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move parts of the failsafe code to the generic base-files - will be used on ↵Felix Fietkau2007-06-302-13/+0
| | | | | | atheros as well as soon as i've added support for it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7810 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the broadcom firmware image code more sane and also fix jffs2-256k ↵Felix Fietkau2007-06-251-12/+21
| | | | | | related bugs (#1888) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7731 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix failsafe on broadcom, send netlink events in diag when running linux 2.6Felix Fietkau2007-06-251-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7722 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Really apply the esfq patchFlorian Fainelli2007-06-131-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7623 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Resync brcm-2.4 kernel config and enable syncookies (#1876)Florian Fainelli2007-06-131-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7622 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable image generation for the WRT150NImre Kaloz2007-06-041-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7486 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pcmcia/pccard build defaultsFelix Fietkau2007-05-191-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix broadcom squashfs images:Felix Fietkau2007-05-151-9/+7
| | | | | | | | | | | | We switched over to appending the jffs2 eof mark to the squashfs images, but since the squashfs is not always aligned to eraseblocksize, the eof mark landed in the wrong place. This commit adds an extra flag to the trx utility that can append extra data to a partition with alignment. This is used to place the jffs2 eof mark at the right offset. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7253 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup the broadcom preinit.archMike Baker2007-05-101-26/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7176 3c298f89-4303-0410-b956-a3cf2f4a3e73
* minor cleanupFelix Fietkau2007-05-101-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7174 3c298f89-4303-0410-b956-a3cf2f4a3e73
* unified preinit environmentMike Baker2007-05-107-329/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7173 3c298f89-4303-0410-b956-a3cf2f4a3e73