openwrt/svn-archive/archive.git
11 years ago[generic/3.3]: refresh patches
Imre Kaloz [Fri, 21 Sep 2012 05:38:16 +0000 (05:38 +0000)]
[generic/3.3]: refresh patches

SVN-Revision: 33501

11 years agocns3xxx: add a small optimization for rx offload
Felix Fietkau [Fri, 21 Sep 2012 00:13:12 +0000 (00:13 +0000)]
cns3xxx: add a small optimization for rx offload

SVN-Revision: 33500

11 years agocns3xxx: fix ethernet port lookup for multi-descriptor jumbo frames
Felix Fietkau [Fri, 21 Sep 2012 00:13:08 +0000 (00:13 +0000)]
cns3xxx: fix ethernet port lookup for multi-descriptor jumbo frames

SVN-Revision: 33499

11 years agocns3xxx: fix ethernet packet alignment issues (hw has an alignment requirement of...
Felix Fietkau [Thu, 20 Sep 2012 20:27:18 +0000 (20:27 +0000)]
cns3xxx: fix ethernet packet alignment issues (hw has an alignment requirement of 64), fix skb fragment chaining

SVN-Revision: 33498

11 years agokernel: enable perf events when enabling profiling, fixes oprofile on arm
Felix Fietkau [Thu, 20 Sep 2012 20:27:14 +0000 (20:27 +0000)]
kernel: enable perf events when enabling profiling, fixes oprofile on arm

SVN-Revision: 33497

11 years ago[brcm47xx]: deactivate mips wait instruction for MIPS 74K on Broadcom SoCs
Hauke Mehrtens [Thu, 20 Sep 2012 14:51:57 +0000 (14:51 +0000)]
[brcm47xx]: deactivate mips wait instruction for MIPS 74K on Broadcom SoCs

When not removing support for the wait instruction, when ruining on the
BCM4706 SoC the system stops after msleep() without an exception. I
haven't seen this problem on the other Broadcom SoCs with a 74K CPU,
but in the Broadcom SDK it is deactivated for all CPUs of this type.

SVN-Revision: 33496

11 years agocns3xxx: remove the broken flag
Felix Fietkau [Wed, 19 Sep 2012 23:50:25 +0000 (23:50 +0000)]
cns3xxx: remove the broken flag

SVN-Revision: 33493

11 years agocns3xxx: fix kernel config
Felix Fietkau [Wed, 19 Sep 2012 23:50:22 +0000 (23:50 +0000)]
cns3xxx: fix kernel config

SVN-Revision: 33492

11 years agocns3xxx: fix ethernet jumbo-frame support, use single-page rx buffers and skb fragmen...
Felix Fietkau [Wed, 19 Sep 2012 23:50:18 +0000 (23:50 +0000)]
cns3xxx: fix ethernet jumbo-frame support, use single-page rx buffers and skb fragment lists

SVN-Revision: 33491

11 years agocns3xxx: fix ethernet tx checksum offload
Felix Fietkau [Wed, 19 Sep 2012 23:50:15 +0000 (23:50 +0000)]
cns3xxx: fix ethernet tx checksum offload

SVN-Revision: 33490

11 years agocns3xxx: merge ethernet driver changes from gateworks
Felix Fietkau [Wed, 19 Sep 2012 23:50:12 +0000 (23:50 +0000)]
cns3xxx: merge ethernet driver changes from gateworks

SVN-Revision: 33489

11 years agocns3xxx: build images for the old boot loader and the new one (default to the new...
Felix Fietkau [Wed, 19 Sep 2012 23:50:09 +0000 (23:50 +0000)]
cns3xxx: build images for the old boot loader and the new one (default to the new one)

SVN-Revision: 33488

11 years agocns3xxx: fix the ethernet driver makefile
Felix Fietkau [Wed, 19 Sep 2012 23:50:06 +0000 (23:50 +0000)]
cns3xxx: fix the ethernet driver makefile

SVN-Revision: 33487

11 years agocns3xxx: reorganize patches, fix pcie io space init order
Felix Fietkau [Wed, 19 Sep 2012 23:50:02 +0000 (23:50 +0000)]
cns3xxx: reorganize patches, fix pcie io space init order

SVN-Revision: 33486

11 years agocns3xxx: move virtual io addresses to vmalloc space to fix kernel BUG() calls
Felix Fietkau [Wed, 19 Sep 2012 23:49:58 +0000 (23:49 +0000)]
cns3xxx: move virtual io addresses to vmalloc space to fix kernel BUG() calls

SVN-Revision: 33485

11 years agocns3xxx: add missing callbacks for the laguna machine support
Felix Fietkau [Wed, 19 Sep 2012 23:49:50 +0000 (23:49 +0000)]
cns3xxx: add missing callbacks for the laguna machine support

SVN-Revision: 33484

11 years ago[package] fuse: remove now redundant dependency on +USE_EGLIBC:librt
Jo-Philipp Wich [Wed, 19 Sep 2012 15:37:35 +0000 (15:37 +0000)]
[package] fuse: remove now redundant dependency on +USE_EGLIBC:librt

SVN-Revision: 33482

11 years ago[include] make packages depend on +librt and +libpthread by default if eglibc is...
Jo-Philipp Wich [Wed, 19 Sep 2012 15:30:40 +0000 (15:30 +0000)]
[include] make packages depend on +librt and +libpthread by default if eglibc is in use

SVN-Revision: 33480

11 years ago[package] gdb: gdbserver package dependency fix (#11179)
Florian Fainelli [Wed, 19 Sep 2012 15:13:50 +0000 (15:13 +0000)]
[package] gdb: gdbserver package dependency fix (#11179)

In the current trunk, gdbserver is not building anymore (with EGLIBC 2.15
selected) due to a missing dependency:
Package gdbserver is missing dependencies for the following libraries:
libthread_db.so.1

In order to fix it, the system shared lib libthread_db.so.1 is copied from
the toolchain lib dir into the gdb package target structure (/usr/lib) to
pass the dependency checks.
This patch was (quickly) reviewed by Paul Fertser on IRC.

Signed-off-by: xxiao <xxiao@fosiao.com>
Signed-off-by: Matthieu Boujonnier <openwrt-devel@metaverse.fr>
SVN-Revision: 33479

11 years ago[toolchain] uClibc: fix uClibc implementation of eventfd
Florian Fainelli [Wed, 19 Sep 2012 15:13:48 +0000 (15:13 +0000)]
[toolchain] uClibc: fix uClibc implementation of eventfd

uClibc declares eventfd() as taking two arguments but doesn't properly
pass the second argument to the kernel.

The problem is discussed at:
http://lists.uclibc.org/pipermail/uclibc/2012-May/046873.html

This patch is taken from uclibc 0.9.33 git, so will presumably
be integrated in any future releases.

Signed-off-by: Andy Leiserson <andy@leiserson.org>
SVN-Revision: 33478

11 years ago[package] base-files: release an attached loop device on umounting
Florian Fainelli [Wed, 19 Sep 2012 15:13:44 +0000 (15:13 +0000)]
[package] base-files: release an attached loop device on umounting

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 33477

11 years ago[package] fuse: Add librt to fuse to build with eglibc
Florian Fainelli [Wed, 19 Sep 2012 15:13:41 +0000 (15:13 +0000)]
[package] fuse: Add librt to fuse to build with eglibc

Signed-off-by: xxiao <xxiao@fosiao.com>
SVN-Revision: 33476

11 years ago[package] busybox: add support for CHECKSUM_PARTIAL to udhcpc
Florian Fainelli [Wed, 19 Sep 2012 15:13:38 +0000 (15:13 +0000)]
[package] busybox: add support for CHECKSUM_PARTIAL to udhcpc

When running as KVM or Xen guest, packets may be received with
incomplete checksum[1].  Patch adopted from Fedora dhcp package.

[1]. http://article.gmane.org/gmane.linux.kernel/1003853

Signed-off-by: Alexey I. Froloff <raorn@raorn.name>
SVN-Revision: 33475

11 years agobrcm47xx/profiles/PS-1208MFG: remove reference to non-existing package
Florian Fainelli [Wed, 19 Sep 2012 15:13:33 +0000 (15:13 +0000)]
brcm47xx/profiles/PS-1208MFG: remove reference to non-existing package

The package block-hotplug doesn't exist, refer to block-mount instead.

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

11 years agoomap24xx/profiles/n810: remove reference to non-existing package
Florian Fainelli [Wed, 19 Sep 2012 15:13:30 +0000 (15:13 +0000)]
omap24xx/profiles/n810: remove reference to non-existing package

The package block-hotplug doesn't exist, removing reference to it.

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

11 years ago[package] mac80211: remove ep93xx target from blacklist.
Florian Fainelli [Wed, 19 Sep 2012 11:39:48 +0000 (11:39 +0000)]
[package] mac80211: remove ep93xx target from blacklist.

SVN-Revision: 33465

11 years ago[package]: switch: improve error message
Hauke Mehrtens [Wed, 19 Sep 2012 10:57:38 +0000 (10:57 +0000)]
[package]: switch: improve error message

SVN-Revision: 33464

11 years ago[brcm47xx]: update fix-boot patch.
Hauke Mehrtens [Wed, 19 Sep 2012 10:18:36 +0000 (10:18 +0000)]
[brcm47xx]: update fix-boot patch.

Do not change the code any more but use the kconfig options

SVN-Revision: 33463

11 years ago[brcm47xx]: update gpio patches
Hauke Mehrtens [Wed, 19 Sep 2012 10:17:51 +0000 (10:17 +0000)]
[brcm47xx]: update gpio patches

SVN-Revision: 33462

11 years agobinutils: backport ld patch to fix ARM specific issues with --gc-sections
Felix Fietkau [Wed, 19 Sep 2012 06:33:07 +0000 (06:33 +0000)]
binutils: backport ld patch to fix ARM specific issues with --gc-sections

SVN-Revision: 33461

11 years agoar71xx: fix a typo in TEW-637GRU image names
Gabor Juhos [Tue, 18 Sep 2012 14:32:25 +0000 (14:32 +0000)]
ar71xx: fix a typo in TEW-637GRU image names

SVN-Revision: 33460

11 years agoar71xx: revert DIR-825-B1 wholeflash image support.
Gabor Juhos [Tue, 18 Sep 2012 14:30:57 +0000 (14:30 +0000)]
ar71xx: revert DIR-825-B1 wholeflash image support.

It should be implemmented in a cleaner way.

This reverts the following commits:
[ar71xx] dir-825-b1: Fix wholeflash images
[ar71xx] dir825b1: Add image for DIR-825-B1 that uses the whole flash"

SVN-Revision: 33459

11 years ago[realview] disable VFPv4 probing
Florian Fainelli [Tue, 18 Sep 2012 10:00:56 +0000 (10:00 +0000)]
[realview] disable VFPv4 probing

This will make the kernel crash on systems using qemu < 1.1.0. Until fixed
disable VPFv4 capability probing.

SVN-Revision: 33458

11 years ago[realview] partially revert r33403
Florian Fainelli [Tue, 18 Sep 2012 10:00:46 +0000 (10:00 +0000)]
[realview] partially revert r33403

The target CFLAGS were also accidentally changed

SVN-Revision: 33457

11 years agohostapd: update mirror md5sum for latest version (fixes #12208)
Felix Fietkau [Tue, 18 Sep 2012 07:01:26 +0000 (07:01 +0000)]
hostapd: update mirror md5sum for latest version (fixes #12208)

SVN-Revision: 33456

11 years agoar71xx: register the NAND flash controller device on DB120
Gabor Juhos [Mon, 17 Sep 2012 20:30:57 +0000 (20:30 +0000)]
ar71xx: register the NAND flash controller device on DB120

SVN-Revision: 33455

11 years agoar71xx: ar934x_nfc: remove unused oob parameter of ar934x_nfc_send_read
Gabor Juhos [Mon, 17 Sep 2012 20:30:55 +0000 (20:30 +0000)]
ar71xx: ar934x_nfc: remove unused oob parameter of ar934x_nfc_send_read

SVN-Revision: 33454

11 years agoar71xx: ar934x_nfc: increase DMA retry count
Gabor Juhos [Mon, 17 Sep 2012 20:30:54 +0000 (20:30 +0000)]
ar71xx: ar934x_nfc: increase DMA retry count

SVN-Revision: 33453

11 years agoar71xx: ar934x_nfc: optimize READOOB operation on large page devices
Gabor Juhos [Mon, 17 Sep 2012 20:30:53 +0000 (20:30 +0000)]
ar71xx: ar934x_nfc: optimize READOOB operation on large page devices

SVN-Revision: 33452

11 years agoar71xx: ar934x_nfc: fix RNDOUT operation
Gabor Juhos [Mon, 17 Sep 2012 20:30:51 +0000 (20:30 +0000)]
ar71xx: ar934x_nfc: fix RNDOUT operation

SVN-Revision: 33451

11 years agoar71xx: ar934x_nfc: fix READ{0,1} operation on large page devices
Gabor Juhos [Mon, 17 Sep 2012 20:30:50 +0000 (20:30 +0000)]
ar71xx: ar934x_nfc: fix READ{0,1} operation on large page devices

SVN-Revision: 33450

11 years ago[package] base-files: make file compare silent in migrate-sysctl
Jo-Philipp Wich [Mon, 17 Sep 2012 18:36:51 +0000 (18:36 +0000)]
[package] base-files: make file compare silent in migrate-sysctl

SVN-Revision: 33449

11 years ago[package] base-files: add uci-defaults script to migrate sysctl.conf (#12196)
Jo-Philipp Wich [Mon, 17 Sep 2012 17:15:56 +0000 (17:15 +0000)]
[package] base-files: add uci-defaults script to migrate sysctl.conf (#12196)

SVN-Revision: 33448

11 years ago[ar71xx] dir-825-b1: Fix wholeflash images: Attempting to flash a wholeflash (-openwr...
Daniel Dickinson [Mon, 17 Sep 2012 14:17:12 +0000 (14:17 +0000)]
[ar71xx] dir-825-b1: Fix wholeflash images: Attempting to flash a wholeflash (-openwrt) image from the normal image would brick (but recoverable via emergency flash) the router if the wholeflash image was larger than the maximum size for a normal image.  First we rename the -openwrt images to -wholeflash since -openwrt is really too generic.  We also revert the changes to the regular dir-825-b1 image, which now is the same as before, but add a -towholeflash image which is almost the same as the regular dir-825-b1 image, but copies caldata to new location and allows flashing of images that use the full flash (except u-boot, u-boot-env, and caldata paritition space) (these are the -wholeflash images).

SVN-Revision: 33447

11 years agoar71xx: add missing code for ar933x WMAC reset that was left out during the ar71xx...
Felix Fietkau [Mon, 17 Sep 2012 11:17:29 +0000 (11:17 +0000)]
ar71xx: add missing code for ar933x WMAC reset that was left out during the ar71xx->ath79 migration, should fix wifi stability issues on ar933x

SVN-Revision: 33446

11 years agobuild: ensure that package/host-build build system code does not run in parallel...
Felix Fietkau [Mon, 17 Sep 2012 11:17:26 +0000 (11:17 +0000)]
build: ensure that package/host-build build system code does not run in parallel, fixes rare spurious parallel build failures

SVN-Revision: 33445

11 years agogcc: enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 14:18:19 +0000 (14:18 +0000)]
gcc: enable parallel builds

SVN-Revision: 33444

11 years agobinutils: enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 14:18:16 +0000 (14:18 +0000)]
binutils: enable parallel builds

SVN-Revision: 33443

11 years agogdb: enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 14:18:13 +0000 (14:18 +0000)]
gdb: enable parallel builds

SVN-Revision: 33442

11 years agotools/cmake: enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 14:18:10 +0000 (14:18 +0000)]
tools/cmake: enable parallel builds

SVN-Revision: 33441

11 years agotools/e2fsprogs: enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 14:18:07 +0000 (14:18 +0000)]
tools/e2fsprogs: enable parallel builds

SVN-Revision: 33440

11 years agotools/bison: enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 14:18:04 +0000 (14:18 +0000)]
tools/bison: enable parallel builds

SVN-Revision: 33439

11 years agotools/flex: enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 14:18:01 +0000 (14:18 +0000)]
tools/flex: enable parallel builds

SVN-Revision: 33438

11 years agotools/libelf: enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 14:17:58 +0000 (14:17 +0000)]
tools/libelf: enable parallel builds

SVN-Revision: 33437

11 years agotools/mpc: enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 14:17:55 +0000 (14:17 +0000)]
tools/mpc: enable parallel builds

SVN-Revision: 33436

11 years agotools/mpc: remove bogus configure override
Felix Fietkau [Sat, 15 Sep 2012 14:17:52 +0000 (14:17 +0000)]
tools/mpc: remove bogus configure override

SVN-Revision: 33435

11 years agotools/mpfr enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 14:17:49 +0000 (14:17 +0000)]
tools/mpfr enable parallel builds

SVN-Revision: 33434

11 years agotools/mpfr: remove bogus configure override
Felix Fietkau [Sat, 15 Sep 2012 14:17:46 +0000 (14:17 +0000)]
tools/mpfr: remove bogus configure override

SVN-Revision: 33433

11 years agotools/gmp enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 14:17:43 +0000 (14:17 +0000)]
tools/gmp enable parallel builds

SVN-Revision: 33432

11 years agotools/xz enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 14:17:40 +0000 (14:17 +0000)]
tools/xz enable parallel builds

SVN-Revision: 33431

11 years agotools/pkg-config: enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 14:17:37 +0000 (14:17 +0000)]
tools/pkg-config: enable parallel builds

SVN-Revision: 33430

11 years agotools/libtool: enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 14:17:34 +0000 (14:17 +0000)]
tools/libtool: enable parallel builds

SVN-Revision: 33429

11 years agotools/sed: enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 14:17:31 +0000 (14:17 +0000)]
tools/sed: enable parallel builds

SVN-Revision: 33428

11 years agotools/m4: bypass a time consuming configure test
Felix Fietkau [Sat, 15 Sep 2012 14:17:28 +0000 (14:17 +0000)]
tools/m4: bypass a time consuming configure test

SVN-Revision: 33427

11 years agotools/m4: enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 14:17:24 +0000 (14:17 +0000)]
tools/m4: enable parallel builds

SVN-Revision: 33426

11 years ago[package] netifd: prevent error in ifup if no /etc/config/wireless exists, properly...
Jo-Philipp Wich [Sat, 15 Sep 2012 12:50:55 +0000 (12:50 +0000)]
[package] netifd: prevent error in ifup if no /etc/config/wireless exists, properly handle wifi-iface sections which are part of multiple networks

SVN-Revision: 33425

11 years agoopkg: add host and package parallel build support
Felix Fietkau [Sat, 15 Sep 2012 12:34:52 +0000 (12:34 +0000)]
opkg: add host and package parallel build support

SVN-Revision: 33424

11 years agobuild: add jobserver support for host builds
Felix Fietkau [Sat, 15 Sep 2012 12:34:48 +0000 (12:34 +0000)]
build: add jobserver support for host builds

SVN-Revision: 33423

11 years agobuild: move the -j flag to package.mk instead of grabbing it from makeflags, otherwis...
Felix Fietkau [Sat, 15 Sep 2012 12:16:14 +0000 (12:16 +0000)]
build: move the -j flag to package.mk instead of grabbing it from makeflags, otherwise it occasionally gets omitted on full builds

SVN-Revision: 33422

11 years agokernel: suppress redundant calls to headers installation
Felix Fietkau [Sat, 15 Sep 2012 12:16:11 +0000 (12:16 +0000)]
kernel: suppress redundant calls to headers installation

SVN-Revision: 33421

11 years agokernel: remove the explicit kernel make call for "oldconfig prepare scripts", the...
Felix Fietkau [Sat, 15 Sep 2012 12:16:07 +0000 (12:16 +0000)]
kernel: remove the explicit kernel make call for "oldconfig prepare scripts", the kernel build system has proper dependencies

SVN-Revision: 33420

11 years agohostapd: enable parallel build
Felix Fietkau [Sat, 15 Sep 2012 11:37:07 +0000 (11:37 +0000)]
hostapd: enable parallel build

SVN-Revision: 33419

11 years agolinux-atm: enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 11:37:04 +0000 (11:37 +0000)]
linux-atm: enable parallel builds

SVN-Revision: 33418

11 years agolibpcap: enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 11:37:01 +0000 (11:37 +0000)]
libpcap: enable parallel builds

SVN-Revision: 33417

11 years agodnsmasq: enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 11:36:58 +0000 (11:36 +0000)]
dnsmasq: enable parallel builds

SVN-Revision: 33416

11 years agoppp: enable parallel builds
Felix Fietkau [Sat, 15 Sep 2012 11:36:55 +0000 (11:36 +0000)]
ppp: enable parallel builds

SVN-Revision: 33415

11 years agobuild: add a config option for passing the top-level make jobserver to packages that...
Felix Fietkau [Sat, 15 Sep 2012 10:21:24 +0000 (10:21 +0000)]
build: add a config option for passing the top-level make jobserver to packages that have parallel build enabled, significantly improves parallelization and gets rid of CPU overcommit during intra-package parallel builds

SVN-Revision: 33414

11 years agoar71xx: fix WP543 image builds
Felix Fietkau [Sat, 15 Sep 2012 10:21:21 +0000 (10:21 +0000)]
ar71xx: fix WP543 image builds

SVN-Revision: 33413

11 years agohostapd: add a config option for the inactivity timeout
Felix Fietkau [Sat, 15 Sep 2012 10:21:18 +0000 (10:21 +0000)]
hostapd: add a config option for the inactivity timeout

SVN-Revision: 33412

11 years agoD-Link DAP-1350; Avoid bricking esw config
John Crispin [Sat, 15 Sep 2012 09:28:28 +0000 (09:28 +0000)]
D-Link DAP-1350; Avoid bricking esw config

This is a patch to connect eth0.1 (lan) to the only
ethernet connector available.

D-Link DAP-1350 goes bricked with AA 12.09-beta.

This is because the current esw configuration for the
board connects eth0.2 (wan) to the *ONE and ONLY*
ethernet connector available, preventing initial access
to the board through 192.168.1.1 on eth0.1 after flashing,
effectively bricking the board.

There are things that should be done to make this board
really useful, but for AA 12.09, this one liner is
indispensable.

Signed of by Yoichi Shinoda <shinoda@jaist.ac.jp>

SVN-Revision: 33411

11 years agoramips/rt3883: fix a typo in the ASUS profile
John Crispin [Sat, 15 Sep 2012 09:20:50 +0000 (09:20 +0000)]
ramips/rt3883: fix a typo in the ASUS profile

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

11 years ago[realview] partially revert r33403
Florian Fainelli [Fri, 14 Sep 2012 15:44:25 +0000 (15:44 +0000)]
[realview] partially revert r33403

SVN-Revision: 33409

11 years ago[leon] set DEVICE_TYPE to developerboard
Florian Fainelli [Fri, 14 Sep 2012 15:37:51 +0000 (15:37 +0000)]
[leon] set DEVICE_TYPE to developerboard

SVN-Revision: 33408

11 years ago[leon] fix sparc32 assembler failures with newer toolchains
Florian Fainelli [Fri, 14 Sep 2012 15:37:40 +0000 (15:37 +0000)]
[leon] fix sparc32 assembler failures with newer toolchains

SVN-Revision: 33407

11 years ago[leon] refresh patches so they apply cleanly
Florian Fainelli [Fri, 14 Sep 2012 15:37:12 +0000 (15:37 +0000)]
[leon] refresh patches so they apply cleanly

SVN-Revision: 33406

11 years ago[buildroot] add sparc specific site files
Florian Fainelli [Fri, 14 Sep 2012 15:36:41 +0000 (15:36 +0000)]
[buildroot] add sparc specific site files

SVN-Revision: 33405

11 years ago[package] busybox: add patch to fix CVE-2011-2716 in udhcp.
Florian Fainelli [Fri, 14 Sep 2012 15:36:38 +0000 (15:36 +0000)]
[package] busybox: add patch to fix CVE-2011-2716 in udhcp.

SVN-Revision: 33404

11 years ago[realview] set DEVICE_TYPE to developperboard
Florian Fainelli [Fri, 14 Sep 2012 15:36:33 +0000 (15:36 +0000)]
[realview] set DEVICE_TYPE to developperboard

SVN-Revision: 33403

11 years ago[malta] set DEVICE_TYPE to developperboard
Florian Fainelli [Fri, 14 Sep 2012 15:36:30 +0000 (15:36 +0000)]
[malta] set DEVICE_TYPE to developperboard

SVN-Revision: 33402

11 years agohostapd: add a patch for suppressing probe responses from APs that have reached their...
Felix Fietkau [Fri, 14 Sep 2012 14:08:39 +0000 (14:08 +0000)]
hostapd: add a patch for suppressing probe responses from APs that have reached their limit of maximum number of clients

SVN-Revision: 33401

11 years agohostapd: add an option for configuring the maximum number of connected clients
Felix Fietkau [Fri, 14 Sep 2012 14:08:35 +0000 (14:08 +0000)]
hostapd: add an option for configuring the maximum number of connected clients

SVN-Revision: 33400

11 years agohostapd: enable disassoc on many consecutive excessive retries, improves AP mode...
Felix Fietkau [Fri, 14 Sep 2012 13:45:29 +0000 (13:45 +0000)]
hostapd: enable disassoc on many consecutive excessive retries, improves AP mode reliability with many clients

SVN-Revision: 33399

11 years agomac80211: fix regdb locking issues
Felix Fietkau [Fri, 14 Sep 2012 13:37:30 +0000 (13:37 +0000)]
mac80211: fix regdb locking issues

SVN-Revision: 33398

11 years ago[package] busybox: fix build with recent eglibc toolchains
Florian Fainelli [Thu, 13 Sep 2012 15:57:59 +0000 (15:57 +0000)]
[package] busybox: fix build with recent eglibc toolchains

SVN-Revision: 33395

11 years agohostapd: support wps in hostapd_cli even when built from the mini variant
Felix Fietkau [Thu, 13 Sep 2012 12:39:14 +0000 (12:39 +0000)]
hostapd: support wps in hostapd_cli even when built from the mini variant

SVN-Revision: 33393

11 years agohostapd: update to 2012-09-10
Felix Fietkau [Thu, 13 Sep 2012 12:38:51 +0000 (12:38 +0000)]
hostapd: update to 2012-09-10

SVN-Revision: 33392

11 years ago[package] base-files: remove route enabled check in lib/functions/network.sh after...
Jo-Philipp Wich [Thu, 13 Sep 2012 08:47:10 +0000 (08:47 +0000)]
[package] base-files: remove route enabled check in lib/functions/network.sh after netifd bump

SVN-Revision: 33391

11 years ago[package] netifd: update to latest git head, reorganizes ubus output of inactive...
Jo-Philipp Wich [Thu, 13 Sep 2012 08:47:06 +0000 (08:47 +0000)]
[package] netifd: update to latest git head, reorganizes ubus output of inactive values

SVN-Revision: 33390

11 years agoar71xx: merge machine support patches
Gabor Juhos [Thu, 13 Sep 2012 07:26:28 +0000 (07:26 +0000)]
ar71xx: merge machine support patches

SVN-Revision: 33389

11 years agoar71xx: register the NAND controller device on the RB2011
Gabor Juhos [Thu, 13 Sep 2012 07:26:26 +0000 (07:26 +0000)]
ar71xx: register the NAND controller device on the RB2011

SVN-Revision: 33388