John Crispin
755a5b2ee5
procd: make the preinit rules wildcard all buttons for failsafe
...
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36896 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-10 08:24:44 +00:00
John Crispin
0dabdd474a
procd: update to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36895 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-10 08:24:39 +00:00
John Crispin
8cee3461f3
ubox: update to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36894 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-10 08:24:35 +00:00
John Crispin
b21f877df0
sysupgrade: create state file so procd knows when a sysupgrade is in progress
...
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36893 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-10 08:24:31 +00:00
John Crispin
037242e6e4
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36892 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-10 08:24:25 +00:00
John Crispin
204d07bcd2
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36891 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-10 08:24:13 +00:00
John Crispin
64b1c42dac
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36890 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-10 08:24:02 +00:00
Jo-Philipp Wich
4314ac851c
iwinfo: add phyname attribute, this is useful to group networks by radio phy
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36889 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-09 14:39:14 +00:00
Jo-Philipp Wich
113981176c
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36888 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-09 14:39:09 +00:00
Steven Barth
f70a350203
netifd: Improve IPv6 source-routing policies
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36884 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-08 13:26:33 +00:00
Jonas Gorski
3d9c1a0ebc
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36883 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-08 11:44:12 +00:00
Felix Fietkau
a07aa729d6
ath9k: fix paprd descriptor setup
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36881 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-07 16:11:56 +00:00
Felix Fietkau
1d3baf2fd2
ath9k: improve multicast buffering handling, take care of the MORE_DATA flag properly
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36880 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-07 16:04:06 +00:00
Jo-Philipp Wich
f77f1322b8
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"
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36871 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-06 14:12:02 +00:00
Jo-Philipp Wich
36e8f9b769
firewall: copy libext*.a from staging dir and drop kernel.mk includes, solves problem with colliding CONFIG_IPV6 symbols
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36868 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-06 14:02:29 +00:00
Jo-Philipp Wich
db43350712
iptables: install libext*.a into staging dir
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36867 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-06 14:02:24 +00:00
Steven Barth
e877c7b057
base-files: use less entropy when generating ULAs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36865 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-06 09:52:00 +00:00
Felix Fietkau
e14fd898ae
ath9k: fix a regression in the powersave handling related changes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36859 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-05 19:16:20 +00:00
Felix Fietkau
93d5e2e9cc
ath9k: merge a fix for ar9550 eeprom access
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36858 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-05 19:16:16 +00:00
Nicolas Thill
0414091eba
kmod-usb-net-cdc-mbim: fix module loading
...
cdc_mbim should be loaded after cdc_ncm (closes : #13562 )
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36856 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-05 14:34:50 +00:00
Jo-Philipp Wich
ab659cd65b
firewall: update to git head ( #13652 )
...
- simplifies using ipsets for rules and redirects, match direction can be specified in-place like option ipset 'setname src dst dst'
- uses zone_name_src_ACTION chains for input rules, this fixes logging with log enabled src zones
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36854 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-05 11:40:40 +00:00
Jo-Philipp Wich
3e804240df
firewall3: fix accidentally changed install directive
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36840 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-04 12:30:50 +00:00
Jo-Philipp Wich
ea4472d138
firewall: fix git source url
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36839 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-04 12:23:47 +00:00
Jo-Philipp Wich
0f0fb56719
firewall3: rename to firewall, move into base system menu, update to git head with compatibility fixes for AA
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36838 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-04 12:21:52 +00:00
Jo-Philipp Wich
484c42a934
Drop legacy firewall package
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36837 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-04 12:21:44 +00:00
Imre Kaloz
8b784f4b12
[generic/3.10]: add some more symbols
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36834 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-04 11:23:27 +00:00
Jo-Philipp Wich
2c61fc7f42
firewall3: update to git head ( #13641 )
...
* Fixes wrong chain used for zone forward policy
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-04 10:26:49 +00:00
Felix Fietkau
d95c3bd674
ath9k: fix some issues in the ap powersave fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36829 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-04 10:21:44 +00:00
Felix Fietkau
2b9432a431
ath9k: fix a null pointer deref issue in the powersave fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36828 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-03 20:58:28 +00:00
Jo-Philipp Wich
d3cb5e8ecb
firewall3: update to git head
...
- Fixes problems with reusing matches or targets from loadable extensions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36826 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-03 16:38:29 +00:00
Felix Fietkau
867d235634
ath9k: prevent excessive buffered multicast traffic from drowning out regular traffic
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36825 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-03 14:15:57 +00:00
Felix Fietkau
0b57935885
ath9k: improve AP mode powersave buffering handling
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36824 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-03 14:15:52 +00:00
Felix Fietkau
f0cf4ce779
ath9k: increase ANI poll interval to 300 ms to get it close to the listen period
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36823 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-03 14:15:43 +00:00
Felix Fietkau
93ac2d0351
uhttpd: update to latest version, fixes CGI related crashes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36817 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-01 21:43:06 +00:00
Steven Barth
c73c43a3a0
6relayd: Work around Windows DHCPv6 quirks
...
Announcing deprecated addresses breaks Windows clients
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36815 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-06-01 17:51:02 +00:00
Felix Fietkau
ee9294b2a9
usbmode: fix hotplug script name
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36813 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-31 15:42:23 +00:00
Felix Fietkau
4ca1241cb7
replace usb-modeswitch with a rewrite that should be more reliable
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36812 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-31 15:41:17 +00:00
Felix Fietkau
68d37f6a01
procd: update to the latest version, fixes restarting stopped instances based on init script restart
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36811 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-31 15:41:12 +00:00
Steven Barth
3a67765ef7
odhcp6c: work around spurious false-positive address DECLINEs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36809 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-31 13:49:17 +00:00
Jo-Philipp Wich
13abaf7561
firewall3: use list notation for default zone network config to avoid "uci add_list" coercing the value wrongly
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36806 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-31 13:23:23 +00:00
Steven Barth
4a532d16c3
odhcp6c: fix handling of multiple RAs in a row
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36804 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-31 10:02:39 +00:00
Felix Fietkau
7c3bc2ec47
libubox: update to latest version, fixes some ustream issues that might be affecting uhttpd
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36803 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-31 09:19:38 +00:00
John Crispin
e3371dd5f9
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
2013-05-30 16:00:06 +00:00
Steven Barth
e547011ac2
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
2013-05-30 15:42:30 +00:00
Steven Barth
2837eb86ef
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
2013-05-30 15:42:25 +00:00
Felix Fietkau
1d886ef03c
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
2013-05-30 13:16:38 +00:00
Felix Fietkau
25681e5dbd
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
2013-05-30 10:44:20 +00:00
Felix Fietkau
59502a17a1
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
2013-05-30 10:44:16 +00:00
Steven Barth
5223919c3f
6relayd: more verbosity in leases and logging
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36764 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-30 07:56:55 +00:00
Steven Barth
95dbacb74f
iptables: bump to 1.4.19.1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36760 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-29 14:58:04 +00:00