openwrt.git
9 years agocurl: only set ca path for openssl
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42662 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agocurl: use the system certificates
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42661 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoca-certificates: create symbolic link for certificate hashes
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42660 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobcm53xx: add a patch that fixes booting problems
rmilecki [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42659 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42658 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agocomgt: add no_device=1 for directip proto
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42657 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agocomgt: fix misplaced : in directip setup script
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42656 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoustream-ssl: select polarssl as default variant, skip openssl/cyassl dependencies...
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42655 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobuild: allow packages with build variants to explicitly select a default variant
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42654 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: ar8216: tagged+untagged on ar8327 (#12181)
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42653 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: ar8216: move policies, pvid to setup_port
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42652 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42651 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42650 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobcm53xx: image: use IMG_PREFIX for chk images
rmilecki [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42649 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

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

9 years agobcm53xx: image: make filesystem a suffix for TRX files
rmilecki [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42646 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobcm53xx: image: document arguments of various functions
rmilecki [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42645 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobcm53xx: image: rework Makefile and merge some functions
rmilecki [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42644 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42643 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42642 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobcm53xx: add nand flash driver
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42641 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobcm53xx: update patches adding bcma support
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42640 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobcm53xx: add fixtrx
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42639 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobcm53xx: add support for GPIOs
rmilecki [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42638 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

This squeezes BCM5301X patches.

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

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

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42636 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosunxi: enable AXP209 on BananaPi as well
wigyori [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42635 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42634 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomodules: fix typo in package description define
wigyori [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42633 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42631 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosunxi: add support for infra receiver on A20, along with IR-related backports from...
wigyori [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42630 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: add missing symbols for 3.14
wigyori [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42629 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42628 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agopackages: enable AP mode on r8188eu
wigyori [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42627 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agotoolchain: remove another bogus copy of libiberty.a
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42624 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agofirewall: allow '*' as synonym for any / all in family and proto options
jow [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42620 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: D-Link DIR-810L. Add support for SoC 2.4 GHz wireless and fix leds naming
blogic [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

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

9 years agolantiq: set 3.14 as default
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42618 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoralink: drop dwc_otg support. dwc2 seems stable
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42617 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosunxi: update gmac with adding correct regulators on bananapi
wigyori [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42616 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosunxi: backport late clock fixes from 3.15
wigyori [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42615 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

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

9 years agofirewall: fix heap corruption in fw3_bitlen2netmask() with IPv6 addresses
jow [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42610 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoscript/remote-gdb: enable and keep command history
jow [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42609 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosunxi: update dts for pcduino3 and bananapi with regulators
wigyori [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42608 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42607 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosunxi: add default interface for bananaPi
wigyori [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42606 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosunxi: add missing symbol for arch timer
wigyori [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42605 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agofirewall: fix invalid memory access when processing /128 IPv6 addresses from ubus...
jow [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42604 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: fix backport of bcma init patch
rmilecki [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42603 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agonetfilter: some more dependency hell fixes
cyrus [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42602 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

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

9 years agonetfilter: add missing symbol to disable nft_queue
nico [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42600 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agonetfilter: remove redundant CONFIG_IP_NF_IPTABLES
cyrus [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42599 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42598 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42597 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoReorganize netfilter kernel modules and package nftables kernel support
cyrus [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42596 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoubus: update to latest version, adds various fixes and improvements
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42594 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosdk: predefine kernel version magic
jow [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42590 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosunxi: add arm arch timer support
wigyori [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42589 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomodules: allow building rtl8188eu on 3.14
wigyori [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42588 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agouboot-sunxi: add PSCI support for bringing up secondary core on A20
wigyori [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42587 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agohostapd: do not remove foreign wpa_supplicant sockets
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42586 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: add missing config option
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42583 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agotools: add missing ldconfig make dependency on the staging area
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42576 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoLantiq: fix build warning from dsl_fs script
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42575 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: move the lantiq,switch property into the interface node
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42574 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

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

9 years agoubox: update to latest git
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42572 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agopostinst trigger: the new postinst trigger broke IB
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42571 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agofs-tools: dont use mips16
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42570 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosunxi: add new watchdog compats to reboot code in 3.14
wigyori [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42558 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosunxi: update profile of A13-OLinuXino to match uboot boardname, required for sdcard...
wigyori [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42557 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: revert vr9 driver update as it causes problems
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42556 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel-build: fix STRIP_KERNEL_EXPORTS for recent kernels
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42555 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agohostapd: remove bogus default setting for wps_pin (#17873)
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42553 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: add qihoo 360 c301 router support
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42552 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: fix switch init on vr9 SoC (3.10)
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42551 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: fix switch init on vr9 SoC
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42550 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: add board support for ubnt loco m xw
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42549 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: refactor ubnt xw board setup
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42548 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoinclude: remove file before overwritting it with replace_script
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42547 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoiproute2: update from v3.15.0 to v3.16.0
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42546 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoprocd: update to latest git HEAD
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42545 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: add default switch setup to td8970
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42544 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42543 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42542 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobcm53xx: fix early serial console
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42538 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: update bcma to the tag master-2014-09-11 (wireless-next)
rmilecki [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42537 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: add missing config option
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42536 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: move bcma patches pushed to wireless-next
rmilecki [Sun, 14 Sep 2014 14:58:13 +0000 (14:58 +0000)]
kernel: move bcma patches pushed to wireless-next

We used separated patch for patches that were sent but not accepted yet.
It has changed now, so let's use the standard patch file for them.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42535 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosunxi: add sdcard image generation support when board profile is selected
wigyori [Sun, 14 Sep 2014 13:47:42 +0000 (13:47 +0000)]
sunxi: add sdcard image generation support when board profile is selected

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42534 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosunxi: rename pcduino profile to match uboot boardname in prep for the sdcard generator
wigyori [Sun, 14 Sep 2014 13:09:22 +0000 (13:09 +0000)]
sunxi: rename pcduino profile to match uboot boardname in prep for the sdcard generator

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42533 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: add missing config option
hauke [Sun, 14 Sep 2014 12:06:59 +0000 (12:06 +0000)]
kernel: add missing config option

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42532 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: make hwmon-lm75 only depend on kmod-thermal if needed
hauke [Sun, 14 Sep 2014 12:06:38 +0000 (12:06 +0000)]
kernel: make hwmon-lm75 only depend on kmod-thermal if needed

This fixes commit r42529 and closes #17855.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42531 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoath9k_htc: fix decryption errors
nbd [Sun, 14 Sep 2014 11:40:51 +0000 (11:40 +0000)]
ath9k_htc: fix decryption errors

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42530 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: make kmod-hwmon-lm75 depend on kmod-thermal
hauke [Sat, 13 Sep 2014 23:03:36 +0000 (23:03 +0000)]
kernel: make kmod-hwmon-lm75 depend on kmod-thermal

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42529 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: do not deactivate CONFIG_BLK_DEV
hauke [Sat, 13 Sep 2014 22:10:00 +0000 (22:10 +0000)]
kernel: do not deactivate CONFIG_BLK_DEV

CONFIG_BLK_DEV does not activate any functionality, but many code, but
makes it possible to activate other options. Deactivating this breaks
the build of kmod-zram.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42528 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: add missing config options
hauke [Sat, 13 Sep 2014 21:25:21 +0000 (21:25 +0000)]
kernel: add missing config options

These missing option were found by the build bots.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42527 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agocyassl: update to version 3.2.0
hauke [Sat, 13 Sep 2014 20:56:55 +0000 (20:56 +0000)]
cyassl: update to version 3.2.0

This fixes a security problem:
Security fix for RSA Padding check vulnerability

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42526 3c298f89-4303-0410-b956-a3cf2f4a3e73