openwrt/openwrt.git
12 years agokernel: fix i2c section after r28334
Florian Fainelli [Mon, 10 Oct 2011 09:23:56 +0000 (09:23 +0000)]
kernel: fix i2c section after r28334

SVN-Revision: 28399

12 years agofix a small logic error in package download
Felix Fietkau [Sun, 9 Oct 2011 16:54:03 +0000 (16:54 +0000)]
fix a small logic error in package download

SVN-Revision: 28395

12 years agobuild system: add a feature that allows you to pull sources from a git tree instead...
Felix Fietkau [Sun, 9 Oct 2011 16:33:59 +0000 (16:33 +0000)]
build system: add a feature that allows you to pull sources from a git tree instead of the usual tarball

SVN-Revision: 28394

12 years agoupdate libubox and ubus to the latest version
Felix Fietkau [Sun, 9 Oct 2011 16:01:49 +0000 (16:01 +0000)]
update libubox and ubus to the latest version

SVN-Revision: 28393

12 years agomac80211: update to wireless-testing 2011-10-05 + pending patches
Felix Fietkau [Sun, 9 Oct 2011 15:48:03 +0000 (15:48 +0000)]
mac80211: update to wireless-testing 2011-10-05 + pending patches

SVN-Revision: 28392

12 years agopackage/gdb: disable expat properly, remove conditional dependency on libexpat, bump...
Nicolas Thill [Sun, 9 Oct 2011 14:11:33 +0000 (14:11 +0000)]
package/gdb: disable expat properly, remove conditional dependency on libexpat, bump release number

SVN-Revision: 28390

12 years agomac80211: set the country code early to allow crda to settle
Felix Fietkau [Sat, 8 Oct 2011 17:34:56 +0000 (17:34 +0000)]
mac80211: set the country code early to allow crda to settle

SVN-Revision: 28387

12 years agomac80211: remove a WARN_ON that causes compile errors on 2.6.32
Felix Fietkau [Sat, 8 Oct 2011 15:20:34 +0000 (15:20 +0000)]
mac80211: remove a WARN_ON that causes compile errors on 2.6.32

SVN-Revision: 28386

12 years agoiw: update to v3.1, add support for per-chain signal strength info
Felix Fietkau [Sat, 8 Oct 2011 14:48:29 +0000 (14:48 +0000)]
iw: update to v3.1, add support for per-chain signal strength info

SVN-Revision: 28385

12 years agoath9k: add support for per-chain signal strength info
Felix Fietkau [Sat, 8 Oct 2011 14:48:23 +0000 (14:48 +0000)]
ath9k: add support for per-chain signal strength info

SVN-Revision: 28384

12 years agoath9k: extend the phy error disable patch
Felix Fietkau [Sat, 8 Oct 2011 13:41:04 +0000 (13:41 +0000)]
ath9k: extend the phy error disable patch

SVN-Revision: 28383

12 years agoag71xx: close a race between the phy state machine and link state
Jonas Gorski [Sat, 8 Oct 2011 11:37:14 +0000 (11:37 +0000)]
ag71xx: close a race between the phy state machine and link state

A fast stop/start cycle could leave the ag71xx interrupts and tx engine
disabled when using a phy driver with a fixed link and the start/stop
happens between two phy state machine polls.

Prevent this by always forcing the link down on stop regardless of phy
state and having a phy connected.

SVN-Revision: 28380

12 years agoath9k: disable phy error reporting on the rx queue to improve stability under noisy...
Felix Fietkau [Fri, 7 Oct 2011 19:00:02 +0000 (19:00 +0000)]
ath9k: disable phy error reporting on the rx queue to improve stability under noisy conditions

SVN-Revision: 28379

12 years agoiproute2: update to 2.6.39
Florian Fainelli [Fri, 7 Oct 2011 16:03:12 +0000 (16:03 +0000)]
iproute2: update to 2.6.39

Signed-off-by: Daniel Mierswa <impulze@impulze.org>
SVN-Revision: 28378

12 years agoadd IDs for Huawai K3770, K3771, K4510 and K4511 to option driver
Jo-Philipp Wich [Thu, 6 Oct 2011 18:23:16 +0000 (18:23 +0000)]
add IDs for Huawai K3770, K3771, K4510 and K4511 to option driver

SVN-Revision: 28376

12 years agoppp: move the rp_pppoe_* options behind the plugin argument
Jo-Philipp Wich [Tue, 4 Oct 2011 23:41:12 +0000 (23:41 +0000)]
ppp: move the rp_pppoe_* options behind the plugin argument

SVN-Revision: 28368

12 years agoppp: implement pppoe specific uci options "ac" and "service" which map to "rp_pppoe_a...
Jo-Philipp Wich [Tue, 4 Oct 2011 23:37:53 +0000 (23:37 +0000)]
ppp: implement pppoe specific uci options "ac" and "service" which map to "rp_pppoe_ac" and "rp_pppoe_service"

SVN-Revision: 28366

12 years agoppp: add workaround for ignored rp_pppoe_ac and rp_pppoe_service options by appending...
Jo-Philipp Wich [Tue, 4 Oct 2011 23:10:36 +0000 (23:10 +0000)]
ppp: add workaround for ignored rp_pppoe_ac and rp_pppoe_service options by appending the nic-xxx argument last

SVN-Revision: 28364

12 years agoadd missing kernel config symbols
Florian Fainelli [Tue, 4 Oct 2011 09:15:37 +0000 (09:15 +0000)]
add missing kernel config symbols

SVN-Revision: 28363

12 years agoswconfig: fix vlan/port configs being applied to all switches
Jonas Gorski [Mon, 3 Oct 2011 23:39:31 +0000 (23:39 +0000)]
swconfig: fix vlan/port configs being applied to all switches

Check devn instead of dev (which will never be null at this point).

SVN-Revision: 28362

12 years agokernel-build.mk: there is no tarball when using CONFIG_KERNEL_GIT_CLONE_URI or CONFIG...
Jo-Philipp Wich [Mon, 3 Oct 2011 11:33:13 +0000 (11:33 +0000)]
kernel-build.mk: there is no tarball when using CONFIG_KERNEL_GIT_CLONE_URI or CONFIG_EXTERNAL_KERNEL_TREE, do not make the prepared stamp file depend on it in this case

SVN-Revision: 28361

12 years agokernel.mk: also do not download Linux if CONFIG_KERNEL_GIT_CLONE_URI is set
Jo-Philipp Wich [Mon, 3 Oct 2011 10:19:25 +0000 (10:19 +0000)]
kernel.mk: also do not download Linux if CONFIG_KERNEL_GIT_CLONE_URI is set

SVN-Revision: 28360

12 years agoWas specifying input-polled-keys and not input-keys-polled as the module name. Philip...
Daniel Dickinson [Mon, 3 Oct 2011 04:39:54 +0000 (04:39 +0000)]
Was specifying input-polled-keys and not input-keys-polled as the module name. Philip Prindeville - 2011-10-03 03:58:17

SVN-Revision: 28357

12 years agoAdd patch for linux-3.0 as well.
Daniel Dickinson [Mon, 3 Oct 2011 03:09:20 +0000 (03:09 +0000)]
Add patch for linux-3.0 as well.

Fix typo from previous submission with input-keys-polled.
Philip Prindeville - 2011-10-03 01:44:55

SVN-Revision: 28356

12 years agoNew x86 platform specific symbol needed for 3.1-rc3.
Daniel Dickinson [Mon, 3 Oct 2011 03:06:29 +0000 (03:06 +0000)]
New x86 platform specific symbol needed for 3.1-rc3.

12 years agoThe name gpio-cs5535 used to refer to the drivers/char/ module, but in 3.1 it refers...
Daniel Dickinson [Mon, 3 Oct 2011 03:04:11 +0000 (03:04 +0000)]
The name gpio-cs5535 used to refer to the drivers/char/ module, but in 3.1 it refers to what had been drivers/gpio/cs5535-gpio in more recent kernels. Philip Prindeville - 2011-08-29 04:55:59

SVN-Revision: 28354

12 years agoA lot of these options get set automatically when Geode is selected.
Daniel Dickinson [Mon, 3 Oct 2011 03:02:42 +0000 (03:02 +0000)]
A lot of these options get set automatically when Geode is selected.

Don't make the config more complicated than it needs to be.
Philip Prindeville - 2011-08-29 03:15:27

SVN-Revision: 28353

12 years agopackage I2C_MUX_GPIO
John Crispin [Sat, 1 Oct 2011 22:36:47 +0000 (22:36 +0000)]
package I2C_MUX_GPIO

this module was missing from [28334]

buildbots timed out as the symbol was not defined

SVN-Revision: 28352

12 years agoath9k: add some more fixes to AP handling of buffered frames for powersave clients
Felix Fietkau [Fri, 30 Sep 2011 22:23:35 +0000 (22:23 +0000)]
ath9k: add some more fixes to AP handling of buffered frames for powersave clients

SVN-Revision: 28344

12 years agoadd vlan definitions for Siemens SE505v2
Florian Fainelli [Fri, 30 Sep 2011 12:55:33 +0000 (12:55 +0000)]
add vlan definitions for Siemens SE505v2

Hi,

this patch adds the correct vlan definitions for the Siemens SE505v2. It
applies to trunk as well as backfire (please apply here too). On
backfire this also patches brcm-2,4, because brcm47xx base-files is just
symlinked to brcm-2.4.

It also fixes two whitespace issues.

Tested with brcm47xx on both trunk and backfire branch and works as
expected.

Signed-off-by: Manuel Munz <freifunk@somakoma.de>
SVN-Revision: 28336

12 years agoadd kmod-hwmon-lm95241
Florian Fainelli [Fri, 30 Sep 2011 12:55:30 +0000 (12:55 +0000)]
add kmod-hwmon-lm95241

This allows building the module for the national lm95241 i2c temperature sensor.

Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 28335

12 years agoadd support for more i2c muxes
Florian Fainelli [Fri, 30 Sep 2011 12:55:26 +0000 (12:55 +0000)]
add support for more i2c muxes

This patch should bring support for several kernel modules related to
I2C to openwrt, which are existing for several years now. Namely there
is the i2c-tiny-usb bus driver, to hook up an I2C bus on any device with
usb support (prevent voiding warranty when opening and soldering).
Second, there is support for the i2c-mux driver and pca954x as a I2C
switch driver.
Finally there is support for common I2C gpio expander driver modules
pca953x and pcf857x. They work without providing platform data recently
(can be instantiated at runtime).

Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
SVN-Revision: 28334

12 years agodnsmasq: update to 2.58
Florian Fainelli [Fri, 30 Sep 2011 12:55:23 +0000 (12:55 +0000)]
dnsmasq: update to 2.58

patch by Raphael Huck.

SVN-Revision: 28333

12 years agobuild system: add support for download-time make hooks
Felix Fietkau [Fri, 30 Sep 2011 11:12:13 +0000 (11:12 +0000)]
build system: add support for download-time make hooks

SVN-Revision: 28322

12 years agohostap-driver: introduce "disabled" option for wifi-iface section to shutdown single...
Vasilis Tsiligiannis [Thu, 29 Sep 2011 12:37:04 +0000 (12:37 +0000)]
hostap-driver: introduce "disabled" option for wifi-iface section to shutdown single networks on a radio

SVN-Revision: 28318

12 years agokernel: remove the x86 dependency from kmod-sky2 so that it can be used on other...
Felix Fietkau [Wed, 28 Sep 2011 22:05:32 +0000 (22:05 +0000)]
kernel: remove the x86 dependency from kmod-sky2 so that it can be used on other platforms as well

SVN-Revision: 28314

12 years agoThe enable function was using the global timeout variable for local operations. This...
John Crispin [Mon, 26 Sep 2011 10:35:51 +0000 (10:35 +0000)]
The enable function was using the global timeout variable for local operations. This resulted in the value of the global variable being corrupted, thus breaking the code.

SVN-Revision: 28310

12 years ago* remove obseleted m25p80 patch
John Crispin [Mon, 26 Sep 2011 09:36:02 +0000 (09:36 +0000)]
* remove obseleted m25p80 patch

SVN-Revision: 28309

12 years ago* rebase 3.0 patches * fold some fixes into existing patches
John Crispin [Mon, 26 Sep 2011 09:35:02 +0000 (09:35 +0000)]
* rebase 3.0 patches * fold some fixes into existing patches

SVN-Revision: 28308

12 years ago* fixes brnboot image generation
John Crispin [Mon, 26 Sep 2011 09:00:11 +0000 (09:00 +0000)]
* fixes brnboot image generation

SVN-Revision: 28307

12 years agobase-files: use "zonename" system option to symlink /etc/localtime via /tmp/localtime...
Jo-Philipp Wich [Mon, 26 Sep 2011 02:28:04 +0000 (02:28 +0000)]
base-files: use "zonename" system option to symlink /etc/localtime via /tmp/localtime to /usr/share/zoneinfo for glibc and eglibc

SVN-Revision: 28306

12 years agoimage.mk: pass through $(CONFIG_PKG_BUILD_JOBS) to the mksquashfs -processors option
Jo-Philipp Wich [Mon, 26 Sep 2011 02:02:35 +0000 (02:02 +0000)]
image.mk: pass through $(CONFIG_PKG_BUILD_JOBS) to the mksquashfs -processors option

SVN-Revision: 28305

12 years agoath9k: fix some tx aggregation issues - reduces the number of tx dma stop failures
Felix Fietkau [Sun, 25 Sep 2011 18:34:54 +0000 (18:34 +0000)]
ath9k: fix some tx aggregation issues - reduces the number of tx dma stop failures

SVN-Revision: 28301

12 years agoath9k: merge a pending fix for powersave
Felix Fietkau [Sun, 25 Sep 2011 18:34:38 +0000 (18:34 +0000)]
ath9k: merge a pending fix for powersave

SVN-Revision: 28300

12 years agomac80211: rework mac address generation for virtual interfaces; set locally administe...
Jo-Philipp Wich [Sun, 25 Sep 2011 14:14:37 +0000 (14:14 +0000)]
mac80211: rework mac address generation for virtual interfaces; set locally administered bit on generated macs and change the last two bytes isntead of the first one

SVN-Revision: 28298

12 years agobase-files: apply network interface settings such as macaddr, mtu and txqueuelen...
Felix Fietkau [Sat, 24 Sep 2011 20:34:17 +0000 (20:34 +0000)]
base-files: apply network interface settings such as macaddr, mtu and txqueuelen in prepare_interface instead of setup_interface. setting the mtu after the interface is up is unreliable on some drivers such as gianfar

SVN-Revision: 28297

12 years agoar71xx: fix MAC addresses on the DIR-825-B1 board
Gabor Juhos [Fri, 23 Sep 2011 19:56:39 +0000 (19:56 +0000)]
ar71xx: fix MAC addresses on the DIR-825-B1 board

Patch-by: Lukas Kuna
SVN-Revision: 28295

12 years agoar71xx: enable login only on the system console by default
Gabor Juhos [Fri, 23 Sep 2011 19:56:38 +0000 (19:56 +0000)]
ar71xx: enable login only on the system console by default

SVN-Revision: 28294

12 years agolinux/generic: commit an upstream kernel 3.0 patch (fixes busubox-1.19.2 build failure)
Alexandros C. Couloumbis [Fri, 23 Sep 2011 10:00:13 +0000 (10:00 +0000)]
linux/generic: commit an upstream kernel 3.0 patch (fixes busubox-1.19.2 build failure)

SVN-Revision: 28293

12 years agobase-files: make ip matching in dns add/remove functions more explicit, avoids overma...
Jo-Philipp Wich [Fri, 23 Sep 2011 08:35:50 +0000 (08:35 +0000)]
base-files: make ip matching in dns add/remove functions more explicit, avoids overmatching pairs like 1.2.3.35 and 1.2.3.3

SVN-Revision: 28291

12 years agokernel: modules: usb.mk: fix a typo
Jonas Gorski [Thu, 22 Sep 2011 20:14:42 +0000 (20:14 +0000)]
kernel: modules: usb.mk: fix a typo

Closes #10143.

SVN-Revision: 28290

12 years agoar71xx: build images for the TP-Link TL-WR703N v1 board
Gabor Juhos [Wed, 21 Sep 2011 11:47:56 +0000 (11:47 +0000)]
ar71xx: build images for the TP-Link TL-WR703N v1 board

Based on a patch by dongyuqi <729650915@qq.com>

SVN-Revision: 28279

12 years agofirmware-utils/mktplinkfw: add support for TL-WR703N v1
Gabor Juhos [Wed, 21 Sep 2011 11:47:55 +0000 (11:47 +0000)]
firmware-utils/mktplinkfw: add support for TL-WR703N v1

Patch-by: dongyuqi <729650915@qq.com>
SVN-Revision: 28278

12 years agoar71xx: add support for the TP-Link TL-WR703N v1 board
Gabor Juhos [Wed, 21 Sep 2011 11:47:53 +0000 (11:47 +0000)]
ar71xx: add support for the TP-Link TL-WR703N v1 board

Based on a patch by dongyuqi <729650915@qq.com>

SVN-Revision: 28277

12 years agoar71xx: add AR933x specific USB setup function
Gabor Juhos [Wed, 21 Sep 2011 11:47:51 +0000 (11:47 +0000)]
ar71xx: add AR933x specific USB setup function

SVN-Revision: 28276

12 years agoar71xx: add ar71xx_device_reset_rmw helper
Gabor Juhos [Wed, 21 Sep 2011 11:47:50 +0000 (11:47 +0000)]
ar71xx: add ar71xx_device_reset_rmw helper

SVN-Revision: 28275

12 years agoar71xx: fix copy&paste bug in WZRHPAG300H profile description
Gabor Juhos [Wed, 21 Sep 2011 11:47:48 +0000 (11:47 +0000)]
ar71xx: fix copy&paste bug in WZRHPAG300H profile description

SVN-Revision: 28274

12 years agoar71xx: remove 'default [yn]' from machine Kconfig entries
Gabor Juhos [Wed, 21 Sep 2011 11:47:47 +0000 (11:47 +0000)]
ar71xx: remove 'default [yn]' from machine Kconfig entries

SVN-Revision: 28273

12 years agoar71xx: sort AR71XX_MACH_* entries
Gabor Juhos [Wed, 21 Sep 2011 11:47:45 +0000 (11:47 +0000)]
ar71xx: sort AR71XX_MACH_* entries

SVN-Revision: 28272

12 years agoar71xx: create image for the TP-Link TL-WR743ND v1
Gabor Juhos [Wed, 21 Sep 2011 11:47:44 +0000 (11:47 +0000)]
ar71xx: create image for the TP-Link TL-WR743ND v1

Same hardware as WR741ND but with PoE support.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 28271

12 years agofirmware-utils/mktplinkfw: add support for TL-WR743ND v1
Gabor Juhos [Wed, 21 Sep 2011 11:47:42 +0000 (11:47 +0000)]
firmware-utils/mktplinkfw: add support for TL-WR743ND v1

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 28270

12 years agoar71xx: create image for the TP-Link TL-WR740N v3
Gabor Juhos [Wed, 21 Sep 2011 11:47:40 +0000 (11:47 +0000)]
ar71xx: create image for the TP-Link TL-WR740N v3

Signed-off-by: Martin Raykov <martin.raykov@gmail.com>
SVN-Revision: 28269

12 years agofirmware-utils/mktplinkfw: add support for TL-WR740N v3
Gabor Juhos [Wed, 21 Sep 2011 11:47:39 +0000 (11:47 +0000)]
firmware-utils/mktplinkfw: add support for TL-WR740N v3

Signed-off-by: Martin Raykov <martin.raykov@gmail.com>
SVN-Revision: 28268

12 years agogeneric: jumbo frames support for rtl8366s
Gabor Juhos [Wed, 21 Sep 2011 11:47:38 +0000 (11:47 +0000)]
generic: jumbo frames support for rtl8366s

This patch adds the option to enable jumbo frames on the rtl8366s
switch. This is almost exactly the same as the first patch at
https://dev.openwrt.org/ticket/7977 and it has been requested
in a comment there.

I have tested this and it successfully allows devices on the switch
using jumbo frames to communicate.

Signed-off-by: Ash Hughes <ashley.hughes@blueyonder.co.uk>
SVN-Revision: 28267

12 years agopackage/maccalc: don't expect to get all data in one read
Gabor Juhos [Wed, 21 Sep 2011 11:47:35 +0000 (11:47 +0000)]
package/maccalc: don't expect to get all data in one read

Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
SVN-Revision: 28266

12 years agowpa_supplicant: increase the time between scans to reduce the number of hw resets
Felix Fietkau [Tue, 20 Sep 2011 14:45:38 +0000 (14:45 +0000)]
wpa_supplicant: increase the time between scans to reduce the number of hw resets

SVN-Revision: 28262

12 years agoath9k: fix antenna gain calculation
Felix Fietkau [Tue, 20 Sep 2011 10:42:45 +0000 (10:42 +0000)]
ath9k: fix antenna gain calculation

SVN-Revision: 28261

12 years agoath9k: fix handling configured tx power limits
Felix Fietkau [Mon, 19 Sep 2011 17:36:41 +0000 (17:36 +0000)]
ath9k: fix handling configured tx power limits

SVN-Revision: 28260

12 years agob43: merge ad-hoc beacon fix
Felix Fietkau [Mon, 19 Sep 2011 09:59:00 +0000 (09:59 +0000)]
b43: merge ad-hoc beacon fix

SVN-Revision: 28258

12 years agouhttpd: fix bad pointer use in previous commit
Jo-Philipp Wich [Sun, 18 Sep 2011 23:34:25 +0000 (23:34 +0000)]
uhttpd: fix bad pointer use in previous commit

SVN-Revision: 28257

12 years agouhttpd: fix possible CGI header line parsing beyound the empty line, thanks Linus...
Jo-Philipp Wich [Sun, 18 Sep 2011 22:30:20 +0000 (22:30 +0000)]
uhttpd: fix possible CGI header line parsing beyound the empty line, thanks Linus Luessing for spotting it

SVN-Revision: 28254

12 years agoath9k: add some cleanup patches and rework tx power handling
Felix Fietkau [Sat, 17 Sep 2011 16:02:56 +0000 (16:02 +0000)]
ath9k: add some cleanup patches and rework tx power handling

SVN-Revision: 28253

12 years agoath9k: do not strip MMIC for key miss frames
Felix Fietkau [Sat, 17 Sep 2011 08:41:54 +0000 (08:41 +0000)]
ath9k: do not strip MMIC for key miss frames

SVN-Revision: 28252

12 years agomac80211: reduce tx queue length of wireless interfaces - improves latency under...
Felix Fietkau [Sat, 17 Sep 2011 08:34:42 +0000 (08:34 +0000)]
mac80211: reduce tx queue length of wireless interfaces - improves latency under load

SVN-Revision: 28251

12 years agoath9k: fix a regression in handling of MAC key miss events (should improve connection...
Felix Fietkau [Sat, 17 Sep 2011 08:34:37 +0000 (08:34 +0000)]
ath9k: fix a regression in handling of MAC key miss events (should improve connection stability)

SVN-Revision: 28250

12 years agoath9k: fix compile without debugfs (#10117)
Felix Fietkau [Sat, 17 Sep 2011 07:03:20 +0000 (07:03 +0000)]
ath9k: fix compile without debugfs (#10117)

SVN-Revision: 28249

12 years agomac80211/ath9k: fix excessive "Failed to stop TX DMA" logspam in client mode
Felix Fietkau [Fri, 16 Sep 2011 07:59:51 +0000 (07:59 +0000)]
mac80211/ath9k: fix excessive "Failed to stop TX DMA" logspam in client mode

SVN-Revision: 28247

12 years agomac80211: update to wireless-testing 2011-09-14
Felix Fietkau [Thu, 15 Sep 2011 17:55:16 +0000 (17:55 +0000)]
mac80211: update to wireless-testing 2011-09-14

SVN-Revision: 28245

12 years agobase-files: Fix IPv6 address and route adding on aliases with no IPv4 address configured
Vasilis Tsiligiannis [Wed, 14 Sep 2011 13:37:44 +0000 (13:37 +0000)]
base-files: Fix IPv6 address and route adding on aliases with no IPv4 address configured

SVN-Revision: 28241

12 years agoRevert "[package] base-files: Add support for assigning multiple IPv6 addresses on...
Vasilis Tsiligiannis [Wed, 14 Sep 2011 13:37:40 +0000 (13:37 +0000)]
Revert "[package] base-files: Add support for assigning multiple IPv6 addresses on an interface"

Multiple IPv6 addresses should be handled with alias sections

SVN-Revision: 28240

12 years agofix generation for arm platforms Based on patch by Roman Yeryomin <roman@advem.lv>
Jo-Philipp Wich [Tue, 13 Sep 2011 07:39:14 +0000 (07:39 +0000)]
fix generation for arm platforms Based on patch by Roman Yeryomin <roman@advem.lv>

SVN-Revision: 28225

12 years ago6to4: fix lifetime options (#9147)
Jo-Philipp Wich [Tue, 13 Sep 2011 07:29:27 +0000 (07:29 +0000)]
6to4: fix lifetime options (#9147)

SVN-Revision: 28223

12 years agobase-files: Add support for assigning multiple IPv6 addresses on an interface
Vasilis Tsiligiannis [Mon, 12 Sep 2011 21:07:00 +0000 (21:07 +0000)]
base-files: Add support for assigning multiple IPv6 addresses on an interface

SVN-Revision: 28222

12 years agoar71xx: fix register range check for DMA stuck checks (thx, Frédéric Moulins)
Felix Fietkau [Sun, 11 Sep 2011 17:44:12 +0000 (17:44 +0000)]
ar71xx: fix register range check for DMA stuck checks (thx, Frédéric Moulins)

SVN-Revision: 28213

12 years agoath9k: add a better fix for beacon timer reliability
Felix Fietkau [Sun, 11 Sep 2011 11:16:20 +0000 (11:16 +0000)]
ath9k: add a better fix for beacon timer reliability

SVN-Revision: 28211

12 years agobroadcom-wl: implement wpa_group_rekey option (mapped to nas -g)
Jo-Philipp Wich [Fri, 9 Sep 2011 18:21:30 +0000 (18:21 +0000)]
broadcom-wl: implement wpa_group_rekey option (mapped to nas -g)

SVN-Revision: 28208

12 years agohostapd: introduce "wpa_pair_rekey" and "wpa_master_rekey" options, remove hardcoded...
Jo-Philipp Wich [Fri, 9 Sep 2011 18:19:18 +0000 (18:19 +0000)]
hostapd: introduce "wpa_pair_rekey" and "wpa_master_rekey" options, remove hardcoded wpa rekey intervals, remove hardcoded radius_acct_interim_interval as it might overrule the radius Acct-Interim-Interval attribute

SVN-Revision: 28207

12 years agoVarious enhancements from Manuel Munz <freifunk@somakoma.de> - don't regenerate Packa...
Jo-Philipp Wich [Fri, 9 Sep 2011 17:25:20 +0000 (17:25 +0000)]
Various enhancements from Manuel Munz <freifunk@somakoma.de> - don't regenerate Package index unless the packagedir changes - remove opkg lists from rootfs, saves > 1MB uncompressed - don't direct errors on index creation into packagelist

SVN-Revision: 28205

12 years agoath9k: fix an rx path race condition that might be the cause of the "ath: DMA failed...
Felix Fietkau [Fri, 9 Sep 2011 07:20:44 +0000 (07:20 +0000)]
ath9k: fix an rx path race condition that might be the cause of the "ath: DMA failed to stop in 10 ms" logspam as well as various connection stability issues

SVN-Revision: 28202

12 years agobroadcom-wl: introduce "disabled" option for wifi-iface section to shutdown single...
Jo-Philipp Wich [Thu, 8 Sep 2011 23:34:13 +0000 (23:34 +0000)]
broadcom-wl: introduce "disabled" option for wifi-iface section to shutdown single networks on a radio

SVN-Revision: 28200

12 years agomadwifi: introduce "disabled" option for wifi-iface section to shutdown single networ...
Jo-Philipp Wich [Thu, 8 Sep 2011 23:31:42 +0000 (23:31 +0000)]
madwifi: introduce "disabled" option for wifi-iface section to shutdown single networks on a radio

SVN-Revision: 28199

12 years agomac80211: introduce "disabled" option for wifi-iface section to shutdown single netwo...
Jo-Philipp Wich [Thu, 8 Sep 2011 23:21:36 +0000 (23:21 +0000)]
mac80211: introduce "disabled" option for wifi-iface section to shutdown single networks on a radio

SVN-Revision: 28198

12 years agoXen DomU: make sure kernel is gzip compressed, pygrub cannot handle xz
Jo-Philipp Wich [Thu, 8 Sep 2011 22:18:26 +0000 (22:18 +0000)]
Xen DomU: make sure kernel is gzip compressed, pygrub cannot handle xz

SVN-Revision: 28197

12 years agomac80211: fix an endian issue in BlockAckReq handling
Felix Fietkau [Wed, 7 Sep 2011 06:06:34 +0000 (06:06 +0000)]
mac80211: fix an endian issue in BlockAckReq handling

SVN-Revision: 28190

12 years agomac80211: merge a power save related race condition fix
Felix Fietkau [Tue, 6 Sep 2011 11:09:40 +0000 (11:09 +0000)]
mac80211: merge a power save related race condition fix

SVN-Revision: 28185

12 years agoar71xx: do not count normal interrupts as spurious (fixes #10037)
Felix Fietkau [Tue, 6 Sep 2011 05:38:23 +0000 (05:38 +0000)]
ar71xx: do not count normal interrupts as spurious (fixes #10037)

SVN-Revision: 28182

12 years agorules.mk: provide a LIBGCC_A variable
Jo-Philipp Wich [Mon, 5 Sep 2011 19:29:22 +0000 (19:29 +0000)]
rules.mk: provide a LIBGCC_A variable

SVN-Revision: 28175

12 years agoar71xx: clean up profiles, put in kmod-ath9k and wpad-mini by default (fixes #9954)
Felix Fietkau [Mon, 5 Sep 2011 18:37:48 +0000 (18:37 +0000)]
ar71xx: clean up profiles, put in kmod-ath9k and wpad-mini by default (fixes #9954)

SVN-Revision: 28173

12 years agoath9k: fix beacon timer init on reset
Felix Fietkau [Sun, 4 Sep 2011 19:06:02 +0000 (19:06 +0000)]
ath9k: fix beacon timer init on reset

SVN-Revision: 28169

12 years agohostapd: add a workaround for driver issues in various android devices with texas...
Felix Fietkau [Sun, 4 Sep 2011 18:23:36 +0000 (18:23 +0000)]
hostapd: add a workaround for driver issues in various android devices with texas instruments wifi

SVN-Revision: 28167