openwrt.git
10 years agoramips: add missing symbols to rt288x config
blogic [Thu, 27 Jun 2013 16:45:26 +0000 (16:45 +0000)]
ramips: add missing symbols to rt288x config

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

10 years agoramips: fix ethernet stability issue introduced by recent kernel upgrade
blogic [Thu, 27 Jun 2013 16:28:06 +0000 (16:28 +0000)]
ramips: fix ethernet stability issue introduced by recent kernel upgrade

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

10 years ago6relayd: prevent build on AVR32
florian [Thu, 27 Jun 2013 15:33:05 +0000 (15:33 +0000)]
6relayd: prevent build on AVR32

AVR32 misses a bunch of updated syscalls, including timerfd_create()
which is used by 6relayd. Since that requires Linux/libc changes, just
prevent building it for now.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37040 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobusybox: disable syslogd/klogd by default, procd replaces them
nbd [Thu, 27 Jun 2013 11:06:35 +0000 (11:06 +0000)]
busybox: disable syslogd/klogd by default, procd replaces them

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

10 years agoimx23: add new target for i.MX233-based boards
wigyori [Thu, 27 Jun 2013 10:12:03 +0000 (10:12 +0000)]
imx23: add new target for i.MX233-based boards

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

10 years agomac80211: disable rt2x00 on mt7620a
blogic [Thu, 27 Jun 2013 07:25:13 +0000 (07:25 +0000)]
mac80211: disable rt2x00 on mt7620a

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

10 years agokernel/generic: add missing regulator symbols for 3.9
wigyori [Wed, 26 Jun 2013 21:48:17 +0000 (21:48 +0000)]
kernel/generic: add missing regulator symbols for 3.9

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

10 years agotools: add tools for i.MX23 boards
wigyori [Wed, 26 Jun 2013 10:15:29 +0000 (10:15 +0000)]
tools: add tools for i.MX23 boards

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

10 years agoodhcp6c: Add missing config option "ifaceid"
cyrus [Tue, 25 Jun 2013 05:18:20 +0000 (05:18 +0000)]
odhcp6c: Add missing config option "ifaceid"

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

10 years agobcm63xx: fix DSL-274xB F1 default network config
jogo [Mon, 24 Jun 2013 20:35:54 +0000 (20:35 +0000)]
bcm63xx: fix DSL-274xB F1 default network config

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

10 years agohostapd: fix superflous coma
blogic [Mon, 24 Jun 2013 16:44:18 +0000 (16:44 +0000)]
hostapd: fix superflous coma

this cause the wps trigegr to be copied to the wrong place

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

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

10 years ago[toolchain/eglibc] add patch for eglibc version 2.15
mirko [Mon, 24 Jun 2013 14:51:22 +0000 (14:51 +0000)]
[toolchain/eglibc] add patch for eglibc version 2.15

This patch partially reverts an (e)glibc commit
which fixed a memory leak, however introduced lookup
errors in dlopen() with resulting segmentation faults
in certain scenarios.

References:
 - http://comments.gmane.org/gmane.comp.lib.glibc.user/1227
 - http://sourceware.org/ml/libc-alpha/2011-06/msg00006.html

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

10 years agoramips: move ESW reset to preinit on RT305x/RT5350
blogic [Mon, 24 Jun 2013 12:39:28 +0000 (12:39 +0000)]
ramips: move ESW reset to preinit on RT305x/RT5350

RT305x/RT5350 SoCs require the switch to be reset before touching the ethernet
interface, otherwise the driver will panic.
As we already init the ethernet in preinit we therefor need to reset the switch
before that.

Signed-off-by: Felix Kaechele <felix@fetzig.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37027 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoubus: remove unused init-script
cyrus [Mon, 24 Jun 2013 12:38:30 +0000 (12:38 +0000)]
ubus: remove unused init-script

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

10 years agoramips: make rt3883 usb work properly
blogic [Mon, 24 Jun 2013 12:06:56 +0000 (12:06 +0000)]
ramips: make rt3883 usb work properly

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

10 years agoramips: revert gpio regulator dts update
blogic [Mon, 24 Jun 2013 11:09:50 +0000 (11:09 +0000)]
ramips: revert gpio regulator dts update

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

10 years agoarptables: Bump to 0.0.4
cyrus [Mon, 24 Jun 2013 05:48:12 +0000 (05:48 +0000)]
arptables: Bump to 0.0.4

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

10 years ago6relayd: don't accidentally remove regular prefix routes
cyrus [Sun, 23 Jun 2013 16:26:09 +0000 (16:26 +0000)]
6relayd: don't accidentally remove regular prefix routes

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

10 years agoutil-linux: dont provide swapon/off
blogic [Sun, 23 Jun 2013 15:51:33 +0000 (15:51 +0000)]
util-linux: dont provide swapon/off

these are no provided either by busybox or block-mount

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

10 years agoralink: update patches
blogic [Sun, 23 Jun 2013 15:50:49 +0000 (15:50 +0000)]
ralink: update patches

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

10 years agopackage: fix insmod on install
blogic [Sat, 22 Jun 2013 22:09:40 +0000 (22:09 +0000)]
package: fix insmod on install

the procd changes broke the postinst insmod.

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

10 years agokernel: fix a reference counting bug in overlayfs
nbd [Sat, 22 Jun 2013 14:00:12 +0000 (14:00 +0000)]
kernel: fix a reference counting bug in overlayfs

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

10 years agoath9k: fix a minor rcu issue
nbd [Sat, 22 Jun 2013 13:59:55 +0000 (13:59 +0000)]
ath9k: fix a minor rcu issue

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

10 years ago6relayd: fix lease-update behaviour for clients without reconfigure
cyrus [Sat, 22 Jun 2013 08:31:28 +0000 (08:31 +0000)]
6relayd: fix lease-update behaviour for clients without reconfigure

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

10 years ago6relayd: Keep PD-downstream across RENEW/REBIND
cyrus [Sat, 22 Jun 2013 08:19:25 +0000 (08:19 +0000)]
6relayd: Keep PD-downstream across RENEW/REBIND

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

10 years agomac80211: fix compile error on rt2x00 when buildin for SoC
blogic [Fri, 21 Jun 2013 16:54:46 +0000 (16:54 +0000)]
mac80211: fix compile error on rt2x00 when buildin for SoC

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

10 years agopackages: clean up the package folder
blogic [Fri, 21 Jun 2013 16:54:37 +0000 (16:54 +0000)]
packages: clean up the package folder

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

10 years agolantiq: Tune the XWAY subtarget cflags
blogic [Fri, 21 Jun 2013 16:54:15 +0000 (16:54 +0000)]
lantiq: Tune the XWAY subtarget cflags

This patch sets the cflags -mtune=34kc -mdsp only in XWAY subtarget, while the others remain with mtune=mips32r2.
Although the Danube has a Mips 24KEc core performs well with the above cflags.

Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37006 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: set mips16 support.
blogic [Fri, 21 Jun 2013 16:54:07 +0000 (16:54 +0000)]
lantiq: set mips16 support.

Set mips16 support in XWAY subtarget.

This patch is based in changeset #36600

Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37005 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: Fix ARV7518 DTS definitions
blogic [Fri, 21 Jun 2013 16:54:03 +0000 (16:54 +0000)]
lantiq: Fix ARV7518 DTS definitions

Fix EBU leds by removing req2 and gnt2 from pinmux.
Fix rfkill button gpio.
Enable reset button.
Fix power led activation status.

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

10 years agobase-files: module loading is now handled by ubox/kmodloader
blogic [Fri, 21 Jun 2013 16:53:59 +0000 (16:53 +0000)]
base-files: module loading is now handled by ubox/kmodloader

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

10 years agobase-files: /etc/init.d/rcS is no longer needed, procd handles this for us now
blogic [Fri, 21 Jun 2013 16:53:55 +0000 (16:53 +0000)]
base-files: /etc/init.d/rcS is no longer needed, procd handles this for us now

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

10 years agobase-files: drop 2 pointless hotplug trigger stubs
blogic [Fri, 21 Jun 2013 16:53:51 +0000 (16:53 +0000)]
base-files: drop 2 pointless hotplug trigger stubs

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

10 years agobase-files: input/button drivers get loaded before preinit by procd
blogic [Fri, 21 Jun 2013 16:53:47 +0000 (16:53 +0000)]
base-files: input/button drivers get loaded before preinit by procd

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

10 years agobase-files: diag does not need to insmod any drivers, procd already did it for us
blogic [Fri, 21 Jun 2013 16:53:43 +0000 (16:53 +0000)]
base-files: diag does not need to insmod any drivers, procd already did it for us

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

10 years agobase-files: procd is now the init process
blogic [Fri, 21 Jun 2013 16:53:38 +0000 (16:53 +0000)]
base-files: procd is now the init process

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

10 years agobusybox: procd is now the init process
blogic [Fri, 21 Jun 2013 16:53:30 +0000 (16:53 +0000)]
busybox: procd is now the init process

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

10 years agobase-files: procd init is now the default, remove files.old
blogic [Fri, 21 Jun 2013 16:53:26 +0000 (16:53 +0000)]
base-files: procd init is now the default, remove files.old

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

10 years agoprocd: update to latest git revision
blogic [Fri, 21 Jun 2013 16:53:22 +0000 (16:53 +0000)]
procd: update to latest git revision

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

10 years agoprocd: fix hotplug rule to not return on default makedev trigger
blogic [Fri, 21 Jun 2013 16:53:19 +0000 (16:53 +0000)]
procd: fix hotplug rule to not return on default makedev trigger

this allows the subsystem trigger to also be called

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

10 years agobrcm47xx: dont manually insmod switch drivers
blogic [Fri, 21 Jun 2013 16:53:15 +0000 (16:53 +0000)]
brcm47xx: dont manually insmod switch drivers

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

10 years agoar71xx: drop procd_init console hack
blogic [Fri, 21 Jun 2013 16:53:11 +0000 (16:53 +0000)]
ar71xx: drop procd_init console hack

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

10 years agohostapd: remove old button hotplug script
blogic [Fri, 21 Jun 2013 16:53:07 +0000 (16:53 +0000)]
hostapd: remove old button hotplug script

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

10 years agoubox: update to latest git version
blogic [Fri, 21 Jun 2013 16:53:03 +0000 (16:53 +0000)]
ubox: update to latest git version

add block mount / extroot support

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

10 years agoblock-mount: drop package, ubox now does the job for us
blogic [Fri, 21 Jun 2013 16:53:00 +0000 (16:53 +0000)]
block-mount: drop package, ubox now does the job for us

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

10 years agohotplug2: procd does the hotplugging now
blogic [Fri, 21 Jun 2013 16:52:56 +0000 (16:52 +0000)]
hotplug2: procd does the hotplugging now

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

10 years agoutil-linux: move package to package/system/utils
blogic [Fri, 21 Jun 2013 16:52:52 +0000 (16:52 +0000)]
util-linux: move package to package/system/utils

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

10 years agoutil-linux: fix endianess bug and stage libraries properly
blogic [Fri, 21 Jun 2013 16:52:48 +0000 (16:52 +0000)]
util-linux: fix endianess bug and stage libraries properly

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

10 years agolibubox: update to latest version, fixes utf-8 corruption issues in blobmsg_json
nbd [Fri, 21 Jun 2013 15:19:31 +0000 (15:19 +0000)]
libubox: update to latest version, fixes utf-8 corruption issues in blobmsg_json

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

10 years agoath9k_htc: fix idle mode handling
nbd [Fri, 21 Jun 2013 10:57:35 +0000 (10:57 +0000)]
ath9k_htc: fix idle mode handling

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

10 years ago[ppc40x]: increase kernel partition size to fix boot issues
kaloz [Fri, 21 Jun 2013 10:57:05 +0000 (10:57 +0000)]
[ppc40x]: increase kernel partition size to fix boot issues

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

10 years ago6relayd: Fix DHCPv6-PD assignment logic
cyrus [Fri, 21 Jun 2013 06:15:09 +0000 (06:15 +0000)]
6relayd: Fix DHCPv6-PD assignment logic

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

10 years agobrcm63xx: reduce the number of Ethernet DMA channels from 16 to 8
florian [Thu, 20 Jun 2013 18:47:36 +0000 (18:47 +0000)]
brcm63xx: reduce the number of Ethernet DMA channels from 16 to 8

We currently used 16 DMA Ethernet channels, but the hardware only
supports up to 8 (with 2 per enet and the remaining for USB slave).

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36979 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomac80211: add rt2x00-mmio package to store the common parts for SoC and PCI access
hauke [Thu, 20 Jun 2013 15:03:28 +0000 (15:03 +0000)]
mac80211: add rt2x00-mmio package to store the common parts for SoC and PCI access

This should fix a build error on ramips.

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

10 years agoath9k: fix cabq depth accounting
nbd [Thu, 20 Jun 2013 13:10:31 +0000 (13:10 +0000)]
ath9k: fix cabq depth accounting

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

10 years agoacx-mac80211: make it compile with the new backports mac80211
hauke [Wed, 19 Jun 2013 21:37:56 +0000 (21:37 +0000)]
acx-mac80211: make it compile with the new backports mac80211

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

10 years agomac80211: libertas-sd depends on mmc
hauke [Wed, 19 Jun 2013 21:36:52 +0000 (21:36 +0000)]
mac80211: libertas-sd depends on mmc

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

10 years agomac80211: copy the backport-include files to staging_dir
hauke [Wed, 19 Jun 2013 21:36:22 +0000 (21:36 +0000)]
mac80211: copy the backport-include files to staging_dir

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

10 years agomac80211: do not use CPTCFG_SSB and CPTCFG_BCMA
hauke [Wed, 19 Jun 2013 21:33:31 +0000 (21:33 +0000)]
mac80211: do not use CPTCFG_SSB and CPTCFG_BCMA

ssb and bcma are not build by compat-wireless / backports and the
config symbols are also not taken from there. Use the in kernel config
symbols. This fixes a build error in brcmsmac/led.c

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

10 years agomac80211: do not build RT2X00_LIB_XXX when XXX is not available in the kernel.
hauke [Wed, 19 Jun 2013 21:29:34 +0000 (21:29 +0000)]
mac80211: do not build RT2X00_LIB_XXX when XXX is not available in the kernel.

It was possible to select RT2X00_LIB_PCI without PCI being selected.

This closes #13720
mrkiko thanks for testing.

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

10 years ago6relayd: correctly set downstream routes for DHCPv6-PD
cyrus [Wed, 19 Jun 2013 13:08:33 +0000 (13:08 +0000)]
6relayd: correctly set downstream routes for DHCPv6-PD

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

10 years agolinux-3.8: backport a leds-gpio.c crash fix (fixes #13721)
nbd [Tue, 18 Jun 2013 22:23:38 +0000 (22:23 +0000)]
linux-3.8: backport a leds-gpio.c crash fix (fixes #13721)

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

10 years agotools/mkimage: add back a fixed version of 040-include_order.patch to fix build error...
nbd [Tue, 18 Jun 2013 21:53:46 +0000 (21:53 +0000)]
tools/mkimage: add back a fixed version of 040-include_order.patch to fix build errors on some systems (#12232)

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

10 years agonetifd: update to latest version, fixes a NULL pointer deref bug
nbd [Tue, 18 Jun 2013 16:24:48 +0000 (16:24 +0000)]
netifd: update to latest version, fixes a NULL pointer deref bug

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

10 years agofirewall: update to git head
jow [Tue, 18 Jun 2013 14:30:51 +0000 (14:30 +0000)]
firewall: update to git head

- fixes misprocessing of unknown symbolic protocol names

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

10 years agofirewall: update to git head
jow [Tue, 18 Jun 2013 14:14:35 +0000 (14:14 +0000)]
firewall: update to git head

- fixes calculation of IPv4 netmasks derived from 0.0.0.0/0 CIDRs

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

10 years agoodhcp6c: Add option to override interface identifier in RA-client
cyrus [Tue, 18 Jun 2013 12:51:14 +0000 (12:51 +0000)]
odhcp6c: Add option to override interface identifier in RA-client

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

10 years agobrcm63xx: refresh 3.9 patches
florian [Tue, 18 Jun 2013 10:54:28 +0000 (10:54 +0000)]
brcm63xx: refresh 3.9 patches

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36958 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobrcm63xx: provide a default sane MAC address for Cable Modem devices
florian [Tue, 18 Jun 2013 10:54:24 +0000 (10:54 +0000)]
brcm63xx: provide a default sane MAC address for Cable Modem devices

Cable modem devices currently poke at some random location in RAM and
may end up having an invalid MAC address which is not suitable. Provide
a default one which is sane.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36957 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolibubox: update to latest version, fixes uloop recursion issues
nbd [Tue, 18 Jun 2013 10:52:40 +0000 (10:52 +0000)]
libubox: update to latest version, fixes uloop recursion issues

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

10 years agoustream-ssl: update to latest version, fixes uhttpd infinite loop issues
nbd [Tue, 18 Jun 2013 10:52:33 +0000 (10:52 +0000)]
ustream-ssl: update to latest version, fixes uhttpd infinite loop issues

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

10 years agobrcm63xx: create initramfs HCS images
florian [Mon, 17 Jun 2013 22:57:04 +0000 (22:57 +0000)]
brcm63xx: create initramfs HCS images

Cable Modem devices cannot load an ELF file directly so we need to
provide them with a HCS image even when targetting initramfs.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36954 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agonetifd: IPv6: Fix sorting order in last commit.
cyrus [Mon, 17 Jun 2013 21:29:14 +0000 (21:29 +0000)]
netifd: IPv6: Fix sorting order in last commit.

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

10 years agonetifd: Satisfy IPv6 assignments ordered by prefix length
cyrus [Mon, 17 Jun 2013 21:16:22 +0000 (21:16 +0000)]
netifd: Satisfy IPv6 assignments ordered by prefix length

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

10 years agobrcm63xx: simplify HCS image creation
florian [Mon, 17 Jun 2013 19:32:56 +0000 (19:32 +0000)]
brcm63xx: simplify HCS image creation

$(KDIR)/vmlinux is already a binary image, there is no need to create
another one.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36949 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobrcm63xx: remove support for 3.8 kernel
florian [Mon, 17 Jun 2013 19:32:47 +0000 (19:32 +0000)]
brcm63xx: remove support for 3.8 kernel

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36948 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobrcm63xx: switch to 3.9 kernel
florian [Mon, 17 Jun 2013 19:32:42 +0000 (19:32 +0000)]
brcm63xx: switch to 3.9 kernel

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36947 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobrcm63xx: fix missing antislash in BCM6345 ethernet patch
florian [Mon, 17 Jun 2013 19:32:35 +0000 (19:32 +0000)]
brcm63xx: fix missing antislash in BCM6345 ethernet patch

This would cause build failure when disabling support for particular
CPUs.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36946 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agohostapd: correctly handle macfile uci option
jow [Mon, 17 Jun 2013 11:59:29 +0000 (11:59 +0000)]
hostapd: correctly handle macfile uci option

Make hostapd.sh correctly handle the macfile uci option.

Such option specifies the macfile name to pass into the
hostapd configuration file. Moreover, if a maclist option
has been specified, copy the macfile before appending new
entries.

Signed-off-by: Antonio Quartulli <antonio@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36944 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agodnsmasq: use host-record instead of address
jow [Mon, 17 Jun 2013 11:55:30 +0000 (11:55 +0000)]
dnsmasq: use host-record instead of address

Using "--address" for individual host A records is broken, use "--host-record" instead.
The following patch changes dnsmasq.init to build individual host records using "--host-record" instead of "--address".

Signed-off-by: Adam Gensler <openwrt at gnslr.us>
[jow: shorter description, simplified shell script code]

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

10 years agobase-files: network.sh: extend network_get_ipaddr6() / network_get_subnet6() to take...
jow [Mon, 17 Jun 2013 11:33:36 +0000 (11:33 +0000)]
base-files: network.sh: extend network_get_ipaddr6() / network_get_subnet6() to take ipv6-prefix-assignment into account, add further helper functions to fetch all ips of a given interface

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

10 years agoath9k: revert parts of the ANI changes in the latest mac80211 update to fix regressions
nbd [Sun, 16 Jun 2013 12:56:16 +0000 (12:56 +0000)]
ath9k: revert parts of the ANI changes in the latest mac80211 update to fix regressions

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

10 years agomac80211: fix disabling rfkill support
nbd [Sun, 16 Jun 2013 09:25:41 +0000 (09:25 +0000)]
mac80211: fix disabling rfkill support

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

10 years agomac80211: update to wireless-testing 2013-06-13 + latest backport infrastructure
nbd [Sat, 15 Jun 2013 20:14:06 +0000 (20:14 +0000)]
mac80211: update to wireless-testing 2013-06-13 + latest backport infrastructure

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

10 years agokirkwood: disable the CONFIG_IP_ADVANCED_ROUTER kernel config override (#13702)
nbd [Sat, 15 Jun 2013 11:50:50 +0000 (11:50 +0000)]
kirkwood: disable the CONFIG_IP_ADVANCED_ROUTER kernel config override (#13702)

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

10 years agofirewall: update to git head
jow [Thu, 13 Jun 2013 18:54:49 +0000 (18:54 +0000)]
firewall: update to git head

- properly process intermediate "!" options in argument list (fixes negated ipsets)

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

10 years agofirewall: update to git head
jow [Thu, 13 Jun 2013 12:49:00 +0000 (12:49 +0000)]
firewall: update to git head

- fixes handling of reject target for rule sections with specific destination zone

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

10 years agouhttpd: expose missing options to uci
jow [Thu, 13 Jun 2013 11:55:12 +0000 (11:55 +0000)]
uhttpd: expose missing options to uci

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

10 years agoodhcp6c: add sanity checks for NDP and MTU parameters from RAs
cyrus [Thu, 13 Jun 2013 06:38:48 +0000 (06:38 +0000)]
odhcp6c: add sanity checks for NDP and MTU parameters from RAs

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

10 years agobrcm47xx: run make kernel_oldconfig for 3.9 kernel config
hauke [Wed, 12 Jun 2013 14:51:50 +0000 (14:51 +0000)]
brcm47xx: run make kernel_oldconfig for 3.9 kernel config

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

10 years agobrcm47xx: remove support for kernel 3.6
hauke [Wed, 12 Jun 2013 14:48:45 +0000 (14:48 +0000)]
brcm47xx: remove support for kernel 3.6

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

10 years agobrcm47xx: add initial support for kernel 3.9
hauke [Wed, 12 Jun 2013 14:47:53 +0000 (14:47 +0000)]
brcm47xx: add initial support for kernel 3.9

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

10 years agokernel: add dependencies for kernel 3.10
hauke [Wed, 12 Jun 2013 13:59:34 +0000 (13:59 +0000)]
kernel: add dependencies for kernel 3.10

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

10 years ago6relayd: make route preference and prefix on-link flag configurable
cyrus [Tue, 11 Jun 2013 20:52:27 +0000 (20:52 +0000)]
6relayd: make route preference and prefix on-link flag configurable

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

10 years agobase-files: remove unnecessary early sysctl-hack
cyrus [Tue, 11 Jun 2013 14:10:45 +0000 (14:10 +0000)]
base-files: remove unnecessary early sysctl-hack

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

10 years agobase-files: set default IPv6 forwarding value to 1
cyrus [Tue, 11 Jun 2013 13:30:18 +0000 (13:30 +0000)]
base-files: set default IPv6 forwarding value to 1

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

10 years agouci: update to fix excessive reorder delta entry duplication (#13678)
nbd [Tue, 11 Jun 2013 12:51:08 +0000 (12:51 +0000)]
uci: update to fix excessive reorder delta entry duplication (#13678)

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

10 years agolibubox: update to latest version, fixes an uloop use-after-free bug
nbd [Tue, 11 Jun 2013 11:46:54 +0000 (11:46 +0000)]
libubox: update to latest version, fixes an uloop use-after-free bug

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

10 years agolinux: add ipv6 failed-policy routing action (by Jonas Gorski)
cyrus [Tue, 11 Jun 2013 09:27:53 +0000 (09:27 +0000)]
linux: add ipv6 failed-policy routing action (by Jonas Gorski)

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

10 years agoiproute2: add drop-failed rule action (patch by Jonas Gorski)
cyrus [Tue, 11 Jun 2013 09:27:46 +0000 (09:27 +0000)]
iproute2: add drop-failed rule action (patch by Jonas Gorski)

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