1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 02:35:54 +03:00
Commit Graph

146 Commits

Author SHA1 Message Date
nbd
f7fbdaaeef fix a memory corruption bug in the linux 2.4 version of b44
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13955 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-10 00:55:38 +00:00
nbd
0d563d0390 b44: fix misalignment and space-saving in rx packet handling (significant throughput and cpu load improvement)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13946 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-09 03:06:37 +00:00
nbd
20c6b42bcf make broadcom-wl robust against implicit kernel config changes (e.g. 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
2009-01-07 04:26:14 +00:00
agb
1846ada5d5 Add hostapd-mini to default images where applicable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13819 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-02 05:12:46 +00:00
nbd
498cc73e51 fix sysupgrade support for brcm-2.4 and brcm47xx
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
2008-09-23 11:05:54 +00:00
kaloz
ed7e1fcda4 final fix for BCM5354 USB cores, hopefully
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12499 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-02 11:28:57 +00:00
florian
9a935f099a Package ip6t_limit and ip6t_frag for 2.4 kernels (#3760)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12276 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-11 06:38:48 +00:00
juhosg
2307fc302d [brcm-2.4] fix Dell TrueMobile 2300 v1/v2 detection and network configuration (closes #2788)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11935 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-26 16:10:44 +00:00
thepeople
b8eb82f5d3 fix sierra patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11909 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-22 15:16:43 +00:00
thepeople
da1c9cf11b This is the Linksys-ported driver from WRT54G3G-ST_v2.00.9_US.tgz,
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
2008-07-21 20:40:14 +00:00
thepeople
81504d5ab6 This series of patches closes the support gap on one of the explicitly
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
2008-07-21 20:36:16 +00:00
nbd
27e96c3c29 (5/6) bcm57xx: bcm4785 incomplete reboot
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
2008-06-15 11:10:43 +00:00
nbd
f833889761 (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>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11468 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-15 11:10:13 +00:00
nbd
8d0837caa2 (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>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11467 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-15 11:09:49 +00:00
noz
0596c05d60 [brcm-2.4 and brcm47xx] Include missing part of r11275. Fix fw_argX from CFE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11340 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-03 19:29:53 +00:00
noz
60bfafb866 Don't nuke fw_argX from CFE - Thanks jhansen
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11275 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-27 15:01:07 +00:00
juhosg
5591c13267 [brcm-2.4] refresh kernel patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11214 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-19 13:45:06 +00:00
thepeople
8c98e14900 This patch lets netconfig support the asus wl-500w. Signed-off-by: Ben Pfountz <netprince@vt.edu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11070 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-08 01:30:14 +00:00
agb
ed61966d68 Add a generic Broadcom USB profile.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10695 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-31 08:05:30 +00:00
agb
9798e364f6 Change WL500gP profile to use uhci-iv (#1589)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10694 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-31 08:05:13 +00:00
agb
9325eaaa8c Add support for the WL-500gP v2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10693 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-31 08:04:56 +00:00
nbd
c9d961131c add wrt350n image file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10205 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-16 03:39:59 +00:00
florian
209f76b1df Add back Sitecom WL-105b support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10142 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-08 14:27:48 +00:00
nbd
90fba37c49 update brcm-2.4 to 2.4.35.4, integrate new broadcom system code, update 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
2008-01-06 19:28:07 +00:00
kaloz
3d0d2525e7 bump version numbers of Linksys images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10097 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-03 21:28:56 +00:00
florian
8afdee9032 Add bcm5354 patch from #2754
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9684 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-09 15:51:45 +00:00
nbd
2fa2282b6f create broadcom initramfs images and move the lzma decompressor area a bit further
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9556 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-16 03:11:17 +00:00
nbd
f56b55940b make the image filenames a bit shorter
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-10 23:08:11 +00:00
nbd
7431c1813f update wrt54g3g pattern version, add wrt54g3g-em pattern (#2663)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9523 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-10 15:45:38 +00:00
ryd
aa3d44691c fix missing CONFIG_USB_BLUETOOTH issue
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9494 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-03 22:32:54 +00:00
juhosg
7aa11efc17 get rid of per-profile base-files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9069 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-29 14:27:54 +00:00
juhosg
38e3914d5b [brcm-2.4] fix vlan configuration on Dell TrueMobile 2300
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9015 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-25 08:34:30 +00:00
nico
a8265302c3 refresh brcm-2.4 kconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8949 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-22 15:06:15 +00:00
nbd
de5584e77a clean up jffs2 config options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8848 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-19 20:58:16 +00:00
florian
c89d2f226c Add preliminary support for sysupgrade on brcm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8718 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-09 19:18:02 +00:00
nbd
ceee90ffd2 adapt profiles for subtarget changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8695 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-08 20:04:43 +00:00
nbd
6db7ad74f6 major target cleanup. it is now possible to have subtargets that can 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
2007-09-08 19:55:42 +00:00
nbd
c8bff13a74 fix pci init for brcm-2.4 with atheros wifi cards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8690 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-08 13:39:34 +00:00
nbd
a8c9d0167e remove some obsolete files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8654 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-06 16:40:36 +00:00
nbd
17c7b6c3fd strip the kernel version suffix from target directories, except for brcm-2.4 (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
2007-09-06 16:27:37 +00:00
mbm
26be763517 workaround for timer glitch on some boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8483 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-25 13:18:58 +00:00
mbm
c2e9789198 fix wan configuration on wr850g v2/v3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8482 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-25 12:27:01 +00:00
florian
da62128d18 Add usb-keyspan modules (#2229)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8450 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-21 09:42:25 +00:00
nbd
12c49b6a6a build system cleanup/restructuring as described in 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
2007-08-07 00:04:25 +00:00
nbd
c49b0723e2 add failsafe support for atheros-2.6 (#1501) - only works with ar5315+ at the moment
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7870 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-04 04:35:44 +00:00
nbd
3462ef2525 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7810 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 21:09:02 +00:00
nbd
6a140db132 make the broadcom firmware image code more sane and also fix jffs2-256k related bugs (#1888)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7731 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-25 15:36:31 +00:00
nbd
1d5d64e647 fix failsafe on broadcom, send netlink events in diag when running linux 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7722 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-25 08:32:25 +00:00
florian
50795a07db Really apply the esfq patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7623 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-13 19:12:44 +00:00
florian
1cdba29c7d Resync brcm-2.4 kernel config and enable syncookies (#1876)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7622 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-13 18:50:51 +00:00