Commit graph

8433 commits

Author SHA1 Message Date
Felix Fietkau
1b84749c77 allow mkfwimage to fail during atheros builds. sometimes images get too big for devices that use this image format, but this must not break the normal image build for other atheros devices
SVN-Revision: 11934
2008-07-26 13:32:02 +00:00
Gabor Juhos
104b3386a2 update to 2.6.25.12
SVN-Revision: 11933
2008-07-26 10:53:23 +00:00
Felix Fietkau
bdfc0556b8 refresh madwifi patches
SVN-Revision: 11932
2008-07-25 22:41:13 +00:00
Felix Fietkau
22a637325e wpa_supplicant: sort scan results by link quality to improve supplicant-controlled roaming
SVN-Revision: 11931
2008-07-25 22:37:50 +00:00
Felix Fietkau
e7c5e72479 wpa_supplicant: improve scan cache reliability
SVN-Revision: 11930
2008-07-25 22:37:36 +00:00
Felix Fietkau
144e506288 madwifi: preempt any running scan when wpa_supplicant triggers a new assoc
SVN-Revision: 11929
2008-07-25 22:37:21 +00:00
Felix Fietkau
21dbb0d64d madwifi: preserve WPA IEs received in probe responses and prefer them over beacon information improves reliability when using wpa_supplicant to connect to aps with hidden ssid and dynamic encryption settings
SVN-Revision: 11928
2008-07-25 22:37:06 +00:00
Felix Fietkau
8aab13b562 madwifi: add some roaming fixes by ubnt
SVN-Revision: 11927
2008-07-25 22:36:51 +00:00
Felix Fietkau
c0dc50fb55 rewrite madwifi sta mode link up/down notifications (mostly used by wpa_supplicant), fixes some stale node or reconnect loop issues
SVN-Revision: 11926
2008-07-25 22:36:33 +00:00
Felix Fietkau
9866151941 madwifi: reduce the packet loss impact of forced background scans triggered by the configured threshold
SVN-Revision: 11925
2008-07-25 22:36:18 +00:00
Felix Fietkau
192e5ac41d madwifi: improve hidden ssid handling in sta mode
SVN-Revision: 11924
2008-07-25 22:35:56 +00:00
Felix Fietkau
80710bb7cc madwifi: fix queue stop/start during key updates
SVN-Revision: 11923
2008-07-25 22:35:36 +00:00
Gabor Juhos
f6ad0deb7b add chip_fixup patch of the platform_nand driver to 2.6.26 as well
SVN-Revision: 11922
2008-07-25 19:37:29 +00:00
Travis Kemen
14622d5a08 Use mkfwimage from athero.openwrt.net with modification for XS2 devices. Add back in ubiquiti image generation.
SVN-Revision: 11920
2008-07-25 03:55:21 +00:00
Travis Kemen
0425daa86d keep /etc/group over reflash as well
SVN-Revision: 11919
2008-07-24 16:36:39 +00:00
Andy Boyett
df9f22f73c usb-serial: Add ch341 driver for 2.6.24 and later kernels. Closes #2968
SVN-Revision: 11914
2008-07-24 06:25:47 +00:00
Andy Boyett
09e2dcc255 dropbear: upgrade to 0.51 - 160-tty_close merged upstream - patches refreshed
SVN-Revision: 11913
2008-07-24 05:24:52 +00:00
Travis Kemen
f20dd0803c add dropbear keys, passwd and firewall configuration to be saved during reflash
SVN-Revision: 11912
2008-07-24 02:24:59 +00:00
Nicolas Thill
a760ff5861 fix variable names in tests
SVN-Revision: 11911
2008-07-22 21:19:05 +00:00
Gabor Juhos
7564923517 parse mac address on RouterBOARDs
SVN-Revision: 11910
2008-07-22 16:35:29 +00:00
Travis Kemen
4e9e2cba40 fix sierra patches
SVN-Revision: 11909
2008-07-22 15:16:43 +00:00
Gabor Juhos
0f4521fcd7 fix nf_conntrack_rtsp compile error on 2.6.26 (closes #3797)
SVN-Revision: 11908
2008-07-22 13:52:56 +00:00
Gabor Juhos
e6baf82abd fix compile error (closes #3799)
SVN-Revision: 11907
2008-07-22 11:22:41 +00:00
Florian Fainelli
5d5385684d Fix nfs modules options and modules, only package modules that are built for all targets (#3796)
SVN-Revision: 11906
2008-07-22 10:14:02 +00:00
Florian Fainelli
58a0fd47b2 Disable NFS_ACL support in the UML config, other platforms do not have it as well
SVN-Revision: 11905
2008-07-22 09:50:26 +00:00
Imre Kaloz
3ff4b7ee10 patch causes problems on some platforms, nuke it
SVN-Revision: 11904
2008-07-22 08:01:35 +00:00
Imre Kaloz
9f43812a07 bump ath9k package version number, too
SVN-Revision: 11903
2008-07-22 07:31:11 +00:00
Imre Kaloz
b8eb34e5c3 sync ath9k with the git tree
SVN-Revision: 11902
2008-07-22 07:24:47 +00:00
Imre Kaloz
e0a748c051 generate zImage for the ADI Sidewinder, too
SVN-Revision: 11901
2008-07-22 06:15:07 +00:00
Travis Kemen
7346ef83e1 fix sysupgrade endian issues
SVN-Revision: 11900
2008-07-22 01:11:30 +00:00
Travis Kemen
8894411b60 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>

SVN-Revision: 11899
2008-07-21 20:40:14 +00:00
Travis Kemen
1a47f8142d 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>
SVN-Revision: 11898
2008-07-21 20:36:16 +00:00
Florian Fainelli
a7bbd93956 Fix routerboard boot partition name in wget2nand (#3791)
SVN-Revision: 11897
2008-07-21 20:00:40 +00:00
Felix Fietkau
c1ce330694 update mvswitch for 2.6.25 and 2.6.26 as well
SVN-Revision: 11896
2008-07-21 18:20:09 +00:00
Felix Fietkau
c7150f281c add missing defines for mvswitch
SVN-Revision: 11895
2008-07-21 18:12:38 +00:00
Gabor Juhos
f529a37420 surprise :p
SVN-Revision: 11894
2008-07-21 17:08:14 +00:00
Florian Fainelli
3d9c4c9073 uClibc for x86 targets and kernels >= 2.6.24 need to copy the right include files, remove this when there are no 2.6.23 left
SVN-Revision: 11893
2008-07-21 10:41:27 +00:00
Michael Büsch
7f358023bc The gpiommc configfs interface needs locking.
SVN-Revision: 11892
2008-07-21 10:32:08 +00:00
Florian Fainelli
6145d81d57 Document a bit more about IPv6 configuration
SVN-Revision: 11891
2008-07-21 09:58:59 +00:00
Florian Fainelli
7f3193a673 Default to port 1812 for radius authentication when doing 802.1x
SVN-Revision: 11890
2008-07-21 09:58:16 +00:00
Matteo Croce
077e9a7e7a ath9k: correct package description
SVN-Revision: 11889
2008-07-20 21:51:19 +00:00
Steven Barth
e870bdf403 Updated Dnsmasq to 2.45
SVN-Revision: 11888
2008-07-20 20:17:00 +00:00
Michael Büsch
204728376c Update gpiommc to use configfs
SVN-Revision: 11887
2008-07-20 19:34:09 +00:00
Felix Fietkau
d7bdc37560 add another endianness fix for ath9k, ar9160 now works on ixp4xx, at least in sta mode :)
SVN-Revision: 11886
2008-07-20 16:32:43 +00:00
Felix Fietkau
2043a450da ath9k: remove software descriptor swapping, hw already does that
SVN-Revision: 11885
2008-07-20 12:37:13 +00:00
Felix Fietkau
d53ff609b5 add the new ath9k driver (loads successfully on an AR9160 card, but still seems to have some rf issues)
SVN-Revision: 11884
2008-07-20 11:44:14 +00:00
Felix Fietkau
12d206d9eb update compat-wireless to a newer version, but leave it at the old version for brcm47xx (b43 does not compile with the new one)
SVN-Revision: 11883
2008-07-20 11:43:56 +00:00
Felix Fietkau
67039dcf9e fix madwifi mode setting
SVN-Revision: 11882
2008-07-20 00:51:00 +00:00
Felix Fietkau
3ad51a1c33 some more mvswitch fixes: - initialize the vlan destination map properly - workaround for moving node bug: clear the ATU database on every PHY poll
SVN-Revision: 11881
2008-07-19 23:09:56 +00:00
Felix Fietkau
87e673487a add extra safety for the packet mangling in the mvswitch driver
SVN-Revision: 11880
2008-07-19 23:09:43 +00:00