openwrt/svn-archive/archive.git
11 years agokernel: remove obsolete CompareKernelPatchVer calls
Felix Fietkau [Thu, 17 May 2012 15:28:02 +0000 (15:28 +0000)]
kernel: remove obsolete CompareKernelPatchVer calls

SVN-Revision: 31775

11 years agokernel: add some missing config options added by r31756
Hauke Mehrtens [Thu, 17 May 2012 13:28:30 +0000 (13:28 +0000)]
kernel: add some missing config options added by r31756

SVN-Revision: 31774

11 years agomac80211: brcmsmac update to version from wireless-testing tag master-2012-05-16-2
Hauke Mehrtens [Thu, 17 May 2012 13:24:47 +0000 (13:24 +0000)]
mac80211: brcmsmac update to version from wireless-testing tag master-2012-05-16-2

SVN-Revision: 31773

11 years agokernel: ssb/bcma: update to version from wireless-testing tag master-2012-05-16-2
Hauke Mehrtens [Thu, 17 May 2012 13:22:38 +0000 (13:22 +0000)]
kernel: ssb/bcma: update to version from wireless-testing tag master-2012-05-16-2

SVN-Revision: 31772

11 years agobrcm47xx: remove support for kernel 3.2
Hauke Mehrtens [Thu, 17 May 2012 13:20:10 +0000 (13:20 +0000)]
brcm47xx: remove support for kernel 3.2

SVN-Revision: 31771

11 years ago6to4: load the network config to fix radvd announce (#11467)
Felix Fietkau [Thu, 17 May 2012 12:42:05 +0000 (12:42 +0000)]
6to4: load the network config to fix radvd announce (#11467)

SVN-Revision: 31770

11 years agotc: depend on kmod-sched-core instead of kmod-sched (fixes #11465)
Felix Fietkau [Thu, 17 May 2012 12:36:00 +0000 (12:36 +0000)]
tc: depend on kmod-sched-core instead of kmod-sched (fixes #11465)

SVN-Revision: 31769

11 years ago6in4: remove some obsolete functions
Felix Fietkau [Thu, 17 May 2012 12:35:56 +0000 (12:35 +0000)]
6in4: remove some obsolete functions

SVN-Revision: 31768

11 years agolibubox: fix jshn handling of variables with numbers (fixes #11468)
Felix Fietkau [Thu, 17 May 2012 12:35:52 +0000 (12:35 +0000)]
libubox: fix jshn handling of variables with numbers (fixes #11468)

SVN-Revision: 31767

11 years agox86/thincan: switch to 3.3
Gabor Juhos [Thu, 17 May 2012 06:41:01 +0000 (06:41 +0000)]
x86/thincan: switch to 3.3

Compile tested only.

SVN-Revision: 31765

11 years agox86/xen_domu: switch to 3.3
Gabor Juhos [Thu, 17 May 2012 06:41:00 +0000 (06:41 +0000)]
x86/xen_domu: switch to 3.3

Compile tested only.

SVN-Revision: 31764

11 years agox86/kvm_guest: switch to 3.3
Gabor Juhos [Thu, 17 May 2012 06:40:58 +0000 (06:40 +0000)]
x86/kvm_guest: switch to 3.3

Compile tested only.

SVN-Revision: 31763

11 years agox86/generic: switch to 3.3
Gabor Juhos [Thu, 17 May 2012 06:40:56 +0000 (06:40 +0000)]
x86/generic: switch to 3.3

Compile tested only.

SVN-Revision: 31762

11 years agoqos-scripts: use kmod-sched-core instead of kmod-sched
Felix Fietkau [Wed, 16 May 2012 15:23:23 +0000 (15:23 +0000)]
qos-scripts: use kmod-sched-core instead of kmod-sched

SVN-Revision: 31761

11 years agokernel: split kmod-sched into kmod-sched-core and kmod-sched
Felix Fietkau [Wed, 16 May 2012 15:23:19 +0000 (15:23 +0000)]
kernel: split kmod-sched into kmod-sched-core and kmod-sched

SVN-Revision: 31760

11 years agoqos-scripts: replace sfq/red with fq_codel - massively improves latency under load
Felix Fietkau [Wed, 16 May 2012 15:23:16 +0000 (15:23 +0000)]
qos-scripts: replace sfq/red with fq_codel - massively improves latency under load

SVN-Revision: 31759

11 years agoiproute2: update to 3.3.0, drop a few useless old patches, add codel support
Felix Fietkau [Wed, 16 May 2012 15:23:12 +0000 (15:23 +0000)]
iproute2: update to 3.3.0, drop a few useless old patches, add codel support

SVN-Revision: 31758

11 years agokernel: add codel and fq_codel support to kmod-sched (patch by Dave Täht)
Felix Fietkau [Wed, 16 May 2012 15:23:08 +0000 (15:23 +0000)]
kernel: add codel and fq_codel support to kmod-sched (patch by Dave Täht)

SVN-Revision: 31757

11 years agokernel: add codel and fq_codel to generic 3.3 patch set (based on patch by Dave Täht)
Felix Fietkau [Wed, 16 May 2012 15:23:03 +0000 (15:23 +0000)]
kernel: add codel and fq_codel to generic 3.3 patch set (based on patch by Dave Täht)

Codel is a new AQM algorithm and RED replacement designed by
Kathie Nichols and Van Jacobson, and published in ACM queue:

http://queue.acm.org/detail.cfm?id=2209336

Codel stands for "Controlled Delay", and needs no knobs in the
general case, twiddled, for optimum results. It aims for 5ms of
delay, at most, when in use.

Additionally,

fq_codel (by eric dumazet) builds on codel to provide fair queuing
superior to what could be had with SFQ, and drop behavior saner
than RED, BLUE, or choke.

These patches are backported from net-next and are known to work
on Linux 3.3.4 and later.

Includes updates to codel for better portability and speed

SVN-Revision: 31756

11 years ago[package] firewall: rework interface address determination to skip ipv6 addresses
Jo-Philipp Wich [Wed, 16 May 2012 13:37:49 +0000 (13:37 +0000)]
[package] firewall: rework interface address determination to skip ipv6 addresses

SVN-Revision: 31755

11 years ago[package] firewall: fix nat reflection after netifd switch (#11460)
Jo-Philipp Wich [Wed, 16 May 2012 13:03:54 +0000 (13:03 +0000)]
[package] firewall: fix nat reflection after netifd switch (#11460)

SVN-Revision: 31754

11 years agox86/alix2: switch to 3.3
Gabor Juhos [Wed, 16 May 2012 10:45:02 +0000 (10:45 +0000)]
x86/alix2: switch to 3.3

Compile tested only.

SVN-Revision: 31753

11 years agox86/net5501: switch to 3.3
Gabor Juhos [Wed, 16 May 2012 10:44:59 +0000 (10:44 +0000)]
x86/net5501: switch to 3.3

Compile tested only.

SVN-Revision: 31752

11 years agox86: sync 3.3 configs
Gabor Juhos [Wed, 16 May 2012 10:44:55 +0000 (10:44 +0000)]
x86: sync 3.3 configs

SVN-Revision: 31751

11 years agox86: sync 3.2 configs
Gabor Juhos [Wed, 16 May 2012 10:44:52 +0000 (10:44 +0000)]
x86: sync 3.2 configs

SVN-Revision: 31750

11 years agox86: sync 2.6.39 configs
Gabor Juhos [Wed, 16 May 2012 10:44:49 +0000 (10:44 +0000)]
x86: sync 2.6.39 configs

SVN-Revision: 31749

11 years agolinux/3.3: add missing symbol
Gabor Juhos [Wed, 16 May 2012 10:44:46 +0000 (10:44 +0000)]
linux/3.3: add missing symbol

SVN-Revision: 31748

11 years agolibubox: update to latest version, fixes handling of numbers in jshn variables
Felix Fietkau [Wed, 16 May 2012 08:45:24 +0000 (08:45 +0000)]
libubox: update to latest version, fixes handling of numbers in jshn variables

SVN-Revision: 31747

11 years ago[tools] scons: probe "python" and "python2" first in pywrap.sh in order to use the...
Jo-Philipp Wich [Tue, 15 May 2012 20:29:32 +0000 (20:29 +0000)]
[tools] scons: probe "python" and "python2" first in pywrap.sh in order to use the users preferred version if possible

SVN-Revision: 31743

11 years ago[tools] scons: wrap python invocations with helper script that attempts to find a...
Jo-Philipp Wich [Tue, 15 May 2012 20:04:07 +0000 (20:04 +0000)]
[tools] scons: wrap python invocations with helper script that attempts to find a non-3.x python

SVN-Revision: 31742

11 years agotools/scons: remove the python 3 compat patch, it is incomplete and breaks with pytho...
Felix Fietkau [Tue, 15 May 2012 13:42:36 +0000 (13:42 +0000)]
tools/scons: remove the python 3 compat patch, it is incomplete and breaks with python 2.5.2. i guess scons with python 3 is a lost cause...

SVN-Revision: 31741

11 years agouClibc: update to 0.9.33.2, fixes #4420
Felix Fietkau [Tue, 15 May 2012 13:42:32 +0000 (13:42 +0000)]
uClibc: update to 0.9.33.2, fixes #4420

SVN-Revision: 31740

11 years agouClibc: remove 0.9.32, it is no longer necessary
Felix Fietkau [Tue, 15 May 2012 13:42:28 +0000 (13:42 +0000)]
uClibc: remove 0.9.32, it is no longer necessary

SVN-Revision: 31739

11 years agolinux: add CONFIG_POWER_SUPPLY_DEBUG symbol
Gabor Juhos [Tue, 15 May 2012 11:12:31 +0000 (11:12 +0000)]
linux: add CONFIG_POWER_SUPPLY_DEBUG symbol

It was missing in the previous commit.

SVN-Revision: 31738

11 years agolinux: move certain disabled symbols to the generic configs
Gabor Juhos [Tue, 15 May 2012 10:58:52 +0000 (10:58 +0000)]
linux: move certain disabled symbols to the generic configs

  * CONFIG_ARCH_DMA_ADDR_T_64BIT
  * CONFIG_ARCH_HAS_ILOG2_U32
  * CONFIG_ARCH_HAS_ILOG2_U64
  * CONFIG_ARCH_PHYS_ADDR_T_64BIT
  * CONFIG_ARCH_SUPPORTS_MSI
  * CONFIG_GENERIC_CPU_DEVICES
  * CONFIG_HWMON_DEBUG_CHIP
  * CONFIG_I2C_PXA_PCI
  * CONFIG_LEDS_GPIO
  * CONFIG_MINIX_FS_NATIVE_ENDIAN
  * CONFIG_MLX4_CORE
  * CONFIG_POWER_SUPPLY
  * CONFIG_POWER_SUPPLY_DEBUG
  * CONFIG_QUOTACTL
  * CONFIG_SDIO_UART
  * CONFIG_SENSORS_K10TEMP
  * CONFIG_SENSORS_SCH56XX_COMMON
  * CONFIG_SENSORS_VIA_CPUTEMP
  * CONFIG_SERIO_AMBAKMI
  * CONFIG_SERIO_I8042
  * CONFIG_SERIO_LIBPS2
  * CONFIG_SERIO_PCIPS2
  * CONFIG_SERIO_RAW
  * CONFIG_SERIO_SERPORT
  * CONFIG_SPI_BITBANG
  * CONFIG_SPI_GPIO

SVN-Revision: 31737

11 years agoar71xx: remove AG71XX_RX_PKT_RESERVE, it is no longer necessary (found by Eric Dumazet)
Felix Fietkau [Tue, 15 May 2012 10:36:39 +0000 (10:36 +0000)]
ar71xx: remove AG71XX_RX_PKT_RESERVE, it is no longer necessary (found by Eric Dumazet)

SVN-Revision: 31736

11 years ago[lantiq] code style cleanup of the mach files
John Crispin [Tue, 15 May 2012 09:38:05 +0000 (09:38 +0000)]
[lantiq] code style cleanup of the mach files

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31735

11 years ago[lantiq] adds zyxel p2601hnfx support
John Crispin [Tue, 15 May 2012 09:38:02 +0000 (09:38 +0000)]
[lantiq] adds zyxel p2601hnfx support

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31734

11 years ago[lantiq] set 3.3.6 as default
John Crispin [Tue, 15 May 2012 09:37:59 +0000 (09:37 +0000)]
[lantiq] set 3.3.6 as default

SVN-Revision: 31733

11 years agonetifd: bring up all interfaces on /etc/init.d/network restart
Felix Fietkau [Mon, 14 May 2012 23:50:59 +0000 (23:50 +0000)]
netifd: bring up all interfaces on /etc/init.d/network restart

SVN-Revision: 31732

11 years agoenable netifd by default and add its config variable to PKG_CONFIG_DEPENDS in a few...
Felix Fietkau [Mon, 14 May 2012 23:33:35 +0000 (23:33 +0000)]
enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS in a few relevant places

SVN-Revision: 31730

11 years agonetifd: use the new json_get_vars function in the dhcp helper script
Felix Fietkau [Mon, 14 May 2012 20:58:27 +0000 (20:58 +0000)]
netifd: use the new json_get_vars function in the dhcp helper script

SVN-Revision: 31727

11 years agoppp: use the new json_get_vars function
Felix Fietkau [Mon, 14 May 2012 20:58:24 +0000 (20:58 +0000)]
ppp: use the new json_get_vars function

SVN-Revision: 31726

11 years agopptp: use the new json_get_vars function
Felix Fietkau [Mon, 14 May 2012 20:58:20 +0000 (20:58 +0000)]
pptp: use the new json_get_vars function

SVN-Revision: 31725

11 years agopptp: use resolveip, schedule restart if dns lookups fail
Felix Fietkau [Mon, 14 May 2012 20:58:16 +0000 (20:58 +0000)]
pptp: use resolveip, schedule restart if dns lookups fail

SVN-Revision: 31724

11 years agonetifd: update to 2012-05-14, fixes a file descriptor leak, fixes a use-after-free...
Felix Fietkau [Mon, 14 May 2012 20:58:13 +0000 (20:58 +0000)]
netifd: update to 2012-05-14, fixes a file descriptor leak, fixes a use-after-free on host dependencies, adds a command for scheduling proto-shell restarts and adds support for more address options (point to point, broadcast)

SVN-Revision: 31723

11 years agopptp: drop the dependency on ip if netifd is selected
Felix Fietkau [Mon, 14 May 2012 20:58:09 +0000 (20:58 +0000)]
pptp: drop the dependency on ip if netifd is selected

SVN-Revision: 31722

11 years agolibubox: update to latest version, adds a new function in jshn.sh
Felix Fietkau [Mon, 14 May 2012 20:58:06 +0000 (20:58 +0000)]
libubox: update to latest version, adds a new function in jshn.sh

SVN-Revision: 31721

11 years ago[lantiq] set 3.3.5 as default
John Crispin [Mon, 14 May 2012 16:11:26 +0000 (16:11 +0000)]
[lantiq] set 3.3.5 as default

SVN-Revision: 31718

11 years agolinux/3.0: R.I.P.
Gabor Juhos [Mon, 14 May 2012 15:48:34 +0000 (15:48 +0000)]
linux/3.0: R.I.P.

It is used by the broken omap35xx/gumstix target only.

SVN-Revision: 31717

11 years agorealview: remove 3.0 support
Gabor Juhos [Mon, 14 May 2012 15:48:32 +0000 (15:48 +0000)]
realview: remove 3.0 support

SVN-Revision: 31716

11 years agorealview: switch to 3.3
Gabor Juhos [Mon, 14 May 2012 15:48:31 +0000 (15:48 +0000)]
realview: switch to 3.3

SVN-Revision: 31715

11 years agorealview: add 3.3 support
Gabor Juhos [Mon, 14 May 2012 15:48:29 +0000 (15:48 +0000)]
realview: add 3.3 support

SVN-Revision: 31714

11 years agolinux/3.3: more missing config symbols
Gabor Juhos [Mon, 14 May 2012 15:48:23 +0000 (15:48 +0000)]
linux/3.3: more missing config symbols

SVN-Revision: 31713

11 years agorelayd: fix return code check for resolving network->ifname mapping
Felix Fietkau [Mon, 14 May 2012 14:08:43 +0000 (14:08 +0000)]
relayd: fix return code check for resolving network->ifname mapping

SVN-Revision: 31712

11 years agoimagebuilder: explicitly install the kernel .ipk before installing anything else...
Felix Fietkau [Mon, 14 May 2012 14:00:01 +0000 (14:00 +0000)]
imagebuilder: explicitly install the kernel .ipk before installing anything else, it is no longer part of the package index (fixes #11450)

SVN-Revision: 31711

11 years agokernel: add CONFIG_BLK_DEV_PCIESSD_MTIP32XX
Hauke Mehrtens [Mon, 14 May 2012 11:28:02 +0000 (11:28 +0000)]
kernel: add CONFIG_BLK_DEV_PCIESSD_MTIP32XX

SVN-Revision: 31710

11 years agokernel: update linux 3.3 to 3.3.6
Gabor Juhos [Mon, 14 May 2012 09:18:32 +0000 (09:18 +0000)]
kernel: update linux 3.3 to 3.3.6

SVN-Revision: 31709

11 years agoscripts/ipkg-make-index.sh: use bash instead of /bin/sh to fix use of [[ ]]
Felix Fietkau [Sun, 13 May 2012 16:29:39 +0000 (16:29 +0000)]
scripts/ipkg-make-index.sh: use bash instead of /bin/sh to fix use of [[ ]]

SVN-Revision: 31708

11 years agoamazon: fix section mismatch
Hauke Mehrtens [Sun, 13 May 2012 15:31:42 +0000 (15:31 +0000)]
amazon: fix section mismatch

SVN-Revision: 31707

11 years agoamazon: update amazon target to kernel 3.3
Hauke Mehrtens [Sun, 13 May 2012 15:10:40 +0000 (15:10 +0000)]
amazon: update amazon target to kernel 3.3

This is just compile tested, my device is currently not working.

SVN-Revision: 31706

11 years agotools/mtd-utils: remove empty patches
Gabor Juhos [Sun, 13 May 2012 12:32:22 +0000 (12:32 +0000)]
tools/mtd-utils: remove empty patches

SVN-Revision: 31705

11 years agobuild: prevent the virtual "kernel" package from leaking into the package index to...
Felix Fietkau [Sun, 13 May 2012 12:31:53 +0000 (12:31 +0000)]
build: prevent the virtual "kernel" package from leaking into the package index to make dependency checks fail on kernel config mismatch

SVN-Revision: 31704

11 years agopackage/e2fsprogs: disable building of internal lib{blkid,uuid}
Gabor Juhos [Sun, 13 May 2012 12:20:17 +0000 (12:20 +0000)]
package/e2fsprogs: disable building of internal lib{blkid,uuid}

Also remove an empty patch.

SVN-Revision: 31702

11 years agopackage/util-linux: install development files
Gabor Juhos [Sun, 13 May 2012 12:20:15 +0000 (12:20 +0000)]
package/util-linux: install development files

Also remove trailing whitespaces from the Makefile.

Based on a patch by M. Braun.

SVN-Revision: 31701

11 years agogemini: remove 2.6.37 support
Gabor Juhos [Sun, 13 May 2012 12:04:04 +0000 (12:04 +0000)]
gemini: remove 2.6.37 support

SVN-Revision: 31700

11 years agogemini: switch to 3.3
Gabor Juhos [Sun, 13 May 2012 12:04:02 +0000 (12:04 +0000)]
gemini: switch to 3.3

SVN-Revision: 31699

11 years agogemini: add support for 3.3
Gabor Juhos [Sun, 13 May 2012 12:03:59 +0000 (12:03 +0000)]
gemini: add support for 3.3

SVN-Revision: 31698

11 years ago[toolchain] kernel-headers: Fix patch application for kernel-headers and a patch...
Daniel Dickinson [Sun, 13 May 2012 05:02:27 +0000 (05:02 +0000)]
[toolchain] kernel-headers: Fix patch application for kernel-headers and a patch that fixes exposure of a kernel-only data type (umode_t) to application layer which causes compile errors in ext2_fs.h using programs.

SVN-Revision: 31697

11 years agobrcm47xx: generate image for Linksys WRT610N V1
Hauke Mehrtens [Sun, 13 May 2012 00:16:57 +0000 (00:16 +0000)]
brcm47xx: generate image for Linksys WRT610N V1

SVN-Revision: 31696

11 years agokernel: ssb: add PCI IDs 0x4322 and 43222
Hauke Mehrtens [Sun, 13 May 2012 00:08:12 +0000 (00:08 +0000)]
kernel: ssb: add PCI IDs 0x4322 and 43222

The 0x4322 ID is found on the BCM4322 used on some SoCs like the
Linksys WRT610N V1 connected to a BCM4705. The 43222 (0xa8d6) ID
is found on the BCM43222 used on some other SoCs like the D-Link
DSL-2760U connected to a BCM63xx.

This fixes #10887.

SVN-Revision: 31695

11 years agobrcm47xx: fix tg3 ssb patch
Hauke Mehrtens [Sat, 12 May 2012 23:59:12 +0000 (23:59 +0000)]
brcm47xx: fix tg3 ssb patch

Now tg3 works with the Ethernet core of the Linksys WRT610N v1 (again).

SVN-Revision: 31694

11 years agoath9k: fix ar9330 internal regulator setup
Felix Fietkau [Sat, 12 May 2012 17:41:05 +0000 (17:41 +0000)]
ath9k: fix ar9330 internal regulator setup

SVN-Revision: 31692

11 years agoath9k: update initvals for ar9330 to fix issues with high power designs
Felix Fietkau [Sat, 12 May 2012 17:40:59 +0000 (17:40 +0000)]
ath9k: update initvals for ar9330 to fix issues with high power designs

SVN-Revision: 31691

11 years agoath9k: fix a rare use-after-free bug
Felix Fietkau [Sat, 12 May 2012 17:40:53 +0000 (17:40 +0000)]
ath9k: fix a rare use-after-free bug

SVN-Revision: 31690

11 years agoath9k: stop rx before tx, should reduce the frequency of "Failed to stop Tx DMA"...
Felix Fietkau [Sat, 12 May 2012 17:40:47 +0000 (17:40 +0000)]
ath9k: stop rx before tx, should reduce the frequency of "Failed to stop Tx DMA" errors

SVN-Revision: 31689

11 years agolinux/2.6.38: R.I.P.
Gabor Juhos [Sat, 12 May 2012 12:05:21 +0000 (12:05 +0000)]
linux/2.6.38: R.I.P.

It is used only by the broken coldfire target.

SVN-Revision: 31688

11 years agolinux/2.6.37: R.I.P.
Gabor Juhos [Sat, 12 May 2012 12:05:19 +0000 (12:05 +0000)]
linux/2.6.37: R.I.P.

SVN-Revision: 31687

11 years agolinux: add broken flag to remaining targets which are using 2.6.37
Gabor Juhos [Sat, 12 May 2012 12:05:18 +0000 (12:05 +0000)]
linux: add broken flag to remaining targets which are using 2.6.37

SVN-Revision: 31686

11 years agoiop32x: remove 2.6.37 support
Gabor Juhos [Sat, 12 May 2012 10:49:36 +0000 (10:49 +0000)]
iop32x: remove 2.6.37 support

SVN-Revision: 31685

11 years agoiop32x: switch to 3.3
Gabor Juhos [Sat, 12 May 2012 10:49:34 +0000 (10:49 +0000)]
iop32x: switch to 3.3

It is compile tested only, so add a broken flag.

SVN-Revision: 31684

11 years agoiop32x: add 3.3 support
Gabor Juhos [Sat, 12 May 2012 10:49:32 +0000 (10:49 +0000)]
iop32x: add 3.3 support

SVN-Revision: 31683

11 years agosibyte: remove 2.6.37 support
Gabor Juhos [Sat, 12 May 2012 10:49:30 +0000 (10:49 +0000)]
sibyte: remove 2.6.37 support

SVN-Revision: 31682

11 years agosibyte: switch to 3.3
Gabor Juhos [Sat, 12 May 2012 10:49:28 +0000 (10:49 +0000)]
sibyte: switch to 3.3

It is compile tested only, so add a broken flag.

SVN-Revision: 31681

11 years agosibyte: add 3.3 support
Gabor Juhos [Sat, 12 May 2012 10:49:26 +0000 (10:49 +0000)]
sibyte: add 3.3 support

SVN-Revision: 31680

11 years agoixp4xx: fix ixp4xx_crypto build error
Gabor Juhos [Sat, 12 May 2012 10:49:23 +0000 (10:49 +0000)]
ixp4xx: fix ixp4xx_crypto build error

SVN-Revision: 31679

11 years agoremove kmod-mvswitch, it does not work on kernels <3.2 and is not necessary as a...
Felix Fietkau [Fri, 11 May 2012 22:08:06 +0000 (22:08 +0000)]
remove kmod-mvswitch, it does not work on kernels <3.2 and is not necessary as a module anyway

SVN-Revision: 31678

11 years ago[scripts] download.pl:
Jo-Philipp Wich [Fri, 11 May 2012 18:17:15 +0000 (18:17 +0000)]
[scripts] download.pl:
- cleanup cache handling code
- use alternative m// and s/// delimiters to get rid of tedious slash escaping
- use multi-argument form of system() where possible to avoid quoting & escaping issues
- avoid a temporary variable

SVN-Revision: 31677

11 years agoorion: remove the broken broken flag
Gabor Juhos [Thu, 10 May 2012 20:20:43 +0000 (20:20 +0000)]
orion: remove the broken broken flag

It is working on the Linksys WRT350N v2 at least:
http://pastebin.com/KCAbJZs9

Additionally, the flag was added to a wrong place
so it had no effect.

Thanks to StrikerNL for testing.

SVN-Revision: 31674

11 years agokirkwood: fix Kconfig symbol for NSA-310
Gabor Juhos [Wed, 9 May 2012 16:16:52 +0000 (16:16 +0000)]
kirkwood: fix Kconfig symbol for NSA-310

SVN-Revision: 31673

11 years ago[lantiq] Add 3.3 config files
John Crispin [Wed, 9 May 2012 12:52:24 +0000 (12:52 +0000)]
[lantiq] Add 3.3 config files

SVN-Revision: 31672

11 years ago[lantiq] Add missing 3.3 patches
John Crispin [Wed, 9 May 2012 12:52:21 +0000 (12:52 +0000)]
[lantiq] Add missing 3.3 patches

SVN-Revision: 31671

11 years ago[lantiq] Drop 2.6.32 support
John Crispin [Wed, 9 May 2012 12:52:19 +0000 (12:52 +0000)]
[lantiq] Drop 2.6.32 support

SVN-Revision: 31670

11 years agokirkwood: add support for the ZyXEL NSA-310
Gabor Juhos [Wed, 9 May 2012 11:38:43 +0000 (11:38 +0000)]
kirkwood: add support for the ZyXEL NSA-310

SVN-Revision: 31669

11 years agokirkwood: add RaidSonic ICY BOX IB-NAS62x0 board support
Gabor Juhos [Wed, 9 May 2012 11:38:41 +0000 (11:38 +0000)]
kirkwood: add RaidSonic ICY BOX IB-NAS62x0 board support

Based on a patch by Luka Perkov <openwrt@lukaperkov.net>

SVN-Revision: 31668

11 years agokirkwood: enable GPIO sysfs interface
Gabor Juhos [Wed, 9 May 2012 11:38:40 +0000 (11:38 +0000)]
kirkwood: enable GPIO sysfs interface

SVN-Revision: 31667

11 years agokirkwood: nuke 2.6.37 support
Gabor Juhos [Wed, 9 May 2012 11:38:39 +0000 (11:38 +0000)]
kirkwood: nuke 2.6.37 support

SVN-Revision: 31666

11 years agokirkwood: switch to 3.3
Gabor Juhos [Wed, 9 May 2012 11:38:37 +0000 (11:38 +0000)]
kirkwood: switch to 3.3

SVN-Revision: 31665

11 years agokirkwood: add 3.3 support
Gabor Juhos [Wed, 9 May 2012 11:38:36 +0000 (11:38 +0000)]
kirkwood: add 3.3 support

Based on the 3.2.9 patches by Luka Perkov <openwrt@lukaperkov.net>

SVN-Revision: 31664

11 years agoixp4xx: nuke 2.6.37 support
Gabor Juhos [Wed, 9 May 2012 10:48:44 +0000 (10:48 +0000)]
ixp4xx: nuke 2.6.37 support

SVN-Revision: 31663