openwrt/svn-archive/archive.git
9 years agoodhcp6c: work around weird ISP RS behaviour
Steven Barth [Sat, 27 Sep 2014 16:57:47 +0000 (16:57 +0000)]
odhcp6c: work around weird ISP RS behaviour

SVN-Revision: 42674

9 years agokernel: merge two mtdpart.c patches
Rafał Miłecki [Sat, 27 Sep 2014 09:44:24 +0000 (09:44 +0000)]
kernel: merge two mtdpart.c patches

It does not make sense to add some code and remove is 4 patches later.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42673

9 years agokernel: update bcma to the tag master-2014-09-26 (wireless-next)
Rafał Miłecki [Sat, 27 Sep 2014 07:49:48 +0000 (07:49 +0000)]
kernel: update bcma to the tag master-2014-09-26 (wireless-next)

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42672

9 years agocomgt: fix directip auth type
Felix Fietkau [Fri, 26 Sep 2014 15:55:45 +0000 (15:55 +0000)]
comgt: fix directip auth type

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

9 years agocomgt: fireup a dhcpv6-client for directip as well
Steven Barth [Fri, 26 Sep 2014 13:58:40 +0000 (13:58 +0000)]
comgt: fireup a dhcpv6-client for directip as well

SVN-Revision: 42670

9 years agocomgt: in directip, derive the wwan ifname automatically instead of specifying it...
Felix Fietkau [Fri, 26 Sep 2014 13:44:21 +0000 (13:44 +0000)]
comgt: in directip, derive the wwan ifname automatically instead of specifying it in the config

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

9 years agodnsmasq: bump to 2.72
Steven Barth [Fri, 26 Sep 2014 08:57:36 +0000 (08:57 +0000)]
dnsmasq: bump to 2.72

Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42668

9 years agorealview: add protocol argument to ucidef_set_interface_raw
Florian Fainelli [Thu, 25 Sep 2014 19:09:17 +0000 (19:09 +0000)]
realview: add protocol argument to ucidef_set_interface_raw

Now that ucidef_set_interface_raw() has been updated to take a protocol
argument, use that.

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

9 years agobase-files: add a protocol argument to ucidef_set_interface_raw
Florian Fainelli [Thu, 25 Sep 2014 19:08:56 +0000 (19:08 +0000)]
base-files: add a protocol argument to ucidef_set_interface_raw

Add a third argument to ucidef_set_interface_raw, which is specifying
the protocol.

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

9 years agoodhcpd: fix segfault when parsing domain options in UCI
Steven Barth [Thu, 25 Sep 2014 11:53:12 +0000 (11:53 +0000)]
odhcpd: fix segfault when parsing domain options in UCI

SVN-Revision: 42663

9 years agocurl: only set ca path for openssl
Felix Fietkau [Thu, 25 Sep 2014 10:51:56 +0000 (10:51 +0000)]
curl: only set ca path for openssl

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

9 years agocurl: use the system certificates
Felix Fietkau [Thu, 25 Sep 2014 10:37:06 +0000 (10:37 +0000)]
curl: use the system certificates

Signed-off-by: Cristian Morales Vega <cristian@samknows.com>
SVN-Revision: 42661

9 years agoca-certificates: create symbolic link for certificate hashes
Felix Fietkau [Thu, 25 Sep 2014 07:38:02 +0000 (07:38 +0000)]
ca-certificates: create symbolic link for certificate hashes

Implementing "add-cert.sh" functionality described at
http://wiki.openwrt.org/doc/howto/wget-ssl-certs into Makefile
otherwise you need to create symbolic links for certificate hashes
yourself.

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
SVN-Revision: 42660

9 years agobcm53xx: add a patch that fixes booting problems
Rafał Miłecki [Wed, 24 Sep 2014 21:08:17 +0000 (21:08 +0000)]
bcm53xx: add a patch that fixes booting problems

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42659

9 years agocomgt: initialize ifname for directip
Felix Fietkau [Wed, 24 Sep 2014 17:04:20 +0000 (17:04 +0000)]
comgt: initialize ifname for directip

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

9 years agocomgt: add no_device=1 for directip proto
Felix Fietkau [Wed, 24 Sep 2014 08:07:45 +0000 (08:07 +0000)]
comgt: add no_device=1 for directip proto

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

9 years agocomgt: fix misplaced : in directip setup script
Felix Fietkau [Wed, 24 Sep 2014 08:07:40 +0000 (08:07 +0000)]
comgt: fix misplaced : in directip setup script

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

9 years agoustream-ssl: select polarssl as default variant, skip openssl/cyassl dependencies...
Felix Fietkau [Tue, 23 Sep 2014 10:41:24 +0000 (10:41 +0000)]
ustream-ssl: select polarssl as default variant, skip openssl/cyassl dependencies if unused

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

9 years agobuild: allow packages with build variants to explicitly select a default variant
Felix Fietkau [Tue, 23 Sep 2014 10:41:15 +0000 (10:41 +0000)]
build: allow packages with build variants to explicitly select a default variant

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

9 years agoar71xx: ar8216: tagged+untagged on ar8327 (#12181)
Felix Fietkau [Tue, 23 Sep 2014 10:19:58 +0000 (10:19 +0000)]
ar71xx: ar8216: tagged+untagged on ar8327 (#12181)

This allows tagged and untagged traffic together on the same port on ar8327
switch devices.

I looked at the first attempt to do this in r40777 (ar71xx: Fix tagged+untagged
operation on AR8327N (#12181)). I also set the vlan and port egress policies
like that change. But I change vlan_tagged in an less intrusive way. The
tagged/untagged decision is now based on the following rules:
- if vid != pvid then traffic is always tagged
- if vid == pvid then vlan_tagged stores if the traffic should be tagged

Tested on TP-Link WDR-3600 (ar8327N).

Signed-off-by: Valentin Spreckels <Valentin.Spreckels@Informatik.Uni-Oldenburg.DE>
SVN-Revision: 42653

9 years agoar71xx: ar8216: move policies, pvid to setup_port
Felix Fietkau [Tue, 23 Sep 2014 10:18:38 +0000 (10:18 +0000)]
ar71xx: ar8216: move policies, pvid to setup_port

This moves ingress, egress policy and pvid decisions to setup_port methods.
They arenow device type dependent.

This allows policy changes on only one device type which is needed to allow
tagged + untagged operation on ar8327.

Tested on TP-LINK WDR-3600 (ar8327N).

Signed-off-by: Valentin Spreckels <Valentin.Spreckels@Informatik.Uni-Oldenburg.DE>
SVN-Revision: 42652

9 years agomxs: remove 3.13
Zoltan Herpai [Tue, 23 Sep 2014 06:42:29 +0000 (06:42 +0000)]
mxs: remove 3.13

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

9 years agomxs: disable mmc debugging
Zoltan Herpai [Tue, 23 Sep 2014 06:38:58 +0000 (06:38 +0000)]
mxs: disable mmc debugging

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

9 years agobcm53xx: image: use IMG_PREFIX for chk images
Rafał Miłecki [Mon, 22 Sep 2014 18:11:09 +0000 (18:11 +0000)]
bcm53xx: image: use IMG_PREFIX for chk images

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42649

9 years agodnsmasq: fix lockup when interfaces disappear
Steven Barth [Mon, 22 Sep 2014 12:07:20 +0000 (12:07 +0000)]
dnsmasq: fix lockup when interfaces disappear

SVN-Revision: 42648

9 years agobcm53xx: image: make filesystem a suffix for TRX files
Rafał Miłecki [Mon, 22 Sep 2014 09:16:20 +0000 (09:16 +0000)]
bcm53xx: image: make filesystem a suffix for TRX files

This makes TRX files more /compatible/ with firmware files (e.g. CHK).
This will allow us to put some TRX files in BIN_DIR if we need to.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42646

9 years agobcm53xx: image: document arguments of various functions
Rafał Miłecki [Mon, 22 Sep 2014 08:37:18 +0000 (08:37 +0000)]
bcm53xx: image: document arguments of various functions

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42645

9 years agobcm53xx: image: rework Makefile and merge some functions
Rafał Miłecki [Mon, 22 Sep 2014 08:04:26 +0000 (08:04 +0000)]
bcm53xx: image: rework Makefile and merge some functions

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42644

9 years agosunxi: enable GPIO_SYSFS
Zoltan Herpai [Mon, 22 Sep 2014 06:15:45 +0000 (06:15 +0000)]
sunxi: enable GPIO_SYSFS

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

9 years agobcm53xx: activate vfpv3 support
Hauke Mehrtens [Sun, 21 Sep 2014 21:58:29 +0000 (21:58 +0000)]
bcm53xx: activate vfpv3 support

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42642

9 years agobcm53xx: add nand flash driver
Hauke Mehrtens [Sun, 21 Sep 2014 21:58:02 +0000 (21:58 +0000)]
bcm53xx: add nand flash driver

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42641

9 years agobcm53xx: update patches adding bcma support
Hauke Mehrtens [Sun, 21 Sep 2014 21:57:17 +0000 (21:57 +0000)]
bcm53xx: update patches adding bcma support

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42640

9 years agobcm53xx: add fixtrx
Hauke Mehrtens [Sun, 21 Sep 2014 21:56:31 +0000 (21:56 +0000)]
bcm53xx: add fixtrx

Without running fixtrx the image will not boot at the second time,
because the CRC the boot loader check is invalid at that time.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42639

9 years agobcm53xx: add support for GPIOs
Rafał Miłecki [Sun, 21 Sep 2014 21:18:30 +0000 (21:18 +0000)]
bcm53xx: add support for GPIOs

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42638

9 years agobcm53xx: rename console fixing patch
Rafał Miłecki [Sun, 21 Sep 2014 21:02:38 +0000 (21:02 +0000)]
bcm53xx: rename console fixing patch

This squeezes BCM5301X patches.

SVN-Revision: 42637

9 years agosunxi: add AXP209 to pcDuino3
Zoltan Herpai [Sun, 21 Sep 2014 20:31:18 +0000 (20:31 +0000)]
sunxi: add AXP209 to pcDuino3

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

9 years agosunxi: enable AXP209 on BananaPi as well
Zoltan Herpai [Sun, 21 Sep 2014 17:46:50 +0000 (17:46 +0000)]
sunxi: enable AXP209 on BananaPi as well

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

9 years agosunxi: enable AXP209 regulator
Zoltan Herpai [Sun, 21 Sep 2014 17:45:20 +0000 (17:45 +0000)]
sunxi: enable AXP209 regulator

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

9 years agomodules: fix typo in package description define
Zoltan Herpai [Sun, 21 Sep 2014 16:42:30 +0000 (16:42 +0000)]
modules: fix typo in package description define

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

9 years agosunxi: add sunxi-ir module
Zoltan Herpai [Sun, 21 Sep 2014 16:28:06 +0000 (16:28 +0000)]
sunxi: add sunxi-ir module

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

9 years agosunxi: add support for infra receiver on A20, along with IR-related backports from...
Zoltan Herpai [Sun, 21 Sep 2014 16:25:45 +0000 (16:25 +0000)]
sunxi: add support for infra receiver on A20, along with IR-related backports from 3.15

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

9 years agokernel: add missing symbols for 3.14
Zoltan Herpai [Sun, 21 Sep 2014 16:24:28 +0000 (16:24 +0000)]
kernel: add missing symbols for 3.14

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

9 years agosunxi: remove 3.13 support
Zoltan Herpai [Sun, 21 Sep 2014 15:42:36 +0000 (15:42 +0000)]
sunxi: remove 3.13 support

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

9 years agopackages: enable AP mode on r8188eu
Zoltan Herpai [Sun, 21 Sep 2014 12:24:42 +0000 (12:24 +0000)]
packages: enable AP mode on r8188eu

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

9 years agotoolchain: remove another bogus copy of libiberty.a
Felix Fietkau [Sat, 20 Sep 2014 11:11:48 +0000 (11:11 +0000)]
toolchain: remove another bogus copy of libiberty.a

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

9 years agofirewall: allow '*' as synonym for any / all in family and proto options
Jo-Philipp Wich [Fri, 19 Sep 2014 18:18:58 +0000 (18:18 +0000)]
firewall: allow '*' as synonym for any / all in family and proto options

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42620

9 years agoramips: D-Link DIR-810L. Add support for SoC 2.4 GHz wireless and fix leds naming
John Crispin [Fri, 19 Sep 2014 11:07:08 +0000 (11:07 +0000)]
ramips: D-Link DIR-810L. Add support for SoC 2.4 GHz wireless and fix leds naming

SVN-Revision: 42619

9 years agolantiq: set 3.14 as default
John Crispin [Fri, 19 Sep 2014 10:52:47 +0000 (10:52 +0000)]
lantiq: set 3.14 as default

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

9 years agoralink: drop dwc_otg support. dwc2 seems stable
John Crispin [Fri, 19 Sep 2014 10:52:37 +0000 (10:52 +0000)]
ralink: drop dwc_otg support. dwc2 seems stable

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

9 years agosunxi: update gmac with adding correct regulators on bananapi
Zoltan Herpai [Fri, 19 Sep 2014 00:13:49 +0000 (00:13 +0000)]
sunxi: update gmac with adding correct regulators on bananapi

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

9 years agosunxi: backport late clock fixes from 3.15
Zoltan Herpai [Fri, 19 Sep 2014 00:12:53 +0000 (00:12 +0000)]
sunxi: backport late clock fixes from 3.15

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

9 years agonetfilter: fix a typo in TTL-match module
Steven Barth [Thu, 18 Sep 2014 14:53:26 +0000 (14:53 +0000)]
netfilter: fix a typo in TTL-match module

SVN-Revision: 42611

9 years agofirewall: fix heap corruption in fw3_bitlen2netmask() with IPv6 addresses
Jo-Philipp Wich [Thu, 18 Sep 2014 12:05:12 +0000 (12:05 +0000)]
firewall: fix heap corruption in fw3_bitlen2netmask() with IPv6 addresses

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42610

9 years agoscript/remote-gdb: enable and keep command history
Jo-Philipp Wich [Thu, 18 Sep 2014 09:29:44 +0000 (09:29 +0000)]
script/remote-gdb: enable and keep command history

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42609

9 years agosunxi: update dts for pcduino3 and bananapi with regulators
Zoltan Herpai [Wed, 17 Sep 2014 23:45:08 +0000 (23:45 +0000)]
sunxi: update dts for pcduino3 and bananapi with regulators

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

9 years agosunxi: add usb ohci support
Zoltan Herpai [Wed, 17 Sep 2014 23:34:10 +0000 (23:34 +0000)]
sunxi: add usb ohci support

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

9 years agosunxi: add default interface for bananaPi
Zoltan Herpai [Wed, 17 Sep 2014 23:15:30 +0000 (23:15 +0000)]
sunxi: add default interface for bananaPi

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

9 years agosunxi: add missing symbol for arch timer
Zoltan Herpai [Wed, 17 Sep 2014 23:12:50 +0000 (23:12 +0000)]
sunxi: add missing symbol for arch timer

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

9 years agofirewall: fix invalid memory access when processing /128 IPv6 addresses from ubus...
Jo-Philipp Wich [Wed, 17 Sep 2014 22:09:52 +0000 (22:09 +0000)]
firewall: fix invalid memory access when processing /128 IPv6 addresses from ubus, properly emit REDIRECT rules for local port forwards

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42604

9 years agokernel: fix backport of bcma init patch
Rafał Miłecki [Wed, 17 Sep 2014 21:25:36 +0000 (21:25 +0000)]
kernel: fix backport of bcma init patch

Upstream bcma patch:
bcma: use separated function to initialize bus on SoC
was backported incompletely. I missed arch code change.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42603

9 years agonetfilter: some more dependency hell fixes
Steven Barth [Wed, 17 Sep 2014 15:04:30 +0000 (15:04 +0000)]
netfilter: some more dependency hell fixes

Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42602

9 years agonetfilter: fix dependencies of kmod-ipt-nat6
Steven Barth [Wed, 17 Sep 2014 15:01:16 +0000 (15:01 +0000)]
netfilter: fix dependencies of kmod-ipt-nat6

SVN-Revision: 42601

9 years agonetfilter: add missing symbol to disable nft_queue
Nicolas Thill [Wed, 17 Sep 2014 14:28:05 +0000 (14:28 +0000)]
netfilter: add missing symbol to disable nft_queue

Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 42600

9 years agonetfilter: remove redundant CONFIG_IP_NF_IPTABLES
Steven Barth [Wed, 17 Sep 2014 12:17:01 +0000 (12:17 +0000)]
netfilter: remove redundant CONFIG_IP_NF_IPTABLES

Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42599

9 years agonftables: introduce experimental nftables
Steven Barth [Wed, 17 Sep 2014 12:11:06 +0000 (12:11 +0000)]
nftables: introduce experimental nftables

Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42598

9 years agolibnftnl: Add nftables libnftnl
Steven Barth [Wed, 17 Sep 2014 12:10:57 +0000 (12:10 +0000)]
libnftnl: Add nftables libnftnl

Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42597

9 years agoReorganize netfilter kernel modules and package nftables kernel support
Steven Barth [Wed, 17 Sep 2014 12:10:44 +0000 (12:10 +0000)]
Reorganize netfilter kernel modules and package nftables kernel support

Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42596

9 years agoubus: update to latest version, adds various fixes and improvements
Felix Fietkau [Wed, 17 Sep 2014 11:34:16 +0000 (11:34 +0000)]
ubus: update to latest version, adds various fixes and improvements

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

9 years agosdk: predefine kernel version magic
Jo-Philipp Wich [Wed, 17 Sep 2014 10:25:47 +0000 (10:25 +0000)]
sdk: predefine kernel version magic

Kernel modules which are built using the SDK do not have access
to the .vermagic file in the Linux build dir, therefore the
generated .ipk metadata depends on kernel versions like
'3.10.49-1-unknown' which are not satisfiable by the kernel
meta package in the image.

Fix this problem by substituting 'unknown' with the current
version magic in include/kernel.mk when packing the SDK.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42590

9 years agosunxi: add arm arch timer support
Zoltan Herpai [Wed, 17 Sep 2014 10:15:05 +0000 (10:15 +0000)]
sunxi: add arm arch timer support

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

9 years agomodules: allow building rtl8188eu on 3.14
Zoltan Herpai [Wed, 17 Sep 2014 10:12:29 +0000 (10:12 +0000)]
modules: allow building rtl8188eu on 3.14

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

9 years agouboot-sunxi: add PSCI support for bringing up secondary core on A20
Zoltan Herpai [Wed, 17 Sep 2014 08:25:04 +0000 (08:25 +0000)]
uboot-sunxi: add PSCI support for bringing up secondary core on A20

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

9 years agohostapd: do not remove foreign wpa_supplicant sockets
John Crispin [Wed, 17 Sep 2014 07:41:31 +0000 (07:41 +0000)]
hostapd: do not remove foreign wpa_supplicant sockets

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

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

9 years agokernel: add missing config option
Hauke Mehrtens [Tue, 16 Sep 2014 21:39:24 +0000 (21:39 +0000)]
kernel: add missing config option

This missing option was found by the build bots.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42583

9 years agotools: add missing ldconfig make dependency on the staging area
Felix Fietkau [Tue, 16 Sep 2014 16:46:20 +0000 (16:46 +0000)]
tools: add missing ldconfig make dependency on the staging area

Signed-off-by: John Szakmeister <john@szakmeister.net>
SVN-Revision: 42576

9 years agoLantiq: fix build warning from dsl_fs script
John Crispin [Tue, 16 Sep 2014 14:53:06 +0000 (14:53 +0000)]
Lantiq: fix build warning from dsl_fs script

fix inclusion of functions.sh in dsl_fs init script

without this, the following error is seen during build:
./etc/init.d/dsl_fs: line 4: /lib/functions.sh: No such file or directory

Signed-off-by: Thomas Langer <thomas.langer@lantiq.com>
SVN-Revision: 42575

9 years agolantiq: move the lantiq,switch property into the interface node
John Crispin [Tue, 16 Sep 2014 14:53:01 +0000 (14:53 +0000)]
lantiq: move the lantiq,switch property into the interface node

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

9 years agolibmnl: add some upstream fixes
Steven Barth [Tue, 16 Sep 2014 13:31:20 +0000 (13:31 +0000)]
libmnl: add some upstream fixes

SVN-Revision: 42573

9 years agoubox: update to latest git
John Crispin [Tue, 16 Sep 2014 12:26:35 +0000 (12:26 +0000)]
ubox: update to latest git

make the remote logging feature RFC3164 compliant

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

9 years agopostinst trigger: the new postinst trigger broke IB
John Crispin [Tue, 16 Sep 2014 11:56:19 +0000 (11:56 +0000)]
postinst trigger: the new postinst trigger broke IB

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

9 years agofs-tools: dont use mips16
John Crispin [Tue, 16 Sep 2014 11:55:57 +0000 (11:55 +0000)]
fs-tools: dont use mips16

this causes problems on 47xx/74k

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

9 years agosunxi: add new watchdog compats to reboot code in 3.14
Zoltan Herpai [Mon, 15 Sep 2014 21:05:00 +0000 (21:05 +0000)]
sunxi: add new watchdog compats to reboot code in 3.14

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

9 years agosunxi: update profile of A13-OLinuXino to match uboot boardname, required for sdcard...
Zoltan Herpai [Mon, 15 Sep 2014 19:37:23 +0000 (19:37 +0000)]
sunxi: update profile of A13-OLinuXino to match uboot boardname, required for sdcard image

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

9 years agolantiq: revert vr9 driver update as it causes problems
John Crispin [Mon, 15 Sep 2014 16:19:33 +0000 (16:19 +0000)]
lantiq: revert vr9 driver update as it causes problems

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

9 years agokernel-build: fix STRIP_KERNEL_EXPORTS for recent kernels
John Crispin [Mon, 15 Sep 2014 16:18:48 +0000 (16:18 +0000)]
kernel-build: fix STRIP_KERNEL_EXPORTS for recent kernels

Recent kernels started to mark exported symbols as global.
Adapt expressions in kernel-build.mk to also match global symbols
when grep'ing through nm output.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 42555

9 years agohostapd: remove bogus default setting for wps_pin (#17873)
Felix Fietkau [Mon, 15 Sep 2014 16:09:23 +0000 (16:09 +0000)]
hostapd: remove bogus default setting for wps_pin (#17873)

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

9 years agoar71xx: add qihoo 360 c301 router support
John Crispin [Mon, 15 Sep 2014 10:19:38 +0000 (10:19 +0000)]
ar71xx: add qihoo 360 c301 router support

Qihoo 360 C301 is a dual band wireless router supports 802.11n and 802.11ac.
Its chipset is AR9344 + AR9882 with two 16MB flashes.

This patch adds its initial support.

v2:
* use mtd_get_mac_ascii to fetch MAC address for ath10k.
* use ath79_register_pci to initialize AR9882.

Signed-off-by: Weijie Gao <hackpascal@gmail.com>
SVN-Revision: 42552

9 years agolantiq: fix switch init on vr9 SoC (3.10)
John Crispin [Mon, 15 Sep 2014 10:19:27 +0000 (10:19 +0000)]
lantiq: fix switch init on vr9 SoC (3.10)

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

9 years agolantiq: fix switch init on vr9 SoC
John Crispin [Mon, 15 Sep 2014 10:19:20 +0000 (10:19 +0000)]
lantiq: fix switch init on vr9 SoC

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

9 years agoar71xx: add board support for ubnt loco m xw
John Crispin [Mon, 15 Sep 2014 10:19:14 +0000 (10:19 +0000)]
ar71xx: add board support for ubnt loco m xw

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 42549

9 years agoar71xx: refactor ubnt xw board setup
John Crispin [Mon, 15 Sep 2014 10:19:01 +0000 (10:19 +0000)]
ar71xx: refactor ubnt xw board setup

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 42548

9 years agoinclude: remove file before overwritting it with replace_script
John Crispin [Mon, 15 Sep 2014 10:18:56 +0000 (10:18 +0000)]
include: remove file before overwritting it with replace_script

config.{sub,guess} could be symlinks to a shared common version of
this file (e.g. in staging). So we remove the destination file via
--remove-destination option of cp. This prevents replaceing the
common file that other packages could be build with if running at
the same time.

This fixes a class of errors where config.sub is missing, or
only partially present when running configure because a cp is
currently in progress

This is commonly seen building with a lot of parallel jobs and
on packages that use 'PKG_FIXUP:=autoreconf'

Signed-off-by: Matthew McClintock <mmcclint@qca.qualcomm.com>
Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com>
SVN-Revision: 42547

9 years agoiproute2: update from v3.15.0 to v3.16.0
John Crispin [Mon, 15 Sep 2014 10:18:50 +0000 (10:18 +0000)]
iproute2: update from v3.15.0 to v3.16.0

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

9 years agoprocd: update to latest git HEAD
John Crispin [Mon, 15 Sep 2014 10:18:45 +0000 (10:18 +0000)]
procd: update to latest git HEAD

fixed timeout on shutdown and cmdline param parsing

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

9 years agolantiq: add default switch setup to td8970
John Crispin [Mon, 15 Sep 2014 10:18:37 +0000 (10:18 +0000)]
lantiq: add default switch setup to td8970

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

9 years agolibreadline: bump to 6.3
Steven Barth [Mon, 15 Sep 2014 10:15:23 +0000 (10:15 +0000)]
libreadline: bump to 6.3

Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42543

9 years agobase-files: whitespace fixes
Luka Perkov [Sun, 14 Sep 2014 23:15:00 +0000 (23:15 +0000)]
base-files: whitespace fixes

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

9 years agobcm53xx: fix early serial console
Hauke Mehrtens [Sun, 14 Sep 2014 19:22:49 +0000 (19:22 +0000)]
bcm53xx: fix early serial console

This device actually has a 8250 serial with a shift of 0.
Tested this on a BCM4708.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42538

9 years agokernel: update bcma to the tag master-2014-09-11 (wireless-next)
Rafał Miłecki [Sun, 14 Sep 2014 17:31:13 +0000 (17:31 +0000)]
kernel: update bcma to the tag master-2014-09-11 (wireless-next)

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42537

9 years agokernel: add missing config option
Hauke Mehrtens [Sun, 14 Sep 2014 15:00:33 +0000 (15:00 +0000)]
kernel: add missing config option

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42536