mb [Fri, 28 Jan 2011 17:31:34 +0000 (17:31 +0000)]
omap24xx: Workaround n810 FN key issue
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25212
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Fri, 28 Jan 2011 17:04:08 +0000 (17:04 +0000)]
[toolchain] uClibc: remove references to $(CONFIG_LARGEFILE)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25209
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Fri, 28 Jan 2011 17:00:43 +0000 (17:00 +0000)]
[toolchain] remove support for disabling large file support, it is broken, breaks compatibility to anything and has no effect on most packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25208
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 28 Jan 2011 16:58:08 +0000 (16:58 +0000)]
ath9k: reduce allocation size, common->cachelz is already added to the buffer size elsewhere
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25205
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 28 Jan 2011 16:58:05 +0000 (16:58 +0000)]
ath9k: fix a compile error in the debug stubs (fixes #8737, #8745)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25204
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 28 Jan 2011 16:37:30 +0000 (16:37 +0000)]
gcc: fix linaro 4.5.1 version check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25203
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 28 Jan 2011 12:50:10 +0000 (12:50 +0000)]
cron: Add path
Override PATH for /etc/init.d/cron. This is necessary to ensure all programs
can be found when executing the script from remote by using ssh.
(e.g. ssh IP /etc/init.d/cron restart)
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25196
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Fri, 28 Jan 2011 12:34:32 +0000 (12:34 +0000)]
[toolchain/gcc/linaro]: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25195
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 28 Jan 2011 12:13:58 +0000 (12:13 +0000)]
add a missing wrapper for the refresh target for host builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25193
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 28 Jan 2011 12:01:54 +0000 (12:01 +0000)]
mac80211: ignore errors in the command to set the rx/tx antenna - many drivers do not support this yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25192
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 28 Jan 2011 02:41:53 +0000 (02:41 +0000)]
uClibc: fix version check for 0.9.32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25189
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 28 Jan 2011 02:29:01 +0000 (02:29 +0000)]
binutils: backport a fix for broken relocation entries on mips with -fPIE, fixes dbus-server crash with sstrip
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25188
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 28 Jan 2011 01:10:45 +0000 (01:10 +0000)]
uClibc: make 0.9.32-git default, it fixes lots of bugs compared to earlier versions (especially threading issues), and the known regressions have been fixed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25187
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 28 Jan 2011 01:10:41 +0000 (01:10 +0000)]
uClibc 0.9.32: fix infinite recursion on application exit triggered by linking libc before libpthread
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25186
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 27 Jan 2011 22:19:53 +0000 (22:19 +0000)]
[package] firewall: fix wrong rule order if multiple protocols are used
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25179
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 27 Jan 2011 22:15:43 +0000 (22:15 +0000)]
omap24xx: Don't automatically mount maemo fs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25178
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 27 Jan 2011 21:50:00 +0000 (21:50 +0000)]
[adm8668] fix firstboot with new MTD map driver
my-mkimage previously did not include the fs_mark of
deadc0de because
upon formatting of jffs2 partition, U-Boot's CRC validation would not
allow the image to boot. This new MTD map will shrink the
kernel+rootfs+fs_mark image and recalculate the CRC, so that only the
kernel is part of the image validation. This also improves boot time,
since less is copied from FLASH->RAM. This is mostly from brcm47xx,
just with u-boot image vs TRX partitions.
Signed-off-by: Scott Nicholas <scott.nicholas@scottn.us>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25176
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 27 Jan 2011 21:49:56 +0000 (21:49 +0000)]
[adm8668] clean up mach-adm8668 includes
This patch cleans up the include directory, as they were from vendors
2.4 GPL source. Now only what's used is there.
Signed-off-by: Scott Nicholas <scott.nicholas@scottn.us>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25175
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 27 Jan 2011 21:49:53 +0000 (21:49 +0000)]
[package] enable MOS7720 usb-serial devices
Enable build of kernel module for MOS7720 usb-serial devices.
Tested on WGT634U and WL500g running trunk @r24238.
Signed-off-by: Marc Zyngier <maz@misterjones.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25174
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 27 Jan 2011 21:49:50 +0000 (21:49 +0000)]
[package] admswconfig: reset interface after applying config
Signed-off-by: Alexey Torkhov <atorkhov@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25173
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 27 Jan 2011 21:49:46 +0000 (21:49 +0000)]
[package] base-files: support port_state in led config (#6763)
Signed-off-by: Alexey Torkhov <atorkhov@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25172
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 27 Jan 2011 21:49:42 +0000 (21:49 +0000)]
[adm5120] add default network/leds config (#6759)
Signed-off-by: Alexey Torkhov <atorkhov@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25171
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 27 Jan 2011 21:49:39 +0000 (21:49 +0000)]
[adm5120] zyxel: use acx-mac80211 driver by default
Signed-off-by: Alexey Torkhov <atorkhov@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25170
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 27 Jan 2011 21:49:31 +0000 (21:49 +0000)]
[adm5120] fix p-334wt build
Signed-off-by: Alexey Torkhov <atorkhov@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25169
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 27 Jan 2011 21:49:28 +0000 (21:49 +0000)]
[package] acx: don't fail if 'wifi' led is missing
Signed-off-by: Alexey Torkhov <atorkhov@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25168
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 27 Jan 2011 21:49:24 +0000 (21:49 +0000)]
[package] acx-mac80211: support loading different firmwares
Signed-off-by: Alexey Torkhov <atorkhov@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25167
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 27 Jan 2011 21:00:07 +0000 (21:00 +0000)]
omap24xx: Support ext4 as rootfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25166
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 27 Jan 2011 20:57:01 +0000 (20:57 +0000)]
[at91] move Netus G20 into a subtarget and rework toplevel config and makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25165
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 27 Jan 2011 20:55:53 +0000 (20:55 +0000)]
[at91] prepare TQMa9263 subtarget
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25164
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 27 Jan 2011 20:55:26 +0000 (20:55 +0000)]
[at91] add TQMa9263 board setup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25163
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 27 Jan 2011 20:54:54 +0000 (20:54 +0000)]
[at91] prepare TQ-Components TQMa9263 kernel support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25162
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 27 Jan 2011 20:30:28 +0000 (20:30 +0000)]
omap24xx: Fix serial console for .37
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25161
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 27 Jan 2011 20:20:27 +0000 (20:20 +0000)]
omap24xx: Update to .37
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25160
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 27 Jan 2011 19:52:36 +0000 (19:52 +0000)]
Add missing XAW macros
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25159
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 27 Jan 2011 16:00:02 +0000 (16:00 +0000)]
[package] mac80211: fix order of iw parameters, fix broken antenna config call
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25152
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 27 Jan 2011 13:55:00 +0000 (13:55 +0000)]
cleanup toolchain version handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25148
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 27 Jan 2011 13:33:53 +0000 (13:33 +0000)]
[target/generic/mips]: we don't support gcc 4.1.x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25147
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 27 Jan 2011 13:31:56 +0000 (13:31 +0000)]
[package/busybox]: we don't support gcc 4.5.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25146
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 27 Jan 2011 13:28:27 +0000 (13:28 +0000)]
[toolchain]: nuke unneeded patchsets as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25145
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 27 Jan 2011 13:24:38 +0000 (13:24 +0000)]
[toolchain]: get rid of gcc 4.1.2 and 4.2.4 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25144
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 27 Jan 2011 13:19:03 +0000 (13:19 +0000)]
omap24xx: Refresh 2.6.37 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25143
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 27 Jan 2011 13:17:50 +0000 (13:17 +0000)]
[toolchain]: use the linaro gcc by default (right now this only affects x86 targets)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25142
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 27 Jan 2011 12:54:08 +0000 (12:54 +0000)]
[toolchain/uClibc]: LEON is SPARC v8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25141
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 27 Jan 2011 12:52:33 +0000 (12:52 +0000)]
[target/leon]: fix LD name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25140
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 27 Jan 2011 12:51:25 +0000 (12:51 +0000)]
[target/leon]: add preliminary LEON support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25139
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 27 Jan 2011 12:21:10 +0000 (12:21 +0000)]
fixup board specific KERNELNAME overrides
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25138
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Thu, 27 Jan 2011 10:14:09 +0000 (10:14 +0000)]
[package] dnsmasq: add support for option "--dhcp-script" (thanks Bastian Bittorf)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25137
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Thu, 27 Jan 2011 09:13:51 +0000 (09:13 +0000)]
[package] mac80211: Fix antenna setting when only one of {rx,tx}antenna options is specified
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25136
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Thu, 27 Jan 2011 08:56:14 +0000 (08:56 +0000)]
[package] iw: Refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25135
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Thu, 27 Jan 2011 08:47:31 +0000 (08:47 +0000)]
[package] iw: Extend antenna setting 'all' to apply for either rx or tx antenna
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25134
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 27 Jan 2011 02:11:08 +0000 (02:11 +0000)]
[brcm63xx] give some credits to Tanguy Bouzeloc in the spi driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25133
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 26 Jan 2011 21:01:23 +0000 (21:01 +0000)]
[package] mac80211: add missing done to mac80211.sh (#8735)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25131
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 26 Jan 2011 20:48:52 +0000 (20:48 +0000)]
ramips: register watchdog device on the rt288x boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25130
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 26 Jan 2011 20:48:50 +0000 (20:48 +0000)]
ramips: add watchdog device for RT288x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25129
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 26 Jan 2011 20:48:47 +0000 (20:48 +0000)]
ramips: register watchdog device on the rt305x boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25128
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 26 Jan 2011 20:48:46 +0000 (20:48 +0000)]
ramips: add watchdog device for RT305x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25127
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 26 Jan 2011 20:48:41 +0000 (20:48 +0000)]
ramips: add watchdog driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25126
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 26 Jan 2011 20:48:39 +0000 (20:48 +0000)]
ramips: implement clock API for RT288x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25125
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 26 Jan 2011 20:48:35 +0000 (20:48 +0000)]
ramips: implement clock API for RT305X
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25124
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 26 Jan 2011 20:48:33 +0000 (20:48 +0000)]
ramips: remove extern and __init from function prototypes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25123
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 26 Jan 2011 20:37:12 +0000 (20:37 +0000)]
[package] mac80211: add mising esac to mac80211.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25122
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 26 Jan 2011 20:35:47 +0000 (20:35 +0000)]
ar71xx: add rtl8366s initvals for the DIR-825 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25121
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 26 Jan 2011 20:35:46 +0000 (20:35 +0000)]
generic: rtl8366s: allow initial register values to be passed via platform_data
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25120
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 26 Jan 2011 20:35:44 +0000 (20:35 +0000)]
ar71xx: create firmware image for the WNDR3700v2 board
Patch-by: Mark Mentovai <mark@moxienet.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25119
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 26 Jan 2011 20:35:42 +0000 (20:35 +0000)]
ar71xx: add support for the WNDR3700v2 board
Based on a patch by Mark Mentovai <mark@moxienet.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25118
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 26 Jan 2011 20:35:37 +0000 (20:35 +0000)]
package/base-files: add get_magic_long() to common upgrade script
Patch-by: Mark Mentovai <mark@moxienet.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25117
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 26 Jan 2011 18:01:26 +0000 (18:01 +0000)]
[package] mac80211: rework recent mac80211.sh additions:
- split antenna options into rxantenna and txantenna to bring it in line with broadcom and madwifi
- get rid of temporary variables
- follow the documented config protocol for wep keys (option key # + option key# [s:]data)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25116
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 26 Jan 2011 17:28:12 +0000 (17:28 +0000)]
ath9k: optimize memory allocations - improves performance and reduces ath9k RAM usage by 2 MB per device
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25115
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hcg [Wed, 26 Jan 2011 13:33:07 +0000 (13:33 +0000)]
[omap35xx] Add kernel patch to expose omap3 die id via sysfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25112
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 26 Jan 2011 11:34:15 +0000 (11:34 +0000)]
mac80211: Add new parameters to mac80211.sh
Add new options 'bintval' (beacon interval), 'basicrates' (basic rates) and
'antenna' (antenna selection) for /etc/config/wireless to be used with
mac80211 drivers.
Enable WEP encryption for IBSS mode.
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25111
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 26 Jan 2011 11:34:12 +0000 (11:34 +0000)]
iw: Fix data types for iw survey channel time
The channel times are unsigned 64 bit values, so we shouldn't print them as
signed values.
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25110
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 26 Jan 2011 11:34:08 +0000 (11:34 +0000)]
iw: Add signal average to station information
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25109
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 26 Jan 2011 11:34:05 +0000 (11:34 +0000)]
iw: Add support to print station retry counters
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25108
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 26 Jan 2011 11:34:01 +0000 (11:34 +0000)]
iw: Add ibss join parameter for beacon interval
NL80211_ATTR_BEACON_INTERVAL already exists, we just have to use it.
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25107
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 26 Jan 2011 11:33:58 +0000 (11:33 +0000)]
iw: Add support for antenna configuration commands
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25106
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 26 Jan 2011 11:33:54 +0000 (11:33 +0000)]
mac80211: Add mac address filter configuration for hostapd
Add support of mac address filter. Now 'macfilter' and 'maclist' options
can be used with mac80211.
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25105
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 26 Jan 2011 11:33:50 +0000 (11:33 +0000)]
mac80211: Improve ath5k/ar71xx PCI bug WAR
It has been confirmed by Atheros that this PCI bug affects the RX side only,
so we can keep the 128B DMA size for TX.
With this change we can double the thruput of ath5k from 15Mps to 30Mbps.
We have been using this patch since more than 6 month in a production
environment without problems and a significant performance improvement.
It has also been said to fix HW encryption:
http://www.mail-archive.com/ath5k-devel@lists.ath5k.org/msg04311.html
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25104
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 26 Jan 2011 11:33:46 +0000 (11:33 +0000)]
x86/soekris: Add defconfig for soekris net4801 and net4826
Add default config file for net4801 and 4826 and initial script
to copy config file like it is done for other platforms.
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25103
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 26 Jan 2011 11:33:42 +0000 (11:33 +0000)]
x86/soekris: Add script to detect soekris model
Add script to detect soekris board of net4801 and net4826.
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25102
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 26 Jan 2011 11:33:38 +0000 (11:33 +0000)]
libnl-tiny: Fix for c++ compatibility
g++ compiler issued some errors like "invalid conversion from void* to *struct nl_attr"
when compiling cpp file which calls libnl-tiny functions. (it's OK with gcc)
Also see https://dev.openwrt.org/ticket/7854
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25101
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 26 Jan 2011 11:33:33 +0000 (11:33 +0000)]
dnsmasq: Fix parameter 'limit'
'limit' is actually the number of IP addresses to serve. See the use of ipcalc.sh.
For getting the expected number of IP addresses served, we have to decrement
limit by one.
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25100
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 26 Jan 2011 11:33:27 +0000 (11:33 +0000)]
ath9k: fix tx queue debug counters
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25099
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Tue, 25 Jan 2011 10:24:27 +0000 (10:24 +0000)]
generic: remove en25pxx support patch, it is in mainline since 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25097
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Tue, 25 Jan 2011 08:57:37 +0000 (08:57 +0000)]
[target/orion]: drop 2.6.32 support (next target is 2.6.38)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25096
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 25 Jan 2011 00:25:49 +0000 (00:25 +0000)]
kernel: when bridging, do not forward EAP frames to other ports, only deliver them locally
fixes WPA authentication issues with multiples APs that are connected to each other via bridges
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25095
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 24 Jan 2011 18:54:20 +0000 (18:54 +0000)]
hostapd: update to
20110117
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25094
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 24 Jan 2011 18:54:16 +0000 (18:54 +0000)]
mac80211: update to wireless-testing 2011-01-24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25093
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Mon, 24 Jan 2011 12:52:44 +0000 (12:52 +0000)]
[target/orion]: add missing symbol for 2.6.38
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25091
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Mon, 24 Jan 2011 12:51:48 +0000 (12:51 +0000)]
[target/orion]: upgrade to 2.6.37
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25090
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Mon, 24 Jan 2011 12:36:18 +0000 (12:36 +0000)]
[target/generic/2.6.38]: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25089
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Mon, 24 Jan 2011 12:33:25 +0000 (12:33 +0000)]
[target/generic/2.6.38]: replace the mips_boot patch with one that makes BOOT_RAW selectable, and enable it in the generic config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25088
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Mon, 24 Jan 2011 12:18:02 +0000 (12:18 +0000)]
this missing header patch is way too old for any sane software to depend on it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25087
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Mon, 24 Jan 2011 12:16:57 +0000 (12:16 +0000)]
remove mips gcc4 inline patch - fixed upstream
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25086
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Mon, 24 Jan 2011 12:11:25 +0000 (12:11 +0000)]
platform specific patches don't belong here - take #2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25085
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Mon, 24 Jan 2011 11:01:38 +0000 (11:01 +0000)]
platform specific patches don't belong here
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25083
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Mon, 24 Jan 2011 09:40:24 +0000 (09:40 +0000)]
[toolchain/uClibc]: update to latest git
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25082
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Mon, 24 Jan 2011 09:39:17 +0000 (09:39 +0000)]
[target/generic]: refresh 2.6.38 patches with -rc2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25081
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Mon, 24 Jan 2011 06:41:11 +0000 (06:41 +0000)]
2.6.38 supports xz ramdisks, too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25080
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 23 Jan 2011 20:59:13 +0000 (20:59 +0000)]
allow files/ to overwrite existing symlinks (fixes #3508)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25078
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sun, 23 Jan 2011 19:16:33 +0000 (19:16 +0000)]
[lantiq]
* adds arv4518pw mach support
* fixes arv4525pw
* make sure all mach names have the same style
* move code around
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25075
3c298f89-4303-0410-b956-
a3cf2f4a3e73
This page took 0.062749 seconds and 4 git commands to generate.