15.05/openwrt.git
13 years agokernel: the cryptosoft module of ocf needs cryptoapi manager support (for blkcipher...
Felix Fietkau [Sat, 2 Apr 2011 12:50:50 +0000 (12:50 +0000)]
kernel: the cryptosoft module of ocf needs cryptoapi manager support (for blkcipher, hash)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26402 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoar71xx: use DEFAULT:= in the uboot-ar71xx package instead of adding uboot to the...
Felix Fietkau [Sat, 2 Apr 2011 12:43:21 +0000 (12:43 +0000)]
ar71xx: use DEFAULT:= in the uboot-ar71xx package instead of adding uboot to the profiles, fixes imagebuilder issues

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26401 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[generic] flash_chips: Removed forced recognition of Macronix MX29LV640T flash chip...
Daniel Dickinson [Sat, 2 Apr 2011 05:44:46 +0000 (05:44 +0000)]
[generic] flash_chips: Removed forced recognition of Macronix MX29LV640T flash chip.  It should be recognized by the CFI and not need forcing.  User has not since replied.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26400 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoppp: fix fallout from the size reduction patch (thx, frogonwheels)
Felix Fietkau [Sat, 2 Apr 2011 02:24:38 +0000 (02:24 +0000)]
ppp: fix fallout from the size reduction patch (thx, frogonwheels)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26398 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoWe $(PLATFORM_SUBDIR)/target.mk gets included, include/kernel-version.mk hasn't yet...
Daniel Dickinson [Sat, 2 Apr 2011 02:02:24 +0000 (02:02 +0000)]
We $(PLATFORM_SUBDIR)/target.mk gets included, include/kernel-version.mk hasn't yet been included... therefore KERNEL_PATCHVER hasn't yet been defined.

Ergo, we need to use a deferred definition of GEOS_GPIO (and can't use ifeq/endif).

Signed-off-by: Philip Prindeville <philipp@openwrt.org
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26397 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoath9k: fix adhoc beacon issues (#9163)
Felix Fietkau [Sat, 2 Apr 2011 01:10:01 +0000 (01:10 +0000)]
ath9k: fix adhoc beacon issues (#9163)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26395 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoar71xx: enable access to the WAN port PHY on a few devices, adds WAN link detection
Felix Fietkau [Sat, 2 Apr 2011 00:47:33 +0000 (00:47 +0000)]
ar71xx: enable access to the WAN port PHY on a few devices, adds WAN link detection

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26394 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoar71xx: only allow internal access to the ar7240 switch, export the MDIO bus behind...
Felix Fietkau [Sat, 2 Apr 2011 00:47:29 +0000 (00:47 +0000)]
ar71xx: only allow internal access to the ar7240 switch, export the MDIO bus behind the switch instead

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26393 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoar71xx: frequent ethernet mac resets upset the MDIO bus on ar7240, so do not run...
Felix Fietkau [Sat, 2 Apr 2011 00:47:25 +0000 (00:47 +0000)]
ar71xx: frequent ethernet mac resets upset the MDIO bus on ar7240, so do not run them on every device open, only on tx timeouts

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26392 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[scripts/env]
John Crispin [Fri, 1 Apr 2011 11:07:27 +0000 (11:07 +0000)]
[scripts/env]

path expansion was broken due to a badly quoted *

Signed-of-by: Benjamin Cama <benoar@dolka.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26391 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[dropbear]
John Crispin [Fri, 1 Apr 2011 10:55:23 +0000 (10:55 +0000)]
[dropbear]

r25831 reduced the size of the dropbear executable by, among other things,
disabling support for keyboard-interactive authentication. The default
sshd configuration on Mac OS X only permits keyboard-interactive and
public-key authentication, so unless a public key is set up, the default
OpenWrt ssh client is now unable to connect to Mac OS X hosts. This patch
re-enables keyboard-interactive authentication.

In my tests, this increases the size of the stripped dropbear executable
by 416 bytes on mips and 1,104 bytes on mipsel. In my opinion, such a
small space savings isn't worthwhile when the resultant executable is
severely hamstrung.

Signed-off-by: Mark Mentovai <mark@moxienet.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26390 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[brcm63xx] Updated kernel version to 2.6.37.4. Tested with 6348 and 6358 devices.
Daniel Dickinson [Thu, 31 Mar 2011 06:16:23 +0000 (06:16 +0000)]
[brcm63xx] Updated kernel version to 2.6.37.4.  Tested with 6348 and 6358 devices.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26387 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] firewall: prevent duplicate values in interface state vars
Jo-Philipp Wich [Wed, 30 Mar 2011 20:29:17 +0000 (20:29 +0000)]
[package] firewall: prevent duplicate values in interface state vars

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26382 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoshmem_set_file: Remove ima_counts_get()
Michael Büsch [Wed, 30 Mar 2011 16:49:18 +0000 (16:49 +0000)]
shmem_set_file: Remove ima_counts_get()

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26378 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago2.6.38 vm_exports.patch: Fix merge error introduced in r26332
Michael Büsch [Wed, 30 Mar 2011 16:43:23 +0000 (16:43 +0000)]
2.6.38 vm_exports.patch: Fix merge error introduced in r26332
Thanks to acoul for noticing.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26377 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agokernel: ocf also requires kmod-crypto-mananger (which depends on kmod-crypto-hash)
Felix Fietkau [Wed, 30 Mar 2011 15:59:40 +0000 (15:59 +0000)]
kernel: ocf also requires kmod-crypto-mananger (which depends on kmod-crypto-hash)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26375 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] fix USB modules build on octeon
Florian Fainelli [Wed, 30 Mar 2011 15:36:26 +0000 (15:36 +0000)]
[package] fix USB modules build on octeon

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26374 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[octeon] package i2c master driver
Florian Fainelli [Wed, 30 Mar 2011 15:36:22 +0000 (15:36 +0000)]
[octeon] package i2c master driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26373 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agokernel: add missing dependency for ocf on kmod-crypto-hash
Felix Fietkau [Wed, 30 Mar 2011 15:07:09 +0000 (15:07 +0000)]
kernel: add missing dependency for ocf on kmod-crypto-hash

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26372 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: add all drivers to PKG_CONFIG_DEPENDS
Felix Fietkau [Wed, 30 Mar 2011 12:33:14 +0000 (12:33 +0000)]
mac80211: add all drivers to PKG_CONFIG_DEPENDS

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26369 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoath9k: fix reported signal strength
Felix Fietkau [Wed, 30 Mar 2011 11:38:39 +0000 (11:38 +0000)]
ath9k: fix reported signal strength

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26368 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agonl80211: send EAP frames as QoS data frames for QoS aware clients, should fix EAP...
Felix Fietkau [Wed, 30 Mar 2011 11:38:35 +0000 (11:38 +0000)]
nl80211: send EAP frames as QoS data frames for QoS aware clients, should fix EAP rekeying timeout issues with intel clients (#8830)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26367 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[omap35xx] Update filesystem selection
Hamish Guthrie [Wed, 30 Mar 2011 11:37:08 +0000 (11:37 +0000)]
[omap35xx] Update filesystem selection

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26366 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoqos-scripts: remove the layer7 based classifiers from the default configuration ...
Felix Fietkau [Wed, 30 Mar 2011 10:44:27 +0000 (10:44 +0000)]
qos-scripts: remove the layer7 based classifiers from the default configuration - they are unreliable and prone to memory leaks

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26364 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[omap35xx] Add uboot-envtools to gumstix builds
Hamish Guthrie [Wed, 30 Mar 2011 09:39:58 +0000 (09:39 +0000)]
[omap35xx] Add uboot-envtools to gumstix builds

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26363 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agokernel: fix autoload for the crypto_hash module (patch from #9136)
Felix Fietkau [Tue, 29 Mar 2011 13:31:39 +0000 (13:31 +0000)]
kernel: fix autoload for the crypto_hash module (patch from #9136)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26358 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agobusybox: enable cmp by default (#9133)
Felix Fietkau [Tue, 29 Mar 2011 10:58:42 +0000 (10:58 +0000)]
busybox: enable cmp by default (#9133)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26356 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[lantiq]
John Crispin [Tue, 29 Mar 2011 07:10:50 +0000 (07:10 +0000)]
[lantiq]
* adds spi driver, thx daniel

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26355 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[lantiq]
John Crispin [Tue, 29 Mar 2011 06:20:00 +0000 (06:20 +0000)]
[lantiq]
* fix ARV7518PW support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26354 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[lantiq]
John Crispin [Tue, 29 Mar 2011 06:19:31 +0000 (06:19 +0000)]
[lantiq]
* use netif_rx of the phydev if it is provided

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26353 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[lantiq]
John Crispin [Tue, 29 Mar 2011 05:18:08 +0000 (05:18 +0000)]
[lantiq]
* shrink the memory window of the wdt

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26352 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[lantiq]
John Crispin [Tue, 29 Mar 2011 05:17:10 +0000 (05:17 +0000)]
[lantiq]
* several updates to the voice packages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26351 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoscripts/diffconfig.sh: handle CONFIG_ALL, CONFIG_DEVEL and CONFIG_TOOLCHAINOPTS properly
Felix Fietkau [Mon, 28 Mar 2011 23:25:18 +0000 (23:25 +0000)]
scripts/diffconfig.sh: handle CONFIG_ALL, CONFIG_DEVEL and CONFIG_TOOLCHAINOPTS properly

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26349 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[x86] geos: support cpu MSR register and flashrom for coreboot upgrades
Florian Fainelli [Mon, 28 Mar 2011 21:31:02 +0000 (21:31 +0000)]
[x86] geos: support cpu MSR register and flashrom for coreboot upgrades

The early versions of the platform shipped with coreboot 3.0, which had some issues rebooting correctly the first time.

Allow the user to upgrade his BIOS from Linux.

Signed-of-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26344 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoUpdate omap24xx kconfig
Michael Büsch [Mon, 28 Mar 2011 15:53:28 +0000 (15:53 +0000)]
Update omap24xx kconfig

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26333 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoUpdate 2.6.38 to 2.6.38.2
Michael Büsch [Mon, 28 Mar 2011 15:44:03 +0000 (15:44 +0000)]
Update 2.6.38 to 2.6.38.2

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26332 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agolinux/atheros: add missing netpoll option. (closes #9130)
Alexandros C. Couloumbis [Mon, 28 Mar 2011 12:00:17 +0000 (12:00 +0000)]
linux/atheros: add missing netpoll option. (closes #9130)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26331 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoThe Geos target (and probably others, like net5501) need to grab the new cs5535 gpio...
Travis Kemen [Mon, 28 Mar 2011 01:18:58 +0000 (01:18 +0000)]
The Geos target (and probably others, like net5501) need to grab the new cs5535 gpio driver.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26330 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoramips: remove 2.6.36 stuff
Gabor Juhos [Sun, 27 Mar 2011 19:20:06 +0000 (19:20 +0000)]
ramips: remove 2.6.36 stuff

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26329 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoramips: switch to 2.6.37
Gabor Juhos [Sun, 27 Mar 2011 19:20:04 +0000 (19:20 +0000)]
ramips: switch to 2.6.37

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26328 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoramips: UPF_FIXED_TYPE must be set for the serial ports
Gabor Juhos [Sun, 27 Mar 2011 19:20:03 +0000 (19:20 +0000)]
ramips: UPF_FIXED_TYPE must be set for the serial ports

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26327 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoramips: define GPIO chips separately for each SoCs
Gabor Juhos [Sun, 27 Mar 2011 19:19:59 +0000 (19:19 +0000)]
ramips: define GPIO chips separately for each SoCs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26326 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoramips: move GPIO definitions into a separate header file
Gabor Juhos [Sun, 27 Mar 2011 19:19:57 +0000 (19:19 +0000)]
ramips: move GPIO definitions into a separate header file

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26325 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoramips: setup GPIO chip functions on the fly
Gabor Juhos [Sun, 27 Mar 2011 19:19:51 +0000 (19:19 +0000)]
ramips: setup GPIO chip functions on the fly

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26324 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoramips: use separate register base for GPIO chips
Gabor Juhos [Sun, 27 Mar 2011 19:19:48 +0000 (19:19 +0000)]
ramips: use separate register base for GPIO chips

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26323 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoramips: fix dir-300 mtd layout
Gabor Juhos [Sun, 27 Mar 2011 19:19:45 +0000 (19:19 +0000)]
ramips: fix dir-300 mtd layout

Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26322 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoramips: enable MDIO on the HW550-3G board
Gabor Juhos [Sun, 27 Mar 2011 19:19:41 +0000 (19:19 +0000)]
ramips: enable MDIO on the HW550-3G board

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26321 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoramips: add sysupgrade and status LED support for HW550-3G
Gabor Juhos [Sun, 27 Mar 2011 19:19:40 +0000 (19:19 +0000)]
ramips: add sysupgrade and status LED support for HW550-3G

This patch adds sysupgrade and status LED support for the Aztech
HW550-3G. Some LED GPIOs were changed for clarity.

Signed-off-by: Layne Edwards <ledwards76@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26320 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoubus: update to 2011-03-27 (includes an API simplification for object signatures...
Felix Fietkau [Sun, 27 Mar 2011 18:21:45 +0000 (18:21 +0000)]
ubus: update to 2011-03-27 (includes an API simplification for object signatures), use PKG_MIRROR_MD5SUM

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26319 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agolibubox: update to 2011-03-27 (includes some minor fixes), add PKG_MIRROR_MD5SUM
Felix Fietkau [Sun, 27 Mar 2011 18:21:40 +0000 (18:21 +0000)]
libubox: update to 2011-03-27 (includes some minor fixes), add PKG_MIRROR_MD5SUM

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26318 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoath9k: fix PS-Poll frame reception in AP mode on AR91xx and earlier - should fix...
Felix Fietkau [Sun, 27 Mar 2011 14:27:32 +0000 (14:27 +0000)]
ath9k: fix PS-Poll frame reception in AP mode on AR91xx and earlier - should fix some AP mode stability issues on these chips

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26316 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agouci: fix linking against libdl (#9123)
Felix Fietkau [Sun, 27 Mar 2011 12:56:20 +0000 (12:56 +0000)]
uci: fix linking against libdl (#9123)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26315 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] block-mount: Merged block-mount, block-extroot, and block-hotplug into...
Daniel Dickinson [Sun, 27 Mar 2011 06:40:51 +0000 (06:40 +0000)]
[package] block-mount: Merged block-mount, block-extroot, and block-hotplug into a single binary package called block-mount.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26314 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] block-mount block-extroot: Bump packages versions forgetten during previous...
Daniel Dickinson [Sun, 27 Mar 2011 06:02:30 +0000 (06:02 +0000)]
[package] block-mount block-extroot: Bump packages versions forgetten during previous two commits

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26313 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] block-mount block-extroot: Add commands /etc/init.d/fstab overlay_enable...
Daniel Dickinson [Sun, 27 Mar 2011 05:39:53 +0000 (05:39 +0000)]
[package] block-mount block-extroot: Add commands /etc/init.d/fstab overlay_enable and /etc/init.d/fstab whole_root_enable to renable a disable rootfs.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26312 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] block-mount block-extroot: Rename /tmp/rom-disabled to /tmp/whole_root...
Daniel Dickinson [Sun, 27 Mar 2011 05:39:47 +0000 (05:39 +0000)]
[package] block-mount block-extroot:  Rename /tmp/rom-disabled to /tmp/whole_root-dsibled for disabled mounts of a non-overlay external rootfs.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26311 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agouci: update to fix lua plugin linker issue (#9121)
Felix Fietkau [Sun, 27 Mar 2011 00:50:19 +0000 (00:50 +0000)]
uci: update to fix lua plugin linker issue (#9121)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26310 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agouci: install libucimap to the staging dir
Felix Fietkau [Sat, 26 Mar 2011 22:41:17 +0000 (22:41 +0000)]
uci: install libucimap to the staging dir

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26309 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoremove ucitrigger, it is unused and will be replaced by something different in the...
Felix Fietkau [Sat, 26 Mar 2011 22:25:59 +0000 (22:25 +0000)]
remove ucitrigger, it is unused and will be replaced by something different in the future

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26308 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agouci: update to latest version, uses cmake now
Felix Fietkau [Sat, 26 Mar 2011 21:00:20 +0000 (21:00 +0000)]
uci: update to latest version, uses cmake now

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26307 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomadwifi: add support for translating country codes into internal country code numbers...
Felix Fietkau [Sat, 26 Mar 2011 16:56:39 +0000 (16:56 +0000)]
madwifi: add support for translating country codes into internal country code numbers (based on a patch by Manuel Munz)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26306 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoRevert "kernel: remove all local symbols from kernel modules at link time to reduce...
Felix Fietkau [Sat, 26 Mar 2011 15:29:53 +0000 (15:29 +0000)]
Revert "kernel: remove all local symbols from kernel modules at link time to reduce their size"
Use -x when stripping kernel modules instead

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26305 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agostrip .gnu.attributes and .reginfo from kernel modules
Felix Fietkau [Sat, 26 Mar 2011 15:22:14 +0000 (15:22 +0000)]
strip .gnu.attributes and .reginfo from kernel modules

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26304 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: disable an unnecessary backport to reduce code size
Felix Fietkau [Sat, 26 Mar 2011 14:06:29 +0000 (14:06 +0000)]
mac80211: disable an unnecessary backport to reduce code size

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26303 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: remove an obsolete backport patch
Felix Fietkau [Sat, 26 Mar 2011 14:06:25 +0000 (14:06 +0000)]
mac80211: remove an obsolete backport patch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26302 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agokernel: use -fno-caller-saves
Felix Fietkau [Sat, 26 Mar 2011 01:07:16 +0000 (01:07 +0000)]
kernel: use -fno-caller-saves

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26301 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoglobal cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead...
Felix Fietkau [Sat, 26 Mar 2011 01:07:12 +0000 (01:07 +0000)]
global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead add -fno-caller-saves, which improves compression ratio for generated code with no apparent negative effects on performance

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26300 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoremove postinst files for preinstalled packages
Felix Fietkau [Fri, 25 Mar 2011 23:47:08 +0000 (23:47 +0000)]
remove postinst files for preinstalled packages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26299 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agokernel: remove all local symbols from kernel modules at link time to reduce their...
Felix Fietkau [Fri, 25 Mar 2011 23:47:04 +0000 (23:47 +0000)]
kernel: remove all local symbols from kernel modules at link time to reduce their size

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26298 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agokernel: remove wrong chunks from the 2.6.37 and 2.6.38 version of the mips oprofile fix
Felix Fietkau [Fri, 25 Mar 2011 22:18:17 +0000 (22:18 +0000)]
kernel: remove wrong chunks from the 2.6.37 and 2.6.38 version of the mips oprofile fix

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26297 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agokernel: split up cryptoapi, move hash support and blockcipher/algorithm manager to...
Felix Fietkau [Fri, 25 Mar 2011 21:28:44 +0000 (21:28 +0000)]
kernel: split up cryptoapi, move hash support and blockcipher/algorithm manager to separate packages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26296 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: add a pending patch to remove the dependency on ecb
Felix Fietkau [Fri, 25 Mar 2011 21:28:22 +0000 (21:28 +0000)]
mac80211: add a pending patch to remove the dependency on ecb

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26295 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: fix zd1211 config override
Felix Fietkau [Fri, 25 Mar 2011 21:20:14 +0000 (21:20 +0000)]
mac80211: fix zd1211 config override

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26294 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: update to wireless-testing 2011-03-24
Felix Fietkau [Fri, 25 Mar 2011 21:12:28 +0000 (21:12 +0000)]
mac80211: update to wireless-testing 2011-03-24

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26293 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoiptables: libiptc.so is only a compatibility stub, split the package into libip4tc...
Felix Fietkau [Fri, 25 Mar 2011 18:02:51 +0000 (18:02 +0000)]
iptables: libiptc.so is only a compatibility stub, split the package into libip4tc and libip6tc and adjust dependencies

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26292 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoath9k: fix chip wakeup on interface start - should fix some instability issues
Felix Fietkau [Fri, 25 Mar 2011 16:36:48 +0000 (16:36 +0000)]
ath9k: fix chip wakeup on interface start - should fix some instability issues

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26290 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agohostapd: add more wps config methods to the config
Felix Fietkau [Fri, 25 Mar 2011 14:01:05 +0000 (14:01 +0000)]
hostapd: add more wps config methods to the config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26288 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: fix a deadlock in minstrel_ht when a HT client without valid MCS rates...
Felix Fietkau [Fri, 25 Mar 2011 14:00:59 +0000 (14:00 +0000)]
mac80211: fix a deadlock in minstrel_ht when a HT client without valid MCS rates connects

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26287 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoredboot-ar231x: mark as broken, the ecos host tool crap needs some rework for tcl...
Felix Fietkau [Fri, 25 Mar 2011 00:55:25 +0000 (00:55 +0000)]
redboot-ar231x: mark as broken, the ecos host tool crap needs some rework for tcl on some systems

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26286 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: fix dropping multicast proberequest frames for ad-hoc
Felix Fietkau [Thu, 24 Mar 2011 13:38:20 +0000 (13:38 +0000)]
mac80211: fix dropping multicast proberequest frames for ad-hoc

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26284 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agotools/cmake: update to version 2.8.4
Alexandros C. Couloumbis [Thu, 24 Mar 2011 11:27:07 +0000 (11:27 +0000)]
tools/cmake: update to version 2.8.4

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26283 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoath9k: add a few de-bloating and optimization patches
Felix Fietkau [Wed, 23 Mar 2011 20:16:58 +0000 (20:16 +0000)]
ath9k: add a few de-bloating and optimization patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26281 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoath9k: merge a pending patch for fixing a stopped queue issue (mostly for client...
Felix Fietkau [Wed, 23 Mar 2011 20:16:53 +0000 (20:16 +0000)]
ath9k: merge a pending patch for fixing a stopped queue issue (mostly for client mode)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26280 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[omap35xx]: Correct CTI patch
Hamish Guthrie [Wed, 23 Mar 2011 14:08:33 +0000 (14:08 +0000)]
[omap35xx]: Correct CTI patch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26276 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[omap35xx] kernel: add CTI usb-id's to FTDI driver
Hamish Guthrie [Wed, 23 Mar 2011 11:31:49 +0000 (11:31 +0000)]
[omap35xx] kernel: add CTI usb-id's to FTDI driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26275 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[omap35xx] Add patch to correct sub-page alignment
Hamish Guthrie [Wed, 23 Mar 2011 08:23:04 +0000 (08:23 +0000)]
[omap35xx] Add patch to correct sub-page alignment

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26274 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: update to wireless-testing 2011-03-22
Felix Fietkau [Tue, 22 Mar 2011 21:00:58 +0000 (21:00 +0000)]
mac80211: update to wireless-testing 2011-03-22

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26273 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agohostapd: make entropy collection contribute to the kernel pool
Felix Fietkau [Tue, 22 Mar 2011 21:00:54 +0000 (21:00 +0000)]
hostapd: make entropy collection contribute to the kernel pool

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26272 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[ar71xx] fix image generation in the Image Builder environment
Jo-Philipp Wich [Tue, 22 Mar 2011 18:56:55 +0000 (18:56 +0000)]
[ar71xx] fix image generation in the Image Builder environment

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26271 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[include] target.mk: don't enable coreutils by default, it does not even exist anymor...
Jo-Philipp Wich [Tue, 22 Mar 2011 18:06:12 +0000 (18:06 +0000)]
[include] target.mk: don't enable coreutils by default, it does not even exist anymore... fixes the Image Builder

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26269 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[ixp4xx]: add 2.6.38 support
Imre Kaloz [Tue, 22 Mar 2011 15:04:17 +0000 (15:04 +0000)]
[ixp4xx]: add 2.6.38 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26268 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoenable the 'big kernel lock' by default
Imre Kaloz [Tue, 22 Mar 2011 09:20:34 +0000 (09:20 +0000)]
enable the 'big kernel lock' by default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26267 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoath9k: add a patch from linux-wireless@ for reducing driver size
Felix Fietkau [Tue, 22 Mar 2011 00:41:55 +0000 (00:41 +0000)]
ath9k: add a patch from linux-wireless@ for reducing driver size

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26264 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agohostapd: update to 2011-02-21, use PKG_MIRROR_MD5SUM, includes fixes for WPS
Felix Fietkau [Mon, 21 Mar 2011 23:02:12 +0000 (23:02 +0000)]
hostapd: update to 2011-02-21, use PKG_MIRROR_MD5SUM, includes fixes for WPS

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26261 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoadd support for md5sum checks for mirrored tarballs of packages with version control...
Felix Fietkau [Mon, 21 Mar 2011 23:02:06 +0000 (23:02 +0000)]
add support for md5sum checks for mirrored tarballs of packages with version control source urls

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26260 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[include] image.mk: only upgrade permissions instead of overwriting, utilize tar...
Jo-Philipp Wich [Mon, 21 Mar 2011 17:38:15 +0000 (17:38 +0000)]
[include] image.mk: only upgrade permissions instead of overwriting, utilize tar -p flag for targz image targets (#7667)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26259 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[tools] ipkg-utils: utilize the tar -p flag to preserve permissions (#7667)
Jo-Philipp Wich [Mon, 21 Mar 2011 17:36:50 +0000 (17:36 +0000)]
[tools] ipkg-utils: utilize the tar -p flag to preserve permissions (#7667)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26258 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agosysupgrade works on the wp54
Travis Kemen [Mon, 21 Mar 2011 16:52:14 +0000 (16:52 +0000)]
sysupgrade works on the wp54

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26257 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] ncurses: install ncurses5-config and ncursesw5-config (#9044)
Jo-Philipp Wich [Mon, 21 Mar 2011 06:45:20 +0000 (06:45 +0000)]
[package] ncurses: install ncurses5-config and ncursesw5-config (#9044)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26255 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] hotplug2: Added zaptel subsystem to /etc/hotplugs2.rules so that the zaptel...
Daniel Dickinson [Mon, 21 Mar 2011 05:53:17 +0000 (05:53 +0000)]
[package] hotplug2: Added zaptel subsystem to /etc/hotplugs2.rules so that the zaptel kernel module package only needs to had a script to create the correct device nodes (default names differ from what all apps that use zaptel actually use, so a script is necessary).

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26253 3c298f89-4303-0410-b956-a3cf2f4a3e73