openwrt.git
10 years agolantiq: Fix ar8216 switch configuration
blogic [Thu, 30 May 2013 16:00:59 +0000 (16:00 +0000)]
lantiq: Fix ar8216 switch configuration

On linux 3.8 the switch is named as "switch0", but the network configuration script names it as "eth0", causing no communication over ethernet due to no proper VLAN config.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36782 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: DGN3500 support
blogic [Thu, 30 May 2013 16:00:50 +0000 (16:00 +0000)]
lantiq: DGN3500 support

This requires all the preceding patches and finishes support for the
DGN3500, also removing an obsolete file.

Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36781 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: enable retrieving kernel args from bootloader
blogic [Thu, 30 May 2013 16:00:42 +0000 (16:00 +0000)]
lantiq: enable retrieving kernel args from bootloader

This patch is a device tree enhancement that IMHO is worthy of mainline.
It allows the bootloader's commandline to be preserved even when the
device tree specifies one.

Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36780 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: wifi calibration from MTD
blogic [Thu, 30 May 2013 16:00:32 +0000 (16:00 +0000)]
lantiq: wifi calibration from MTD

This patch enables retrieving the wifi calibration data from an MTD
partition. It requires the previous patch.

Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36779 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: postpone PCI and wifi init
blogic [Thu, 30 May 2013 16:00:24 +0000 (16:00 +0000)]
lantiq: postpone PCI and wifi init

This postpones the initialization of PCI and wifi until after the MTD
initialization, so that calibration data may be loaded from there.

Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36778 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: fix LED-handling oversights
blogic [Thu, 30 May 2013 16:00:15 +0000 (16:00 +0000)]
lantiq: fix LED-handling oversights

This reassigns the PPPoE status to the LED that was intended to indicate
it, rather than the DSL sync light.

Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36777 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoprocd: update to latest git revision
blogic [Thu, 30 May 2013 16:00:06 +0000 (16:00 +0000)]
procd: update to latest git revision

* add support for rcS
* logread can relay log via tcp
* make sure directories are created before mknod is called

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36776 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoramips: set correct description for rt305x subtarget
blogic [Thu, 30 May 2013 15:59:56 +0000 (15:59 +0000)]
ramips: set correct description for rt305x subtarget

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36775 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago6relayd: Better compatibility with misbheaving DHCPv6 clients
cyrus [Thu, 30 May 2013 15:42:30 +0000 (15:42 +0000)]
6relayd: Better compatibility with misbheaving DHCPv6 clients
* Make the "best" address / prefix the first one being announced
* Only add the "best" address to the hosts-file

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

10 years agonetifd: updated IPv6 prefix delegation
cyrus [Thu, 30 May 2013 15:42:25 +0000 (15:42 +0000)]
netifd: updated IPv6 prefix delegation
* Added support for prefix classes
* Various bugfixes

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

10 years agouhttpd: update again to fix a ubus plugin crash bug
nbd [Thu, 30 May 2013 13:16:38 +0000 (13:16 +0000)]
uhttpd: update again to fix a ubus plugin crash bug

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

10 years agouhttpd: update to latest version, fixes script timeout for ubus requests
nbd [Thu, 30 May 2013 10:44:20 +0000 (10:44 +0000)]
uhttpd: update to latest version, fixes script timeout for ubus requests

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

10 years agoubus: update to latest version, fixes a crash on request cancelling
nbd [Thu, 30 May 2013 10:44:16 +0000 (10:44 +0000)]
ubus: update to latest version, fixes a crash on request cancelling

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

10 years ago6relayd: more verbosity in leases and logging
cyrus [Thu, 30 May 2013 07:56:55 +0000 (07:56 +0000)]
6relayd: more verbosity in leases and logging

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

10 years agofeeds: fix check for core packages that are not in the package/ toplevel directory
jow [Wed, 29 May 2013 18:17:07 +0000 (18:17 +0000)]
feeds: fix check for core packages that are not in the package/ toplevel directory

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

10 years agoiptables: bump to 1.4.19.1
cyrus [Wed, 29 May 2013 14:58:04 +0000 (14:58 +0000)]
iptables: bump to 1.4.19.1

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

10 years agoubus: update to latest version, fixes json-c library name
nbd [Wed, 29 May 2013 10:54:09 +0000 (10:54 +0000)]
ubus: update to latest version, fixes json-c library name

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

10 years agojson-c: drop compatibility libraries
nbd [Wed, 29 May 2013 10:49:22 +0000 (10:49 +0000)]
json-c: drop compatibility libraries

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

10 years agolibjson-c: Update to 0.11
nbd [Wed, 29 May 2013 10:31:53 +0000 (10:31 +0000)]
libjson-c: Update to 0.11

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36757 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolibubox: update to latest version, adds support for the new json-c and adds a new...
nbd [Wed, 29 May 2013 10:31:49 +0000 (10:31 +0000)]
libubox: update to latest version, adds support for the new json-c and adds a new blobmsg_json helper

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

10 years agobuild: clean up stale files from a previous build when installing a package build...
nbd [Wed, 29 May 2013 10:31:45 +0000 (10:31 +0000)]
build: clean up stale files from a previous build when installing a package build to the staging dir

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

10 years ago[package] uboot-imx6: add new package
luka [Wed, 29 May 2013 01:27:30 +0000 (01:27 +0000)]
[package] uboot-imx6: add new package

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

10 years agoimx6: add new target
luka [Wed, 29 May 2013 01:27:29 +0000 (01:27 +0000)]
imx6: add new target

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

10 years agokernel: generic: remove upstream patches for 3.10-rc3 and refresh patches
luka [Wed, 29 May 2013 01:27:27 +0000 (01:27 +0000)]
kernel: generic: remove upstream patches for 3.10-rc3 and refresh patches

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

10 years agomac80211: fix a crash issue introduced in the active monitor code
nbd [Tue, 28 May 2013 21:20:22 +0000 (21:20 +0000)]
mac80211: fix a crash issue introduced in the active monitor code

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

10 years agonetifd: fix IPv6-addresses disappearing due to lifetime-overflows
cyrus [Tue, 28 May 2013 18:32:01 +0000 (18:32 +0000)]
netifd: fix IPv6-addresses disappearing due to lifetime-overflows

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

10 years agoodhcp6c: fix or debug disappearing IPv6 addresses
cyrus [Tue, 28 May 2013 16:28:14 +0000 (16:28 +0000)]
odhcp6c: fix or debug disappearing IPv6 addresses

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

10 years agoath9k: fix some issues in PA predistortion (still disabled by default)
nbd [Tue, 28 May 2013 16:07:29 +0000 (16:07 +0000)]
ath9k: fix some issues in PA predistortion (still disabled by default)

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

10 years agomac80211: add support for "active" monitor interfaces which allow userspace tools...
nbd [Tue, 28 May 2013 11:10:41 +0000 (11:10 +0000)]
mac80211: add support for "active" monitor interfaces which allow userspace tools to connect to APs via injection

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

10 years ago6relayd: RFC 6204 and naming improvements
cyrus [Mon, 27 May 2013 20:38:13 +0000 (20:38 +0000)]
6relayd: RFC 6204 and naming improvements
* Announce delegated prefixes using route info according to RFC 6204 L-3
* Enable hybrid stateless + stateful DHCPv6-mode as default

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

10 years agofirewall3: update to git head
jow [Mon, 27 May 2013 15:13:19 +0000 (15:13 +0000)]
firewall3: update to git head

- allows building without IPv6 support
- uses more robust rules to cope with missing libext.a
- uses better linking strategy to avoid symbol clashes with older iptables
- introduces source compatiblity layer for different libxtables versions

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

10 years agouci: update to git head (#13348, http://luci.subsignal.org/trac/ticket/572)
jow [Sun, 26 May 2013 17:28:18 +0000 (17:28 +0000)]
uci: update to git head (#13348, luci.subsignal.org/trac/ticket/572)

  - fixes overwriting list options with single-item lists in lua binding

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

10 years agoscripts: dl_cleanup.py: properly detect file names with <date>-<githash> version...
jow [Sun, 26 May 2013 17:28:11 +0000 (17:28 +0000)]
scripts: dl_cleanup.py: properly detect file names with <date>-<githash> version string

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

10 years agoar71xx: typo in detect TL-MR10U/TL-MR11U
juhosg [Sun, 26 May 2013 16:38:00 +0000 (16:38 +0000)]
ar71xx: typo in detect TL-MR10U/TL-MR11U

At offset 0x40, signature for TL-MR10U/TL-MR11U begin
from 0x00, not 0x10/0x11.

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36727 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: fix TL-MR10U usb power
juhosg [Sun, 26 May 2013 16:37:59 +0000 (16:37 +0000)]
ar71xx: fix TL-MR10U usb power

MR10U is closer to MR3040 than WR703N. This changes also
enable USB power on GPIO18.

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36726 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: update linux 3.9 to 3.9.4
juhosg [Sun, 26 May 2013 16:02:34 +0000 (16:02 +0000)]
kernel: update linux 3.9 to 3.9.4

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36725 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: update linux 3.8 to 3.8.13
juhosg [Sun, 26 May 2013 16:02:31 +0000 (16:02 +0000)]
kernel: update linux 3.8 to 3.8.13

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36724 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: set eth0 mac address to match bottom label of the OM2P LC
juhosg [Sun, 26 May 2013 16:02:29 +0000 (16:02 +0000)]
ar71xx: set eth0 mac address to match bottom label of the OM2P LC

Signed-off-by: marek@open-mesh.com
CC: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36723 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: add TP-LINK TL-MR10U
juhosg [Sun, 26 May 2013 16:02:26 +0000 (16:02 +0000)]
ar71xx: add TP-LINK TL-MR10U

Small router with 4MB flash, 32MB RAM
http://www.tp-link.com.cn/product_300.html

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36722 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agofirewall3: update to git head
jow [Sun, 26 May 2013 15:48:04 +0000 (15:48 +0000)]
firewall3: update to git head

  - allows symbolic notation for src_ip, src_dip and dest_ip options, e.g. option src_ip 'lan' to automatically resolve to "192.168.1.0/24"
  - automatically infer destination zone for redirects from target ip, this makes 'dest' optional and nat reflection setup more robust
  - properly support output rules with dest '*' to hook directly into delegate_output
  - fixes crash when processing rules with unresolved targets

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

10 years ago6relayd: Fix DHCPv6-server picking up addresses from master interface
cyrus [Sun, 26 May 2013 10:06:02 +0000 (10:06 +0000)]
6relayd: Fix DHCPv6-server picking up addresses from master interface

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

10 years agogeneric: ar8216: add port mirroring
luka [Fri, 24 May 2013 13:10:22 +0000 (13:10 +0000)]
generic: ar8216: add port mirroring

Tested on Buffalo WZR-600DHP with ar8316 switch. Commands used to mirror both
RX and TX traffic from LAN port 1 to LAN port 4:

$ swconfig dev switch0 set enable_mirror_rx 1
$ swconfig dev switch0 set enable_mirror_tx 1
$ swconfig dev switch0 set mirror_monitor_port 4
$ swconfig dev switch0 set mirror_source_port 1

Signed-off-by: Colin Leitner <colin.leitner@googlemail.com>
Tested-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36713 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agofirewall3: update to git head
jow [Fri, 24 May 2013 12:49:06 +0000 (12:49 +0000)]
firewall3: update to git head

  - fixes linking issues with some toolchains

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

10 years ago6relayd: fix a lease-timing issue with stateful DHCPv6
cyrus [Fri, 24 May 2013 12:31:30 +0000 (12:31 +0000)]
6relayd: fix a lease-timing issue with stateful DHCPv6

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

10 years agomac80211: merge AP VLAN / WDS related fixes
nbd [Fri, 24 May 2013 11:54:47 +0000 (11:54 +0000)]
mac80211: merge AP VLAN / WDS related fixes

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

10 years agofirewall3: update to git head
jow [Thu, 23 May 2013 13:07:44 +0000 (13:07 +0000)]
firewall3: update to git head

  - Use weak references for instantiating libext*.a matches, makes fw3 independant from the compile time features of iptables
  - Do not leak memory when processing rules with unknown targets or matches

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

10 years agomac80211: fix station info tx bytes (#13567)
nbd [Thu, 23 May 2013 13:06:17 +0000 (13:06 +0000)]
mac80211: fix station info tx bytes (#13567)

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

10 years agouhttpd: update to latest version, fixes #13564, #13560, improves error handling as...
nbd [Thu, 23 May 2013 10:50:42 +0000 (10:50 +0000)]
uhttpd: update to latest version, fixes #13564, #13560, improves error handling as pointed out in #13537

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

10 years agoath9k: merge some ar934x stability fixes
nbd [Thu, 23 May 2013 10:22:13 +0000 (10:22 +0000)]
ath9k: merge some ar934x stability fixes

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

10 years agogcc: remove version 4.7
nbd [Thu, 23 May 2013 10:22:09 +0000 (10:22 +0000)]
gcc: remove version 4.7

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

10 years agogcc: port missing patches from 4.6 to 4.8
nbd [Thu, 23 May 2013 10:21:59 +0000 (10:21 +0000)]
gcc: port missing patches from 4.6 to 4.8

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

10 years agofirewall3: Remove abandonend include
cyrus [Thu, 23 May 2013 06:38:25 +0000 (06:38 +0000)]
firewall3: Remove abandonend include

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

10 years agofirewall3: update to git head
jow [Wed, 22 May 2013 14:15:53 +0000 (14:15 +0000)]
firewall3: update to git head

  - fix build on Linux < 3.7
  - limit zone names to 14 bytes

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

10 years ago6relayd: Let OpenWrt override default CFLAGS
cyrus [Wed, 22 May 2013 11:58:54 +0000 (11:58 +0000)]
6relayd: Let OpenWrt override default CFLAGS

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

10 years agofirewall3: update to git head
jow [Wed, 22 May 2013 11:37:41 +0000 (11:37 +0000)]
firewall3: update to git head

  - fixes reload when firewall is not running already
  - fixes crash when ipsets are supported but undeclared
  - fixes handling of per zone user chains on reload

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

10 years agogcc: fix avr32 default GCC version
jogo [Wed, 22 May 2013 08:26:57 +0000 (08:26 +0000)]
gcc: fix avr32 default GCC version

Fix gcc version default after r36355 removing all GCC_DEFAULT_VERSION
symbols.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36688 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago6relayd: Fix a segfault when multiple downstream interfaces are present
cyrus [Tue, 21 May 2013 18:05:37 +0000 (18:05 +0000)]
6relayd: Fix a segfault when multiple downstream interfaces are present

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

10 years agofirewall3: update to git head
jow [Tue, 21 May 2013 14:49:37 +0000 (14:49 +0000)]
firewall3: update to git head

  - fixes segfault in flush command if ipset support is not available
  - fixes internal rule generation if custom chains are enabled

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

10 years agoipset: remove dependency on iptables-mod-ipset - technically it does not depend on...
jow [Tue, 21 May 2013 13:00:28 +0000 (13:00 +0000)]
ipset: remove dependency on iptables-mod-ipset - technically it does not depend on it and the iptables matches are now part of the base

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

10 years agofirewall3: move libext*.a copying to compile phase
jow [Tue, 21 May 2013 12:58:36 +0000 (12:58 +0000)]
firewall3: move libext*.a copying to compile phase

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

10 years agonetfilter: move time, mark, set matches and MARK, REDIRECT, SET targets into base...
jow [Tue, 21 May 2013 12:58:15 +0000 (12:58 +0000)]
netfilter: move time, mark, set matches and MARK, REDIRECT, SET targets into base iptables package - drop iptables-mod-ipset

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

10 years agofirewall3: update to git head
jow [Tue, 21 May 2013 10:15:14 +0000 (10:15 +0000)]
firewall3: update to git head

 * use libiptc and libxtables directly to manage ruleset, iptables-restore is unreliable and prone to race conditions
 * make ipset integration more reliable

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

10 years agoiptables: use -ffunction-sections, -fdata-sections and --gc-sections
jow [Tue, 21 May 2013 10:15:10 +0000 (10:15 +0000)]
iptables: use -ffunction-sections, -fdata-sections and --gc-sections

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

10 years agoar71xx: disable jffs2 by default, it confuses users since many devices have incompati...
nbd [Tue, 21 May 2013 09:45:46 +0000 (09:45 +0000)]
ar71xx: disable jffs2 by default, it confuses users since many devices have incompatible eraseblock sizes

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

10 years agoodhcp6c: Various fixes
cyrus [Tue, 21 May 2013 09:13:48 +0000 (09:13 +0000)]
odhcp6c: Various fixes
* Honour T1 and T2 values from servers better
* Correctly send Reconfigure-Accept option in requests

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

10 years ago6relayd: Various DHCPv6-fixes
cyrus [Tue, 21 May 2013 09:13:40 +0000 (09:13 +0000)]
6relayd: Various DHCPv6-fixes
* Be more standards-compliant in stateful mode
* Handle hostnames from Windows-clients correctly
* Handle messages from DHCPv6-relays better

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

10 years agokernel: update 3.9 to 3.9.3
jogo [Mon, 20 May 2013 16:57:00 +0000 (16:57 +0000)]
kernel: update 3.9 to 3.9.3

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36676 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoodhcp6c: Fix address / prefix expiry logic
cyrus [Mon, 20 May 2013 14:54:20 +0000 (14:54 +0000)]
odhcp6c: Fix address / prefix expiry logic

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

10 years agoar7: drop obsolete 3.3 support
jogo [Mon, 20 May 2013 12:42:44 +0000 (12:42 +0000)]
ar7: drop obsolete 3.3 support

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36674 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar7: drop obsolete 3.6 support
jogo [Mon, 20 May 2013 12:42:41 +0000 (12:42 +0000)]
ar7: drop obsolete 3.6 support

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36673 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar7: switch to 3.9
jogo [Mon, 20 May 2013 12:42:38 +0000 (12:42 +0000)]
ar7: switch to 3.9

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36672 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar7: add support for 3.9
jogo [Mon, 20 May 2013 12:42:36 +0000 (12:42 +0000)]
ar7: add support for 3.9

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36671 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: add some missing symbols/move them to generic
jogo [Mon, 20 May 2013 12:42:32 +0000 (12:42 +0000)]
kernel: add some missing symbols/move them to generic

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36670 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobrcm2708: make it boot on revision 2 raspberry pis
jogo [Mon, 20 May 2013 12:07:03 +0000 (12:07 +0000)]
brcm2708: make it boot on revision 2 raspberry pis

  * update the bootcode.bin to the newest version
    - gpu/cpu mem split is now configured through config.txt, so no need
      to create more than one sd card image (just edit the config.txt)
    - bootcode.bin now supports the never revision 2 raspberry pis

  * add a commented prepopulated config.txt for easier config changes
    Taken from <https://github.com/Evilpaul/RPi-config>

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36668 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobrcm2708-gpu-fw: download zipped sources and switch to Hexxeh's git
jogo [Mon, 20 May 2013 12:07:00 +0000 (12:07 +0000)]
brcm2708-gpu-fw: download zipped sources and switch to Hexxeh's git

* Use the gzipped download feature from github to get a tarball with a
  stable hash.
* Use Liam McLoughlin's git which has a subset of the original git's
  contents, dropping all the precompiled modules and kernels.

Reduces the download size from ~1.27 GiB to ~25 MiB.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36667 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomac80211: remove superfluous patch
jogo [Mon, 20 May 2013 12:06:57 +0000 (12:06 +0000)]
mac80211: remove superfluous patch

This is already handles in compat-3.8.h as prandom* was introduced
in 3.8; only the aliases were removed in 3.10.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36666 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[package] uboot-envtools: upgrade to 2013.04
luka [Mon, 20 May 2013 08:52:44 +0000 (08:52 +0000)]
[package] uboot-envtools: upgrade to 2013.04

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

10 years agokernel: generic: add 3.10-rc1 support
jogo [Sun, 19 May 2013 18:36:15 +0000 (18:36 +0000)]
kernel: generic: add 3.10-rc1 support

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36663 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: adapt module paths for 3.10-rc1
jogo [Sun, 19 May 2013 18:36:09 +0000 (18:36 +0000)]
kernel: adapt module paths for 3.10-rc1

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36662 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomac80211: make it build with 3.10-rc1
jogo [Sun, 19 May 2013 18:36:06 +0000 (18:36 +0000)]
mac80211: make it build with 3.10-rc1

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36661 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobcm63xx: add 3.9 support
jogo [Sun, 19 May 2013 18:32:13 +0000 (18:32 +0000)]
bcm63xx: add 3.9 support

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36660 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobcm63xx: Simplify CFE detection.
jogo [Sun, 19 May 2013 18:32:02 +0000 (18:32 +0000)]
bcm63xx: Simplify CFE detection.

Check bootloader argument in mtd.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
[jogo@openwrt.org: split into two patches, one for detection,
                   one letting bcm63xxpart use it.]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36659 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: update 3.9 to 3.9.2
jogo [Sun, 19 May 2013 18:31:51 +0000 (18:31 +0000)]
kernel: update 3.9 to 3.9.2

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36658 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: don't remove of_tables
jogo [Sun, 19 May 2013 11:27:28 +0000 (11:27 +0000)]
kernel: don't remove of_tables

These are needed for OF setup of clocksource, clocks and irqchips.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36657 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoath9k: fix some more aggregation related issues
nbd [Sat, 18 May 2013 19:36:22 +0000 (19:36 +0000)]
ath9k: fix some more aggregation related issues

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

10 years agodnsmasq: add directory for external hosts-files
cyrus [Fri, 17 May 2013 14:44:12 +0000 (14:44 +0000)]
dnsmasq: add directory for external hosts-files

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

10 years ago6relayd: Add stateful DHCPv6-support (IA_NA)
cyrus [Fri, 17 May 2013 14:44:07 +0000 (14:44 +0000)]
6relayd: Add stateful DHCPv6-support (IA_NA)
* Add management_level option (0: set O-flag, >=1: set M-flag)
* Add support for static DHCPv6-leases
* Various fixes for DHCPv6-PD

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

10 years agonetifd: Unify interface-based routing for IPv4 and IPv6
cyrus [Fri, 17 May 2013 14:44:02 +0000 (14:44 +0000)]
netifd: Unify interface-based routing for IPv4 and IPv6
* Add interface option to set routing table for protocol routes
* Enabled for IPv6 for source-based filtering, disabled for IPv4

Based on a patch by Kristian Evensen. Thank You.

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

10 years agoConfig.in: expose symbols specific to lxc in separate item
luka [Fri, 17 May 2013 11:27:20 +0000 (11:27 +0000)]
Config.in: expose symbols specific to lxc in separate item

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

10 years agoath9k: merge some aggregation / rate handling related fixes
nbd [Fri, 17 May 2013 09:37:19 +0000 (09:37 +0000)]
ath9k: merge some aggregation / rate handling related fixes

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

10 years agovalgrind: enable parallel builds
nbd [Fri, 17 May 2013 09:37:15 +0000 (09:37 +0000)]
valgrind: enable parallel builds

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

10 years agoar71xx: remove the xfrm.h chunk from the unaligned access hacks, it breaks ipsec
nbd [Fri, 17 May 2013 07:31:00 +0000 (07:31 +0000)]
ar71xx: remove the xfrm.h chunk from the unaligned access hacks, it breaks ipsec

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

10 years agomac80211: add a rate control rate selection fix
nbd [Thu, 16 May 2013 11:41:54 +0000 (11:41 +0000)]
mac80211: add a rate control rate selection fix

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

10 years agouhttpd: update to latest version, fixes index page processing order
nbd [Thu, 16 May 2013 11:38:19 +0000 (11:38 +0000)]
uhttpd: update to latest version, fixes index page processing order

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

10 years agotrace-cmd: update to latest version
nbd [Thu, 16 May 2013 11:38:12 +0000 (11:38 +0000)]
trace-cmd: update to latest version

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

10 years ago[package] iproute2: workaround compile issues with gcc 4.8.x
luka [Thu, 16 May 2013 00:04:48 +0000 (00:04 +0000)]
[package] iproute2: workaround compile issues with gcc 4.8.x

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

10 years agoodhcp6c: Fix handling of RAs when no DHCPv6-server is present
cyrus [Wed, 15 May 2013 11:07:01 +0000 (11:07 +0000)]
odhcp6c: Fix handling of RAs when no DHCPv6-server is present

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

10 years agomac80211: add mesh_param support
nbd [Wed, 15 May 2013 09:36:10 +0000 (09:36 +0000)]
mac80211: add mesh_param support

This patch add mesh_param support in mac80211.sh
It suppose that this patch http://patchwork.openwrt.org/patch/3540/ is applied (add HT support for mesh)

Tested with rspro(ar9280)/wr1043nd, BB r36211
see also this http://lists.open80211s.org/pipermail/devel/2012-June/003352.html
(mesh_hwmp_rootmode 1 & mesh_gate_announcements 1
=> mesh_hwmp_rootmode 4 & mesh_gate_announcements 1)

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36640 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomac80211: add HT support for mesh
nbd [Wed, 15 May 2013 09:36:02 +0000 (09:36 +0000)]
mac80211: add HT support for mesh

This is a quick patch to enable HT for mesh mode
https://github.com/cozybit/open80211s/wiki/HOWTO#high-throughput
http://lists.open80211s.org/pipermail/devel/2012-March/002990.html

For my test setup the speed increased from 1-2 Mbytes/sec to 8-10 Mbytes/sec (iperf)

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36639 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[package] iproute2: upgrade to 3.9.0
luka [Tue, 14 May 2013 23:49:34 +0000 (23:49 +0000)]
[package] iproute2: upgrade to 3.9.0

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