Felix Fietkau
d3a7b5633c
kirkwood: disable the CONFIG_IP_ADVANCED_ROUTER kernel config override ( #13702 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36937
2013-06-15 11:50:50 +00:00
Jo-Philipp Wich
36d3fafd77
firewall: update to git head
...
- properly process intermediate "!" options in argument list (fixes negated ipsets)
SVN-Revision: 36935
2013-06-13 18:54:49 +00:00
Jo-Philipp Wich
0db38adf1c
firewall: update to git head
...
- fixes handling of reject target for rule sections with specific destination zone
SVN-Revision: 36933
2013-06-13 12:49:00 +00:00
Jo-Philipp Wich
1150e299bb
uhttpd: expose missing options to uci
...
SVN-Revision: 36932
2013-06-13 11:55:12 +00:00
Steven Barth
302cf427cb
odhcp6c: add sanity checks for NDP and MTU parameters from RAs
...
SVN-Revision: 36930
2013-06-13 06:38:48 +00:00
Hauke Mehrtens
9492d445de
brcm47xx: run make kernel_oldconfig for 3.9 kernel config
...
SVN-Revision: 36928
2013-06-12 14:51:50 +00:00
Hauke Mehrtens
87f994d16d
brcm47xx: remove support for kernel 3.6
...
SVN-Revision: 36927
2013-06-12 14:48:45 +00:00
Hauke Mehrtens
990423f3ef
brcm47xx: add initial support for kernel 3.9
...
SVN-Revision: 36926
2013-06-12 14:47:53 +00:00
Hauke Mehrtens
4e0c649783
kernel: add dependencies for kernel 3.10
...
SVN-Revision: 36925
2013-06-12 13:59:34 +00:00
Steven Barth
4f0a0defa6
6relayd: make route preference and prefix on-link flag configurable
...
SVN-Revision: 36922
2013-06-11 20:52:27 +00:00
Steven Barth
33c620773d
base-files: remove unnecessary early sysctl-hack
...
SVN-Revision: 36920
2013-06-11 14:10:45 +00:00
Steven Barth
e2f33bedfa
base-files: set default IPv6 forwarding value to 1
...
SVN-Revision: 36918
2013-06-11 13:30:18 +00:00
Felix Fietkau
361670c9d0
uci: update to fix excessive reorder delta entry duplication ( #13678 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36915
2013-06-11 12:51:08 +00:00
Felix Fietkau
cf3643f586
libubox: update to latest version, fixes an uloop use-after-free bug
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36914
2013-06-11 11:46:54 +00:00
Steven Barth
46d199d1e8
linux: add ipv6 failed-policy routing action (by Jonas Gorski)
...
SVN-Revision: 36911
2013-06-11 09:27:53 +00:00
Steven Barth
f6dd266c97
iproute2: add drop-failed rule action (patch by Jonas Gorski)
...
SVN-Revision: 36910
2013-06-11 09:27:46 +00:00
Felix Fietkau
9fb5bf176e
netifd: update to latest version, uses the new uci/blob code from libuci
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36909
2013-06-10 12:42:30 +00:00
Felix Fietkau
69636a944a
uci: update to latest version, adds uci<->blobmsg conversion code from netifd
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36908
2013-06-10 12:42:25 +00:00
Felix Fietkau
15f17901f9
libubox: update to latest version, adds some helper function
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36907
2013-06-10 12:42:20 +00:00
Steven Barth
5caa45d0b3
ppp: correctly handle address when reloading
...
SVN-Revision: 36904
2013-06-10 10:42:34 +00:00
Steven Barth
491deaed2c
netifd: improve reloading behaviour
...
SVN-Revision: 36903
2013-06-10 10:42:15 +00:00
John Crispin
e40f830383
lantiq: atm: Use a tasklet to handle incoming packets. Fix #12917 .
...
Incoming packets are now processes in a tasklet instead of in the
irq handler; this should improve latency.
This patch is based on a previous version of ltq-atm driver, which
did implement a tasklet.
It has been tested on a arv4518pw with a
Lantiq Danube for about a month and it seems to work well.
Signed-off-by: Luca Dariz <luca.dariz@gmail.com>
Tested-by: Luca Dariz <luca.dariz@gmail.com>
SVN-Revision: 36902
2013-06-10 08:25:17 +00:00
John Crispin
76c79f50d7
lantiq: Fixes to athxk EEPROM loading
...
Use platform data array for storing ath5k EEPROM instead of creating another one.
EEPROM size is 2048 words (2 bytes), so we must read 4096 bytes from flash.
No need to keep the checksum fix now that the EEPROM is loaded completely.
Add a manual eeprom swap for ath9k and keep the endian way.
Use mac-offset property retrieved from the DTS.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 36901
2013-06-10 08:25:12 +00:00
John Crispin
7638caf35d
lantiq: make kernel_oldconfig
...
Seems the existing kernel config for 3.8 was cp'ed from 3.7; this patch
is the result of "make kernel_oldconfig" with defaults for new options.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 36900
2013-06-10 08:25:07 +00:00
John Crispin
f7daed8b9a
lantiq: diag.sh with both red and green power LEDs
...
This provides a boot LED sequence suitable for devices with both red and
green LEDs for power. This assumes no "default-on" settings in the
device tree.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 36899
2013-06-10 08:25:02 +00:00
John Crispin
fc9532aeaa
ramips: add HAME MPR-A2 support
...
This patch adds support for HAME MPR-A2 router using a DTS file.
The platform is Ralink RT5350.
http://wiki.openwrt.org/toh/hame/mpr-a2
Signed-off-by: Dmitry Shmygov <shmygov@rambler.ru>
SVN-Revision: 36898
2013-06-10 08:24:56 +00:00
John Crispin
30786d2dd0
ramips: add support for belkin F7C027 wemo/homeautomatisation plug
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 36897
2013-06-10 08:24:50 +00:00
John Crispin
e078f649b5
procd: make the preinit rules wildcard all buttons for failsafe
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36896
2013-06-10 08:24:44 +00:00
John Crispin
9c01967ab7
procd: update to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36895
2013-06-10 08:24:39 +00:00
John Crispin
1c109c2653
ubox: update to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36894
2013-06-10 08:24:35 +00:00
John Crispin
1f52c5a72c
sysupgrade: create state file so procd knows when a sysupgrade is in progress
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36893
2013-06-10 08:24:31 +00:00
John Crispin
dff1529d2a
modules: make all led and button modules used during boot priority 1
...
This makes sure the modules are symlinked in /etc/modules-boot.d/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36892
2013-06-10 08:24:25 +00:00
John Crispin
5e45a68a4a
base-files: fix failsafe via button press
...
entering failsafe by pressing a button during boot was broken for procd as init
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36891
2013-06-10 08:24:13 +00:00
John Crispin
9353e01af4
base-files: change PATH order
...
This allows packages to override busybox applets by placing the new
binaries in /usr/{sbin,bin}
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36890
2013-06-10 08:24:02 +00:00
Jo-Philipp Wich
bc73ca5619
iwinfo: add phyname attribute, this is useful to group networks by radio phy
...
SVN-Revision: 36889
2013-06-09 14:39:14 +00:00
Jo-Philipp Wich
cb24c37858
libiwinfo: ignore log messages from wpa_supplicant while scanning
...
wpa_supplicant may send log and event messages intermixed with the
expected scan results. This makes "iwinfo wlan0 scan" and LuCI
"site survey" display nothing when many AP's are around.
Eliminate the CTRL-EVENT-BSS-ADDED events, interspersed log messages,
lines with unexpected format. Increase timeout to handle the max
number of channels (2.4, 3.6, 4.9, 5 GHz). Insure receive buffer is
null-terminated.
Signed-off-by: Jean-Pierre Tosoni <jp.tosoni@acksys.fr>
SVN-Revision: 36888
2013-06-09 14:39:09 +00:00
Steven Barth
f995c90329
netifd: Improve IPv6 source-routing policies
...
SVN-Revision: 36884
2013-06-08 13:26:33 +00:00
Jonas Gorski
b9de8ca7f5
netifd: bring wifi down before shutting down
...
works around wifiX references not being freed on network restart.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36883
2013-06-08 11:44:12 +00:00
Luka Perkov
da7590cd21
lantiq: fix formating in .dts files
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 36882
2013-06-08 11:36:07 +00:00
Felix Fietkau
23aa9546ce
ath9k: fix paprd descriptor setup
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36881
2013-06-07 16:11:56 +00:00
Felix Fietkau
0924782279
ath9k: improve multicast buffering handling, take care of the MORE_DATA flag properly
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36880
2013-06-07 16:04:06 +00:00
Felix Fietkau
ab529a529b
ar71xx: disable routerboard support in the generic subtarget, enable it for the nand subtarget only
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36879
2013-06-07 13:42:50 +00:00
Felix Fietkau
1ace51360f
kernel/generic: add a few missing kernel config symbols
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36878
2013-06-07 13:42:39 +00:00
Florian Fainelli
2b9d084af9
brcm63xx: add user-space support for Netgear CVG834G
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36877
2013-06-06 22:22:20 +00:00
Florian Fainelli
42e69f45c7
brcm63xx: add kernel space and image support for the Netgear CVG834G
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36876
2013-06-06 22:22:14 +00:00
Florian Fainelli
966d47989b
brcm63xx: add Broadcom cable modem firmware format header
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36875
2013-06-06 22:22:09 +00:00
Florian Fainelli
600b59642e
brcm63xx: add support for BCM3368
...
Add support for the Broadcom BCM3368 cable modem chipset, includes:
- Ethernet
- SPI
- UARTs
- GPIOs
- PCI
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36874
2013-06-06 22:21:58 +00:00
Florian Fainelli
b5b3e94132
tools: add Broadcom cable modem firmware image creator
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36873
2013-06-06 22:21:52 +00:00
Jo-Philipp Wich
e7b15446a8
firewall: udpate to git head ( #13652 , #13654 , #13658 )
...
- optimizes chain usage for ingress rules
- adds limit match support for redirect rules
- fixes automatic redirect dest detection on little endian systems
- leaves base chains in place on reload to allow user rules to target e.g. "reject"
SVN-Revision: 36871
2013-06-06 14:12:02 +00:00
Jo-Philipp Wich
5cf06bd17b
firewall: copy libext*.a from staging dir and drop kernel.mk includes, solves problem with colliding CONFIG_IPV6 symbols
...
SVN-Revision: 36868
2013-06-06 14:02:29 +00:00