openwrt.git
14 years ago[xburst] refresh patches
lars [Wed, 17 Mar 2010 15:07:36 +0000 (15:07 +0000)]
[xburst] refresh patches

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

14 years ago[xburst] The lcm driver currently does not use any of the backlight api, so
lars [Tue, 16 Mar 2010 23:15:18 +0000 (23:15 +0000)]
[xburst] The lcm driver currently does not use any of the backlight api, so
remove CONFIG_BACKLIGHT_CLASS_DEVICE as a dependecy and from the config. Fixes #6871

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

14 years agoar71xx: fix semantics error in the __ar71xx_gpio_get_value function.
juhosg [Tue, 16 Mar 2010 19:53:25 +0000 (19:53 +0000)]
ar71xx: fix semantics error in the __ar71xx_gpio_get_value function.

  * Thanks to Pascal Dornier

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

14 years agoifxmips - adds cf0001 swizzel patch, by/signed off Veli-Matti Valtonen (maligor)
blogic [Tue, 16 Mar 2010 17:49:42 +0000 (17:49 +0000)]
ifxmips - adds cf0001 swizzel patch, by/signed off Veli-Matti Valtonen (maligor)

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

14 years agoadm5120: use 2.6.32.10 kernel
acoul [Tue, 16 Mar 2010 14:42:24 +0000 (14:42 +0000)]
adm5120: use 2.6.32.10 kernel

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

14 years agorevert last commit
acoul [Tue, 16 Mar 2010 14:40:59 +0000 (14:40 +0000)]
revert last commit

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

14 years agoadm5120: use 2.6.33.1 kernel
acoul [Tue, 16 Mar 2010 14:16:00 +0000 (14:16 +0000)]
adm5120: use 2.6.33.1 kernel

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

14 years agoar71xx: optimize GPIO code
juhosg [Tue, 16 Mar 2010 14:02:31 +0000 (14:02 +0000)]
ar71xx: optimize GPIO code

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

14 years agonew kernel checksums:
markus [Tue, 16 Mar 2010 13:04:03 +0000 (13:04 +0000)]
new kernel checksums:
 2.6.32.10
 2.6.33.1

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

14 years agofix yenta_socket driver
markus [Tue, 16 Mar 2010 10:41:26 +0000 (10:41 +0000)]
fix yenta_socket driver

Disable some calls the WRT54G3G implementation does not like
and enable interrupts to allow hotplugging.

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

14 years agofix PCI resouce allocation for SSB PCI host bridge
markus [Tue, 16 Mar 2010 10:39:37 +0000 (10:39 +0000)]
fix PCI resouce allocation for SSB PCI host bridge

The defined offset is wrong and the fixup-code overrides it
later on so that it never gets used for most PCI devices.
Unfortunately the yenta-socket allocates its own resources
and crashes because of the wrong mem_offset.

It seems that the offset and fixup code came from 2.4 where
resource allocation was handled differently.

This patch removes the unneeded parts and thus enables
the yenta_socket on the WRT54G3G platform.

It was tested on Asus WL500G-Premium (v1 and v2), Linksys
WRT54G3G, Netgear WGT634U

Signed-off-by: Michael Buesch <mb@bu3sch.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20239 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agorb532: don't use bridge by default
acoul [Tue, 16 Mar 2010 08:26:50 +0000 (08:26 +0000)]
rb532: don't use bridge by default

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

14 years agorb532: sync patches. Use 2.6.33.1 kernel
acoul [Tue, 16 Mar 2010 08:23:02 +0000 (08:23 +0000)]
rb532: sync patches. Use 2.6.33.1 kernel

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

14 years agogeneric-2.6: sync patches to 2.6.33.1
acoul [Tue, 16 Mar 2010 08:15:47 +0000 (08:15 +0000)]
generic-2.6: sync patches to 2.6.33.1

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

14 years agoactually fix linux-atm
thepeople [Mon, 15 Mar 2010 18:30:56 +0000 (18:30 +0000)]
actually fix linux-atm

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

14 years agobase-files: reload switch settings on /etc/init.d/network start as well
nbd [Mon, 15 Mar 2010 14:02:49 +0000 (14:02 +0000)]
base-files: reload switch settings on /etc/init.d/network start as well

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

14 years agoar71xx: fix defconfig script to work with ImageBuilder
juhosg [Mon, 15 Mar 2010 13:29:16 +0000 (13:29 +0000)]
ar71xx: fix defconfig script to work with ImageBuilder

  * patch from #5722

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

14 years agoar71xx: create separated and smaller sysupgrade files for the DIR-615 and similar...
juhosg [Mon, 15 Mar 2010 11:03:38 +0000 (11:03 +0000)]
ar71xx: create separated and smaller sysupgrade files for the DIR-615 and similar boards

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

14 years agoar71xx: build firmware image for the Fry's FR-54RTR board
juhosg [Mon, 15 Mar 2010 11:03:36 +0000 (11:03 +0000)]
ar71xx: build firmware image for the Fry's FR-54RTR board

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

14 years agoar71xx: don't break the existing network configuration in the wget2nand script
juhosg [Mon, 15 Mar 2010 11:03:33 +0000 (11:03 +0000)]
ar71xx: don't break the existing network configuration in the wget2nand script

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

14 years agoar71xx: change DIR-600-A1 image generation template, will be usable for other boards
juhosg [Mon, 15 Mar 2010 11:03:31 +0000 (11:03 +0000)]
ar71xx: change DIR-600-A1 image generation template, will be usable for other boards

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

14 years agoorion: drop DECLARE_MAC_BUF usage from the DT2 support file
juhosg [Mon, 15 Mar 2010 09:32:17 +0000 (09:32 +0000)]
orion: drop DECLARE_MAC_BUF usage from the DT2 support file

  * fixes build error on 2.6.33
  * closes #6863

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

14 years agofixup linux-atm package after the broken patch earlier
thepeople [Mon, 15 Mar 2010 03:59:14 +0000 (03:59 +0000)]
fixup linux-atm package after the broken patch earlier

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

14 years ago[package] hostap-driver: Fix package installation
acinonyx [Mon, 15 Mar 2010 00:51:26 +0000 (00:51 +0000)]
[package] hostap-driver: Fix package installation

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

14 years agoUpdated post r19769, integrates the missing dl_method bzr hunk from #6370, uses the...
thepeople [Sun, 14 Mar 2010 21:55:11 +0000 (21:55 +0000)]
Updated post r19769, integrates the missing dl_method bzr hunk from #6370, uses the export subcommand for the vcs' that provide a usable version (hg archive doesn't work remotely, git archive isn't enabled on github), from #6700

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

14 years ago/lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) where...
thepeople [Sun, 14 Mar 2010 21:42:56 +0000 (21:42 +0000)]
/lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) where PPtP + PPPoE will fail to work. This is because PPtP defaults to ppp0 and so does PPPoE, because /etc/init.d/ppp reinitializes the unit counter for each PPP-type connection (so you could have multiple PPtP over cable, for instance, but PPPoE + PPtP is a problem).

/etc/init.d/ppp automatically starts pptp session on boot., from #6720

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

14 years agoif readethers is set to true make sure /etc/ethers exists, closes #6740
thepeople [Sun, 14 Mar 2010 21:33:02 +0000 (21:33 +0000)]
if readethers is set to true make sure /etc/ethers exists, closes #6740

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

14 years agothis patch allow to set -g option 1. -g allow to make a more secure ssh server config...
thepeople [Sun, 14 Mar 2010 21:26:45 +0000 (21:26 +0000)]
this patch allow to set -g option 1. -g allow to make a more secure ssh server configuration by avoiding brute force attack on root while allowing user to use password (where the username is more difficult to guess).

Matthieu
from #6736

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

14 years agofix error output of brctl if bridging is not supported.
nbd [Sun, 14 Mar 2010 21:10:07 +0000 (21:10 +0000)]
fix error output of brctl if bridging is not supported.

The following error is displayed during network configuration on any device that has DEVICE_TYPE set to something else then router, or has brctl functionality disabled through some other method:

"brctl: SIOCGIFBR: Package not installed"

This is due to the unbridge function being called, which uses "brctl show" to determine if the interface is bridged.

Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20218 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[xburst] config-2.6.32: Add mising symbol
lars [Sun, 14 Mar 2010 19:27:13 +0000 (19:27 +0000)]
[xburst] config-2.6.32: Add mising symbol

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

14 years ago[package] linux-atm: Update to stable version 2.5.1 from upstream project
thepeople [Sun, 14 Mar 2010 18:58:33 +0000 (18:58 +0000)]
[package] linux-atm: Update to stable version 2.5.1 from upstream project

   This commit integrates the upstream version of the linux-atm tools
   version 2.5.1.

   It simplify the patchset but keeps the debian-patches,
   prevent the usage of libflex on the target, and let the package
   compiles every tools.

   The Makefile only installs atmarp & atmarpd, but some useful debug
   programs are also included (like aread/awrite, atmdump,...) in the
   makefile, but commented by default.

Signed-off-by: Obinou <obconseil@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20216 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoadd an arch suffix for handling different variants of arm/mips for the toolchain...
nbd [Sun, 14 Mar 2010 18:24:05 +0000 (18:24 +0000)]
add an arch suffix for handling different variants of arm/mips for the toolchain/target directories

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

14 years agofix missing nls support for 2.6.33
thepeople [Sun, 14 Mar 2010 18:22:57 +0000 (18:22 +0000)]
fix missing nls support for 2.6.33

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

14 years agoatheros: fix FIS directory parsing on Top Boot flash chips
juhosg [Sun, 14 Mar 2010 18:20:04 +0000 (18:20 +0000)]
atheros: fix FIS directory parsing on Top Boot flash chips

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

14 years ago[xburst] jzcodec: Fix supported formats.
lars [Sun, 14 Mar 2010 17:49:30 +0000 (17:49 +0000)]
[xburst] jzcodec: Fix supported formats.

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

14 years ago[kernel] also fix invalid hunks in 2.6.33 patch
florian [Sun, 14 Mar 2010 17:21:47 +0000 (17:21 +0000)]
[kernel] also fix invalid hunks in 2.6.33 patch

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

14 years ago[uml] add 2.6.34 support
florian [Sun, 14 Mar 2010 17:20:45 +0000 (17:20 +0000)]
[uml] add 2.6.34 support

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

14 years ago[kernel] fix invalid hunks in 060-block2mtd_init.patch file
florian [Sun, 14 Mar 2010 17:20:40 +0000 (17:20 +0000)]
[kernel] fix invalid hunks in 060-block2mtd_init.patch file

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

14 years ago[kernel] export rescan_partitions to prevent linking failures in block2mtd (#6741)
florian [Sun, 14 Mar 2010 16:21:33 +0000 (16:21 +0000)]
[kernel] export rescan_partitions to prevent linking failures in block2mtd (#6741)

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

14 years ago[brcm63xx] refresh 2.6.32 patches, fix livebox support (#6821)
florian [Sun, 14 Mar 2010 16:21:28 +0000 (16:21 +0000)]
[brcm63xx] refresh 2.6.32 patches, fix livebox support (#6821)

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

14 years ago[toolchain] fix kernel-headers build for uml
florian [Sun, 14 Mar 2010 16:21:18 +0000 (16:21 +0000)]
[toolchain] fix kernel-headers build for uml

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

14 years agoatheros: sync kernel configs
juhosg [Sun, 14 Mar 2010 16:08:24 +0000 (16:08 +0000)]
atheros: sync kernel configs

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

14 years agoatheros: add early-printk support
juhosg [Sun, 14 Mar 2010 16:08:21 +0000 (16:08 +0000)]
atheros: add early-printk support

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

14 years agoremove empty patch file
thepeople [Sun, 14 Mar 2010 15:17:12 +0000 (15:17 +0000)]
remove empty patch file

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

14 years agokernel: refresh lzo patch for 2.6.33
juhosg [Sun, 14 Mar 2010 13:22:46 +0000 (13:22 +0000)]
kernel: refresh lzo patch for 2.6.33

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

14 years agoatheros: refresh 2.6.33 patches
juhosg [Sun, 14 Mar 2010 13:22:43 +0000 (13:22 +0000)]
atheros: refresh 2.6.33 patches

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

14 years agoatheros: refresh 2.6.32 patches
juhosg [Sun, 14 Mar 2010 13:22:38 +0000 (13:22 +0000)]
atheros: refresh 2.6.32 patches

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

14 years agoadd missing kconfig symbol for the hifn 795x crypto accelerator module (patch by...
nbd [Sun, 14 Mar 2010 13:16:26 +0000 (13:16 +0000)]
add missing kconfig symbol for the hifn 795x crypto accelerator module (patch by dogge10)

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

14 years agomadwifi: disable softled by default on pci devices (fixes #4484)
nbd [Sun, 14 Mar 2010 12:25:23 +0000 (12:25 +0000)]
madwifi: disable softled by default on pci devices (fixes #4484)

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

14 years agowireless-tools: fix encryption display in the scanning list (#6732)
nbd [Sun, 14 Mar 2010 04:49:31 +0000 (04:49 +0000)]
wireless-tools: fix encryption display in the scanning list (#6732)

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

14 years agofind attached the announced patch for fuse.
thepeople [Sun, 14 Mar 2010 02:01:14 +0000 (02:01 +0000)]
find attached the announced patch for fuse.
changes:
- latest fuse 2.8.3
- includes now the kernel module for kernel 2.4
- builds parallel
- fuse-utils includes now ulockmgr_server

fuse24 should be deleted from trunk.

bud

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

14 years agothis patches fixes iproute2 parallel build.
thepeople [Sun, 14 Mar 2010 01:56:33 +0000 (01:56 +0000)]
this patches fixes iproute2 parallel build.

-Raphael

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

14 years agothis patch fixes iptables parallel build.
thepeople [Sun, 14 Mar 2010 01:53:41 +0000 (01:53 +0000)]
this patch fixes iptables parallel build.

-Raphael

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

14 years agothis patch fixes gdb parallel build.
thepeople [Sun, 14 Mar 2010 01:50:53 +0000 (01:50 +0000)]
this patch fixes gdb parallel build.

-Raphael

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

14 years agothis patch fixes openssl parallel build.
thepeople [Sun, 14 Mar 2010 01:47:55 +0000 (01:47 +0000)]
this patch fixes openssl parallel build.

-Raphael

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

14 years agoSwitch Marvell Orion CPU to kernel 2.6.32 plus LED support for all LEDs
thepeople [Sun, 14 Mar 2010 01:41:52 +0000 (01:41 +0000)]
Switch Marvell Orion CPU to kernel 2.6.32 plus LED support for all LEDs
on LinkSys WRT350Nv2.

Signed-off by: Matthias Buecher <mail@maddes.net> and Dirk Teurlings
<info@upexia.nl>

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

14 years agoreplace some more references to hostapd-mini with wpad-mini
nbd [Sun, 14 Mar 2010 01:39:26 +0000 (01:39 +0000)]
replace some more references to hostapd-mini with wpad-mini

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

14 years ago[malta] fix path to the malta kernel
florian [Sat, 13 Mar 2010 17:22:27 +0000 (17:22 +0000)]
[malta] fix path to the malta kernel

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

14 years ago[malta] resync kernel config
florian [Sat, 13 Mar 2010 17:22:23 +0000 (17:22 +0000)]
[malta] resync kernel config

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

14 years ago[toolchain] add support for uClibc 0.9.30.3
florian [Sat, 13 Mar 2010 17:22:18 +0000 (17:22 +0000)]
[toolchain] add support for uClibc 0.9.30.3

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

14 years ago[rb532] fix build hanging on kconfig symbol input
florian [Sat, 13 Mar 2010 17:22:10 +0000 (17:22 +0000)]
[rb532] fix build hanging on kconfig symbol input

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

14 years ago[xburst] modules.mk: Fix typo
lars [Sat, 13 Mar 2010 14:45:57 +0000 (14:45 +0000)]
[xburst] modules.mk: Fix typo

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

14 years ago[package] base-files: force preinit to use busybox mount (#6797)
jow [Sat, 13 Mar 2010 02:59:05 +0000 (02:59 +0000)]
[package] base-files: force preinit to use busybox mount (#6797)

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

14 years agopackage/base-files: call preinit_ip_deconfig before processing init on
juhosg [Fri, 12 Mar 2010 14:37:19 +0000 (14:37 +0000)]
package/base-files: call preinit_ip_deconfig before processing init on
initramfs images

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

14 years ago[uml] add support for 2.6.33
florian [Fri, 12 Mar 2010 14:24:17 +0000 (14:24 +0000)]
[uml] add support for 2.6.33

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

14 years ago[kernel] fix the building of the lzo decompressor on some architectures
florian [Fri, 12 Mar 2010 14:24:12 +0000 (14:24 +0000)]
[kernel] fix the building of the lzo decompressor on some architectures

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

14 years agoremove CONFIG_PCI=y missed from [20136] in generic 2.6.30 config
nico [Fri, 12 Mar 2010 11:50:45 +0000 (11:50 +0000)]
remove CONFIG_PCI=y missed from [20136] in generic 2.6.30 config

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

14 years agoath9k: fix a client mode crash that happens on wpa rekeying
nbd [Fri, 12 Mar 2010 03:03:57 +0000 (03:03 +0000)]
ath9k: fix a client mode crash that happens on wpa rekeying

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

14 years agosstrip: fix a section length corruption bug (patch from #6847)
nbd [Fri, 12 Mar 2010 00:35:36 +0000 (00:35 +0000)]
sstrip: fix a section length corruption bug (patch from #6847)

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

14 years agominstrel_ht: make the ewma of the ampdu length more smooth by updating it on stats...
nbd [Thu, 11 Mar 2010 22:08:06 +0000 (22:08 +0000)]
minstrel_ht: make the ewma of the ampdu length more smooth by updating it on stats updates and reduce the frequency of aggregation checks

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

14 years ago[xburst] Fix image generation for qi_lb60 subtarget
lars [Thu, 11 Mar 2010 19:02:00 +0000 (19:02 +0000)]
[xburst] Fix image generation for qi_lb60 subtarget

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

14 years agomips: allow the compiler to optimize memset, memcmp, memcpy for better performance...
nbd [Thu, 11 Mar 2010 18:49:01 +0000 (18:49 +0000)]
mips: allow the compiler to optimize memset, memcmp, memcpy for better performance and (in some instances) smaller code

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

14 years agoar71xx: fix oprofile support
nbd [Thu, 11 Mar 2010 18:48:57 +0000 (18:48 +0000)]
ar71xx: fix oprofile support

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

14 years agothe mips -ffreestanding patch has been unnecessary for a long time now, remove it
nbd [Thu, 11 Mar 2010 18:48:50 +0000 (18:48 +0000)]
the mips -ffreestanding patch has been unnecessary for a long time now, remove it

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

14 years agoremove empty directories (again)
nico [Thu, 11 Mar 2010 17:16:58 +0000 (17:16 +0000)]
remove empty directories (again)

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

14 years ago[package] kernel: fix kmod-pcmcia-yenta on 2.4
nico [Thu, 11 Mar 2010 16:37:11 +0000 (16:37 +0000)]
[package] kernel: fix kmod-pcmcia-yenta on 2.4

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

14 years ago[etrax] fix kernel modules dependences for i2c and ata-core
claudio [Thu, 11 Mar 2010 15:38:50 +0000 (15:38 +0000)]
[etrax] fix kernel modules dependences for i2c and ata-core

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

14 years agomac80211: improve performance a bit
nbd [Thu, 11 Mar 2010 15:30:37 +0000 (15:30 +0000)]
mac80211: improve performance a bit

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

14 years agoadm5120: add CONFIG_PCI=y on router_le too
acoul [Thu, 11 Mar 2010 13:08:41 +0000 (13:08 +0000)]
adm5120: add CONFIG_PCI=y on router_le too

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

14 years agoar71xx: add 2.6.34 preliminary support (patches)
acoul [Thu, 11 Mar 2010 12:25:50 +0000 (12:25 +0000)]
ar71xx: add 2.6.34 preliminary support (patches)

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

14 years agogeneric-2.6: add 2.6.34 preliminary support (patches)
acoul [Thu, 11 Mar 2010 12:24:17 +0000 (12:24 +0000)]
generic-2.6: add 2.6.34 preliminary support (patches)

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

14 years agoar71xx: add 2.6.34 preliminary support
acoul [Thu, 11 Mar 2010 11:57:21 +0000 (11:57 +0000)]
ar71xx: add 2.6.34 preliminary support

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

14 years agogeneric-2.6: add 2.6.34 preliminary support
acoul [Thu, 11 Mar 2010 11:55:34 +0000 (11:55 +0000)]
generic-2.6: add 2.6.34 preliminary support

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

14 years agoadd binutils-2.20.1
acoul [Thu, 11 Mar 2010 11:50:25 +0000 (11:50 +0000)]
add binutils-2.20.1

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

14 years agodo *not* enable CONFIG_PCI in generic config, but on targets where it makes sense...
nico [Thu, 11 Mar 2010 09:50:11 +0000 (09:50 +0000)]
do *not* enable CONFIG_PCI in generic config, but on targets where it makes sense instead (partially revert [18370])

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

14 years ago[target] avr32: add missing CONFIG_SND_ATMEL_SOC config symbol
nico [Thu, 11 Mar 2010 09:19:34 +0000 (09:19 +0000)]
[target] avr32: add missing CONFIG_SND_ATMEL_SOC config symbol

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

14 years ago[rdc] define panic_on_unrecovered_nmi in the southbridge driver and fix watchdog...
florian [Thu, 11 Mar 2010 09:16:55 +0000 (09:16 +0000)]
[rdc] define panic_on_unrecovered_nmi in the southbridge driver and fix watchdog init message
Patch from Bernhard Loos.

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

14 years ago[package] kernel: add missing CONFIG_SND_SOC_ALL_CODECS to kmod-sound-soc-core KCONFIG
nico [Thu, 11 Mar 2010 09:12:44 +0000 (09:12 +0000)]
[package] kernel: add missing CONFIG_SND_SOC_ALL_CODECS to kmod-sound-soc-core KCONFIG

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

14 years ago[xburst] Add kernel sound packages
lars [Thu, 11 Mar 2010 02:00:59 +0000 (02:00 +0000)]
[xburst] Add kernel sound packages

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

14 years ago[xburst] jz4740-i2s: Export jz4740_i2s_dai
lars [Thu, 11 Mar 2010 01:54:09 +0000 (01:54 +0000)]
[xburst] jz4740-i2s: Export jz4740_i2s_dai

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

14 years ago[package] kernel: Add SoC sound support package
lars [Thu, 11 Mar 2010 01:35:12 +0000 (01:35 +0000)]
[package] kernel: Add SoC sound support package

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

14 years ago[xburst] dma: export jz4740_dma_request
lars [Thu, 11 Mar 2010 01:29:44 +0000 (01:29 +0000)]
[xburst] dma: export jz4740_dma_request

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

14 years ago[xburst] metronomefb: Add rotation support and some minor cleanups
lars [Thu, 11 Mar 2010 00:29:21 +0000 (00:29 +0000)]
[xburst] metronomefb: Add rotation support and some minor cleanups

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

14 years ago[xburst] n516-lpc: Fix irq strom during resume
lars [Thu, 11 Mar 2010 00:28:39 +0000 (00:28 +0000)]
[xburst] n516-lpc: Fix irq strom during resume

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

14 years ago[target] ar7: platform has *no* PCI support, override CONFIG_PCI default
nico [Wed, 10 Mar 2010 22:24:52 +0000 (22:24 +0000)]
[target] ar7: platform has *no* PCI support, override CONFIG_PCI default

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

14 years agomac80211: fix build problems with kmod-mac80211=n
hauke [Wed, 10 Mar 2010 21:51:17 +0000 (21:51 +0000)]
mac80211: fix build problems with kmod-mac80211=n

Build compat-wireless also if kmod-mac80211=n, but do not build mac80211.ko.

Fix problem in ticket #6813.

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

14 years ago[package] base-files: fix preinit code typos
nico [Wed, 10 Mar 2010 18:09:53 +0000 (18:09 +0000)]
[package] base-files: fix preinit code typos

Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl>
Acked-by: Daniel Dickinson <cshore@csolve.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20124 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with...
nico [Wed, 10 Mar 2010 17:53:04 +0000 (17:53 +0000)]
[package] kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with the other stable nfs modules)

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

14 years ago[package] busybox: fix default value for BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR (unused...
nico [Wed, 10 Mar 2010 17:49:14 +0000 (17:49 +0000)]
[package] busybox: fix default value for BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR (unused) option

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

14 years agoar71xx: create smaller sysupgrade files for the TP-Link boards
juhosg [Wed, 10 Mar 2010 17:41:52 +0000 (17:41 +0000)]
ar71xx: create smaller sysupgrade files for the TP-Link boards

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