openwrt/svn-archive/archive.git
10 years agokernel: usb-serial-ipw depends on usb-serial-wwan
Felix Fietkau [Thu, 18 Jul 2013 17:26:28 +0000 (17:26 +0000)]
kernel: usb-serial-ipw depends on usb-serial-wwan

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37412

10 years agokernel: mtdtests depends on nand
Felix Fietkau [Thu, 18 Jul 2013 17:26:24 +0000 (17:26 +0000)]
kernel: mtdtests depends on nand

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37411

10 years agokernel: bluetooth depends on crypto-hash
Felix Fietkau [Thu, 18 Jul 2013 17:26:21 +0000 (17:26 +0000)]
kernel: bluetooth depends on crypto-hash

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37410

10 years agokernel: rfkill depends on input-core
Felix Fietkau [Thu, 18 Jul 2013 17:26:17 +0000 (17:26 +0000)]
kernel: rfkill depends on input-core

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37409

10 years agokernel: split slhc into a separate package and make slip depend on it
Felix Fietkau [Thu, 18 Jul 2013 17:26:13 +0000 (17:26 +0000)]
kernel: split slhc into a separate package and make slip depend on it

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37408

10 years agokernel: fix accidental depends line duplication
Felix Fietkau [Thu, 18 Jul 2013 16:49:55 +0000 (16:49 +0000)]
kernel: fix accidental depends line duplication

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37407

10 years agokernel: sctp depends on ipv6 if ipv6 is enabled
Felix Fietkau [Thu, 18 Jul 2013 16:46:11 +0000 (16:46 +0000)]
kernel: sctp depends on ipv6 if ipv6 is enabled

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37406

10 years agobuild: fix IGNORE_ERRORS for sources packages that match both 'y' and 'm'
Felix Fietkau [Thu, 18 Jul 2013 16:44:44 +0000 (16:44 +0000)]
build: fix IGNORE_ERRORS for sources packages that match both 'y' and 'm'

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37405

10 years agokernel: make kmod-sched depend on kmod-ipt-core
Felix Fietkau [Thu, 18 Jul 2013 16:32:12 +0000 (16:32 +0000)]
kernel: make kmod-sched depend on kmod-ipt-core

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37404

10 years agokernel: reduce spurious rebuilds of simple kmod-* packages
Felix Fietkau [Thu, 18 Jul 2013 16:32:07 +0000 (16:32 +0000)]
kernel: reduce spurious rebuilds of simple kmod-* packages

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37403

10 years agolinux: introduce new kmod-iptunnel for Linux 3.10+, add missing dependencies to netsu...
Jo-Philipp Wich [Thu, 18 Jul 2013 15:47:13 +0000 (15:47 +0000)]
linux: introduce new kmod-iptunnel for Linux 3.10+, add missing dependencies to netsupport packages

SVN-Revision: 37402

10 years agolinux: add missing netfilter dependencies
Jo-Philipp Wich [Thu, 18 Jul 2013 15:47:08 +0000 (15:47 +0000)]
linux: add missing netfilter dependencies

SVN-Revision: 37401

10 years agoinclude: modify kernel.mk to build empty kmod packages if the referenced symbols...
Jo-Philipp Wich [Thu, 18 Jul 2013 15:41:09 +0000 (15:41 +0000)]
include: modify kernel.mk to build empty kmod packages if the referenced symbols do not exist in the config

SVN-Revision: 37400

10 years agolinux: add missing dependency to kmod-i2c-tiny-usb
Jo-Philipp Wich [Thu, 18 Jul 2013 13:57:40 +0000 (13:57 +0000)]
linux: add missing dependency to kmod-i2c-tiny-usb

SVN-Revision: 37399

10 years agolinux: add missing dependencies to kmod-fs-msdos and kmod-fs-xfs
Jo-Philipp Wich [Thu, 18 Jul 2013 13:57:36 +0000 (13:57 +0000)]
linux: add missing dependencies to kmod-fs-msdos and kmod-fs-xfs

SVN-Revision: 37398

10 years agoscripts: change metadata.pm and metadata.pl to not emit "default m if ALL" Kconfig...
Jo-Philipp Wich [Thu, 18 Jul 2013 13:11:46 +0000 (13:11 +0000)]
scripts: change metadata.pm and metadata.pl to not emit "default m if ALL" Kconfig instructions for hidden packages

SVN-Revision: 37397

10 years agokernel: btrfs supports raid6 in 3.10, thus depends on lib-raid6
Jonas Gorski [Thu, 18 Jul 2013 13:08:35 +0000 (13:08 +0000)]
kernel: btrfs supports raid6 in 3.10, thus depends on lib-raid6

btrfs now supports raid5/6 and added appropriate depenendcies for 3.10.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37396

10 years agokernel: move xor into its own package
Jonas Gorski [Thu, 18 Jul 2013 13:08:33 +0000 (13:08 +0000)]
kernel: move xor into its own package

xor.ko is needed by btrfs in 3.10+, so split it out into its own
package. Make it hidden as it does not provide any functionality on its
own.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37395

10 years agokernel: split out lib-raid6
Jonas Gorski [Thu, 18 Jul 2013 13:08:31 +0000 (13:08 +0000)]
kernel: split out lib-raid6

raid_pq.ko is needed by btrfs in 3.10+, so split it out into its own
package. Make it hidden as it does not provide any functionality on its
own.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37394

10 years agokernel: kmod-dm depends on crypto
Jonas Gorski [Thu, 18 Jul 2013 13:08:29 +0000 (13:08 +0000)]
kernel: kmod-dm depends on crypto

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37393

10 years agokernel: crypto: add missing dependencies and files
Jonas Gorski [Thu, 18 Jul 2013 13:08:27 +0000 (13:08 +0000)]
kernel: crypto: add missing dependencies and files

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37392

10 years agokernel: drop kmod-ata-sis
Jonas Gorski [Thu, 18 Jul 2013 13:08:23 +0000 (13:08 +0000)]
kernel: drop kmod-ata-sis

it was broken since 2.6.21, evidently nobody uses it and we can just
remove it.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37391

10 years agogen-dependencies.sh: sort kmod dependencies
Felix Fietkau [Thu, 18 Jul 2013 11:57:36 +0000 (11:57 +0000)]
gen-dependencies.sh: sort kmod dependencies

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37390

10 years agolinux: add missing dependencies to kmod-ip6tables
Jo-Philipp Wich [Thu, 18 Jul 2013 11:57:19 +0000 (11:57 +0000)]
linux: add missing dependencies to kmod-ip6tables

SVN-Revision: 37389

10 years agobuild: print missing dependency error to stderr
Jonas Gorski [Thu, 18 Jul 2013 11:29:18 +0000 (11:29 +0000)]
build: print missing dependency error to stderr

Allow to see the actual error even when compiling with V=w/V=1 only.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37388

10 years agobuild: add required exports for dependency tracking
Felix Fietkau [Thu, 18 Jul 2013 11:18:37 +0000 (11:18 +0000)]
build: add required exports for dependency tracking

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37387

10 years agobuild: implement kernel module dependency tracking
Felix Fietkau [Thu, 18 Jul 2013 10:47:05 +0000 (10:47 +0000)]
build: implement kernel module dependency tracking

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37386

10 years agobuild: add kernel modules to package provides info (along with shared libs)
Felix Fietkau [Thu, 18 Jul 2013 10:47:00 +0000 (10:47 +0000)]
build: add kernel modules to package provides info (along with shared libs)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37385

10 years agoimx23: ChipIdea changes
Zoltan Herpai [Wed, 17 Jul 2013 22:49:16 +0000 (22:49 +0000)]
imx23: ChipIdea changes

 - move ci_hdrc into generic modules
 - add separate package for imx-specific modules

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37384

10 years ago[package] base-files/busybox: move ntpd init script from base-files to busybox
Luka Perkov [Wed, 17 Jul 2013 22:24:45 +0000 (22:24 +0000)]
[package] base-files/busybox: move ntpd init script from base-files to busybox

SVN-Revision: 37383

10 years ago[package] uboot-env: add config for the ALFA NETWORKS Hornet-UB (AP121U)
Luka Perkov [Wed, 17 Jul 2013 17:31:21 +0000 (17:31 +0000)]
[package] uboot-env: add config for the ALFA NETWORKS Hornet-UB (AP121U)

Signed-off-by: Daniel Golle <daniel.golle@gmail.com>
SVN-Revision: 37382

10 years agoath5k: fix AHB support dependency (#13896)
Felix Fietkau [Wed, 17 Jul 2013 13:58:15 +0000 (13:58 +0000)]
ath5k: fix AHB support dependency (#13896)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37377

10 years agoramips: add sysupgarde support for wl-330n3g
John Crispin [Wed, 17 Jul 2013 09:44:57 +0000 (09:44 +0000)]
ramips: add sysupgarde support for wl-330n3g

https://dev.openwrt.org/ticket/13891

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37376

10 years agofirewall: update to git head
Jo-Philipp Wich [Tue, 16 Jul 2013 14:04:59 +0000 (14:04 +0000)]
firewall: update to git head

- handles redirects as port relocations if the dest_ip points to the router itself

SVN-Revision: 37374

10 years agonetifd: Fix IPv6-prefix assignment with continuous hints
Steven Barth [Tue, 16 Jul 2013 12:07:11 +0000 (12:07 +0000)]
netifd: Fix IPv6-prefix assignment with continuous hints

SVN-Revision: 37371

10 years ago6relayd: Fix DHCPv6-PD with continuous hints
Steven Barth [Tue, 16 Jul 2013 12:07:06 +0000 (12:07 +0000)]
6relayd: Fix DHCPv6-PD with continuous hints

SVN-Revision: 37370

10 years agometadata.pl: use alphabetical order for menuconfig categories, also fixes random...
Jo-Philipp Wich [Tue, 16 Jul 2013 10:35:40 +0000 (10:35 +0000)]
metadata.pl: use alphabetical order for menuconfig categories, also fixes random ordering of symbols in .config

SVN-Revision: 37369

10 years agotools/mkimage: avoid a linux specific return code
Felix Fietkau [Tue, 16 Jul 2013 09:43:31 +0000 (09:43 +0000)]
tools/mkimage: avoid a linux specific return code

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37368

10 years agoConfig.in: fix depends syntax
Felix Fietkau [Tue, 16 Jul 2013 09:38:27 +0000 (09:38 +0000)]
Config.in: fix depends syntax

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37367

10 years ago[tools] mkimage: fix md5sum after r37361
Luka Perkov [Tue, 16 Jul 2013 07:56:42 +0000 (07:56 +0000)]
[tools] mkimage: fix md5sum after r37361

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37366

10 years agoimx6: add missing patches (r37363)
Luka Perkov [Mon, 15 Jul 2013 23:44:26 +0000 (23:44 +0000)]
imx6: add missing patches (r37363)

SVN-Revision: 37364

10 years agoimx6: add support for gw5400-a
Luka Perkov [Mon, 15 Jul 2013 23:18:39 +0000 (23:18 +0000)]
imx6: add support for gw5400-a

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 37363

10 years agoimx6: use $PATH to locate dtc binary
Luka Perkov [Mon, 15 Jul 2013 23:18:37 +0000 (23:18 +0000)]
imx6: use $PATH to locate dtc binary

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37362

10 years ago[tools] mkimage: update to 2013.07-rc1
Luka Perkov [Mon, 15 Jul 2013 23:18:36 +0000 (23:18 +0000)]
[tools] mkimage: update to 2013.07-rc1

also remove 100-dtc-binary.patch which was not accepted upstream

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37361

10 years agokernel: add sound-soc-imx-sgtl5000
Luka Perkov [Mon, 15 Jul 2013 23:18:34 +0000 (23:18 +0000)]
kernel: add sound-soc-imx-sgtl5000

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 37360

10 years agokernel: add sound-soc-imx
Luka Perkov [Mon, 15 Jul 2013 23:18:33 +0000 (23:18 +0000)]
kernel: add sound-soc-imx

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 37359

10 years agoConfig.in: add options for putting kernel and dtb in rootfs
Luka Perkov [Mon, 15 Jul 2013 23:18:32 +0000 (23:18 +0000)]
Config.in: add options for putting kernel and dtb in rootfs

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37358

10 years agoramips: make the old dwc driver depend on v3.9
John Crispin [Mon, 15 Jul 2013 21:06:03 +0000 (21:06 +0000)]
ramips: make the old dwc driver depend on v3.9

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37357

10 years agoramips: add v3.10 kernel config files
John Crispin [Mon, 15 Jul 2013 21:05:58 +0000 (21:05 +0000)]
ramips: add v3.10 kernel config files

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37356

10 years agokernel: v3.10 has no GENERIC_GPIO anymore
John Crispin [Mon, 15 Jul 2013 21:05:53 +0000 (21:05 +0000)]
kernel: v3.10 has no GENERIC_GPIO anymore

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37355

10 years agoramips: fix ehci/ohci OF binding
John Crispin [Mon, 15 Jul 2013 21:05:47 +0000 (21:05 +0000)]
ramips: fix ehci/ohci OF binding

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37354

10 years agoramips: update dtsi files to work with dwc2 driver
John Crispin [Mon, 15 Jul 2013 21:05:42 +0000 (21:05 +0000)]
ramips: update dtsi files to work with dwc2 driver

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37353

10 years agoramips: add a explicit reset to dwc2
John Crispin [Mon, 15 Jul 2013 21:05:36 +0000 (21:05 +0000)]
ramips: add a explicit reset to dwc2

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37352

10 years agoar71xx: fix uimage split for ew-dorin
Felix Fietkau [Mon, 15 Jul 2013 16:59:58 +0000 (16:59 +0000)]
ar71xx: fix uimage split for ew-dorin

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37350

10 years agoar71xx: refresh patches
Felix Fietkau [Mon, 15 Jul 2013 15:12:41 +0000 (15:12 +0000)]
ar71xx: refresh patches

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37349

10 years agokernel: refresh 3.10 patches
Felix Fietkau [Mon, 15 Jul 2013 15:12:37 +0000 (15:12 +0000)]
kernel: refresh 3.10 patches

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37348

10 years agokernel: fix another corner case in the bridge state patch (#13874)
Felix Fietkau [Mon, 15 Jul 2013 15:12:33 +0000 (15:12 +0000)]
kernel: fix another corner case in the bridge state patch (#13874)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37347

10 years agobase-files: reject invalid uci keys in network_get_device() and related procedures...
Jo-Philipp Wich [Mon, 15 Jul 2013 13:42:58 +0000 (13:42 +0000)]
base-files: reject invalid uci keys in network_get_device() and related procedures (#13886)

SVN-Revision: 37345

10 years agonetfilter: remove use of obsolete compatibility config symbols for mark and connmark
Felix Fietkau [Mon, 15 Jul 2013 13:08:20 +0000 (13:08 +0000)]
netfilter: remove use of obsolete compatibility config symbols for mark and connmark

fixes duplication of xt_mark and xt_connmark module entries

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37344

10 years agomac80211: fix a crash in legacy minstrel when no STA exists
Felix Fietkau [Mon, 15 Jul 2013 12:35:23 +0000 (12:35 +0000)]
mac80211: fix a crash in legacy minstrel when no STA exists

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37342

10 years agokernel: fix a bridge issue that broke WDS client handling in 3.9+
Felix Fietkau [Mon, 15 Jul 2013 12:25:58 +0000 (12:25 +0000)]
kernel: fix a bridge issue that broke WDS client handling in 3.9+

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37341

10 years agobrcm47xx: fix name of patch
Hauke Mehrtens [Mon, 15 Jul 2013 11:42:54 +0000 (11:42 +0000)]
brcm47xx: fix name of patch

SVN-Revision: 37340

10 years agoramips: add a patch to make dwc2 work with boards that have an old bootloader
John Crispin [Mon, 15 Jul 2013 11:34:13 +0000 (11:34 +0000)]
ramips: add a patch to make dwc2 work with boards that have an old bootloader

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37339

10 years agokernel: add usb-dwc2 kmod
John Crispin [Mon, 15 Jul 2013 11:08:04 +0000 (11:08 +0000)]
kernel: add usb-dwc2 kmod

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37338

10 years agobcm63xx: update ralink wlan firmware hotplug script for new eeprom size
Felix Fietkau [Mon, 15 Jul 2013 11:07:59 +0000 (11:07 +0000)]
bcm63xx: update ralink wlan firmware hotplug script for new eeprom size

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37337

10 years agoprocd: make old button hotplug rules work until all packages are migrated
John Crispin [Mon, 15 Jul 2013 11:07:53 +0000 (11:07 +0000)]
procd: make old button hotplug rules work until all packages are migrated

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37336

10 years agolantiq: update ralink wlan firmware hotplug script for new eeprom size
Felix Fietkau [Mon, 15 Jul 2013 11:06:07 +0000 (11:06 +0000)]
lantiq: update ralink wlan firmware hotplug script for new eeprom size

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37334

10 years agokernel: fix block2mtd build after removing the device refresh ioctl
Felix Fietkau [Mon, 15 Jul 2013 11:01:48 +0000 (11:01 +0000)]
kernel: fix block2mtd build after removing the device refresh ioctl

fixes #13882

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37332

10 years agoramips: add ralink v3.10 support
John Crispin [Mon, 15 Jul 2013 10:06:55 +0000 (10:06 +0000)]
ramips: add ralink v3.10 support

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37331

10 years agoubox: fix compile error (#13877)
Felix Fietkau [Mon, 15 Jul 2013 08:17:33 +0000 (08:17 +0000)]
ubox: fix compile error (#13877)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37330

10 years agoBump iptables version
Steven Barth [Mon, 15 Jul 2013 06:12:07 +0000 (06:12 +0000)]
Bump iptables version

SVN-Revision: 37329

10 years agoiptables: restore reap functionality to recent module
Steven Barth [Mon, 15 Jul 2013 06:12:03 +0000 (06:12 +0000)]
iptables: restore reap functionality to recent module

The reap functionality appears to have been accidentally disabled by
commit 74ded7257e5da5e309844d386290f24ae91950a6 to iptables.git, see:

  git://git.netfilter.org/iptables.git

and subsequently in iptables 1.4.15 and later.  This adds a patch to
restore reap functionality for recent_opts_v1.

Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 37328

10 years agoimx6: switch to askconsole
Luka Perkov [Mon, 15 Jul 2013 00:03:40 +0000 (00:03 +0000)]
imx6: switch to askconsole

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37326

10 years agoar71xx: really delete patches-3.8 directory
Luka Perkov [Sun, 14 Jul 2013 23:08:22 +0000 (23:08 +0000)]
ar71xx: really delete patches-3.8 directory

SVN-Revision: 37325

10 years agoar71xx: remove patches for 3.8 (leftover after r37315)
Luka Perkov [Sun, 14 Jul 2013 22:57:47 +0000 (22:57 +0000)]
ar71xx: remove patches for 3.8 (leftover after r37315)

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37324

10 years ago[scripts/downloads.pl] remove broken mirrors for linux kernel
Mirko Vogt [Sun, 14 Jul 2013 21:26:35 +0000 (21:26 +0000)]
[scripts/downloads.pl] remove broken mirrors for linux kernel

ftp.de.kernel.org / ftp.fr.kernel.org don't resolv anymore,
ftp.all.kernel.org is DNS round robin anyway

Signed-off-by: Mirko Vogt <mirko@openwrt.org>
SVN-Revision: 37323

10 years agorealview: switch to 3.10 kernel
Florian Fainelli [Sun, 14 Jul 2013 21:04:36 +0000 (21:04 +0000)]
realview: switch to 3.10 kernel

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37322

10 years agorealview: add support for 3.10 kernel
Florian Fainelli [Sun, 14 Jul 2013 21:04:15 +0000 (21:04 +0000)]
realview: add support for 3.10 kernel

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37321

10 years agokernel: add some more ARM related configuration symbols
Florian Fainelli [Sun, 14 Jul 2013 21:03:53 +0000 (21:03 +0000)]
kernel: add some more ARM related configuration symbols

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37320

10 years agonetifd: update to latest version, add bridge_empty option
Luka Perkov [Sun, 14 Jul 2013 18:50:04 +0000 (18:50 +0000)]
netifd: update to latest version, add bridge_empty option

with this option enabled it's possible to create empty bridges

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37318

10 years agolantiq: apply [37258] also to the 3.9 kernel patches
John Crispin [Sun, 14 Jul 2013 18:28:02 +0000 (18:28 +0000)]
lantiq: apply [37258] also to the 3.9 kernel patches

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37317

10 years agoswconfig: fix dependency bug introduced by [37304]
John Crispin [Sun, 14 Jul 2013 18:16:42 +0000 (18:16 +0000)]
swconfig: fix dependency bug introduced by [37304]

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37316

10 years agoar71xx: fix maximum watchdog timeout
John Crispin [Sun, 14 Jul 2013 18:01:09 +0000 (18:01 +0000)]
ar71xx: fix maximum watchdog timeout

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37315

10 years agoramips: disable ill_acc driver by default
John Crispin [Sun, 14 Jul 2013 18:01:00 +0000 (18:01 +0000)]
ramips: disable ill_acc driver by default

The driver seems to be causoing boot rpoblems on some SoCs

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37314

10 years agoprocd: update to latest git revision
John Crispin [Sun, 14 Jul 2013 18:00:51 +0000 (18:00 +0000)]
procd: update to latest git revision

* improves logread over net code

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37313

10 years agoubox: update to latest git revison
John Crispin [Sun, 14 Jul 2013 18:00:43 +0000 (18:00 +0000)]
ubox: update to latest git revison

this fixes a stack corruption in kmodloader. lsmod should be fixed now

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37312

10 years agoralink: drop v3.8 support
John Crispin [Sun, 14 Jul 2013 18:00:34 +0000 (18:00 +0000)]
ralink: drop v3.8 support

Signed-off-by: John Crispin <blogic@opewnrt.org>
SVN-Revision: 37311

10 years agoar71xx: update to 3.10.1
Felix Fietkau [Sun, 14 Jul 2013 17:29:56 +0000 (17:29 +0000)]
ar71xx: update to 3.10.1

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37310

10 years agomac80211: b43: load b43 on core rev 17 and 18.
Hauke Mehrtens [Sun, 14 Jul 2013 14:23:04 +0000 (14:23 +0000)]
mac80211: b43: load b43 on core rev 17 and 18.

This is now controlled by a module parameter and the default
configuration depends on brcmsmac being installed.
This patch causes b43 to take core rev 17 and 18 always by default.

SVN-Revision: 37307

10 years agomac80211: b43: activate LP-Phy support every time
Hauke Mehrtens [Sun, 14 Jul 2013 14:13:32 +0000 (14:13 +0000)]
mac80211: b43: activate LP-Phy support every time

SVN-Revision: 37305

10 years agobrcm47xx: use b53 phy driver for the switch in kernel 3.10
Hauke Mehrtens [Sun, 14 Jul 2013 14:11:17 +0000 (14:11 +0000)]
brcm47xx: use b53 phy driver for the switch in kernel 3.10

This makes it possible to use swconfig to controll the switch.

This was tested with devices using b43 and bgmac.
This was not tested on devices using tg3.
This does not support the adm switch used in some very old devices.

SVN-Revision: 37304

10 years agoar71xx: use uimage split for WHR-HP-G300N
Felix Fietkau [Sun, 14 Jul 2013 14:06:01 +0000 (14:06 +0000)]
ar71xx: use uimage split for WHR-HP-G300N

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37303

10 years agoar71xx: use uimage split for dlrtdev
Felix Fietkau [Sun, 14 Jul 2013 14:05:57 +0000 (14:05 +0000)]
ar71xx: use uimage split for dlrtdev

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37302

10 years agoar71xx: use uimage split for Allnet devices
Felix Fietkau [Sun, 14 Jul 2013 14:05:53 +0000 (14:05 +0000)]
ar71xx: use uimage split for Allnet devices

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37301

10 years agoar71xx: use uimage split for Cameo devices
Felix Fietkau [Sun, 14 Jul 2013 14:05:50 +0000 (14:05 +0000)]
ar71xx: use uimage split for Cameo devices

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37300

10 years agoar71xx: use uimage split for DIR-825B1
Felix Fietkau [Sun, 14 Jul 2013 14:05:46 +0000 (14:05 +0000)]
ar71xx: use uimage split for DIR-825B1

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37299

10 years agoar71xx: use uimage split for Embedded Wireless Dorin
Felix Fietkau [Sun, 14 Jul 2013 14:05:42 +0000 (14:05 +0000)]
ar71xx: use uimage split for Embedded Wireless Dorin

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37298

10 years agoar71xx: use uimage split for Ubiquiti XM devices
Felix Fietkau [Sun, 14 Jul 2013 14:05:39 +0000 (14:05 +0000)]
ar71xx: use uimage split for Ubiquiti XM devices

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37297

10 years agoar71xx: increase kernel size for wndr3700 based devices
Felix Fietkau [Sun, 14 Jul 2013 14:05:35 +0000 (14:05 +0000)]
ar71xx: increase kernel size for wndr3700 based devices

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37296

10 years agoar71xx: use uimage split for WZR-HP-G300NH2
Felix Fietkau [Sun, 14 Jul 2013 14:05:31 +0000 (14:05 +0000)]
ar71xx: use uimage split for WZR-HP-G300NH2

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37295