Steven Barth
528c719a3f
odhcp6c: Make SLAAC-only work without reqprefix=no
...
Previously if the upstream router did not provide any DHCPv6-service
the wan6 interface would not come up even if RAs were received. The new
behavior allows the wan6 interface to comeup with RA-only configuration
after a timeout of 10s.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36555 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-06 10:20:43 +00:00
Jo-Philipp Wich
7f8b27f0e5
ipset-dns: support simultaneously populating IPv4 and IPv6 sets
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36554 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-06 10:01:45 +00:00
Jo-Philipp Wich
53b612f049
base-files: change network_find_wan() procedure to ignore default gateways in different routing tables
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36553 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-06 09:33:56 +00:00
Jo-Philipp Wich
280eac850b
Add ipset-dns - a tiny DNS proxy service which puts resolved ip addresses into a specified ipset
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36552 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-06 08:44:54 +00:00
John Crispin
15816c9cce
sysupgrade: fixes broken pipe error during sysupgade
...
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36548 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-05 12:41:42 +00:00
Luka Perkov
1793a0cc5f
[package] kernel: add veth module
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-03 15:16:50 +00:00
Felix Fietkau
a1caa0f493
hostapd: enable 802.11r for the -full variant ( #13250 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-03 10:39:57 +00:00
Felix Fietkau
d910ab64ce
mac80211: merge a client mode channel switch handling fix
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36531 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-03 09:14:03 +00:00
Felix Fietkau
ebed4991a9
ar71xx: add an external reset callback for ar913x and use it in ath9k - should reduce the frequency of DMA stop failures
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36530 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-03 09:12:19 +00:00
Jo-Philipp Wich
339f78f6e9
firewall3: update to git head
...
- assume "tcp+udp" if no protcol is specified in rules or redirects (#13422 , #13386 )
- add support for fwmark matches and mark setting targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36521 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-02 13:42:20 +00:00
Jo-Philipp Wich
68fba9e4d1
uci: update to git head
...
- copy permission of config files to state files to allow access to state info by non root users
- properly handle empty string case when unsetting lists
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36518 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-02 12:40:13 +00:00
Jo-Philipp Wich
0dc5191379
kernel: netfilter.mk: Explicitly set the order of autoloaded modules
...
In my machine, the file is created with arptable_filter before
arp_tables. This can't happen because the former depends on the
latter.
So, instead of rely on wildcards (*.ko), set by hand the files to
be loaded in the correct order.
Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36512 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-02 11:25:18 +00:00
Jo-Philipp Wich
07664b6ac3
Fix install of iptables pkg-config files.
...
libiptc.pc depends on libip[4|6]tc.pc, thus all of those need to be
installed.
Should fix collectd build and thus #13146 ; which should make collectd
appear in snapshots again.
Signed-off-by: Danny Baumann <dannybaumann@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36509 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-02 08:10:55 +00:00
Hauke Mehrtens
7c4a6af247
broadcom-diag: support for the WNDR3700v3
...
I recently picked up a WNDR3700 to put OpenWRT on, and only after tearing into the box did I find it
was one of the v3 boards, with poor OpenWRT support. This patch should add the board detection and
LED/button control to the broadcom-diag module, and should generate a netgear .chk image that the
bootloader and stock firmware will accept.
The changes to the broadcom-diag module are more than a few lines because the WNDR3700v3 is driving
its LEDs through an HC164 8-bit shift register.
Signed-off-by: Owen Kirby <osk@exegin.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36482 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-28 21:11:17 +00:00
Hauke Mehrtens
d4b0ccd4a5
acx-mac80211: make it compile with recent mac80211 again
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-28 18:53:20 +00:00
Hauke Mehrtens
54eb5992b3
broadcom-wl: read channel using wlc on detect
...
Hardcoding channel number to 11 is a bad idea, it may be even not
available on some devices. If there are two single-band radios, the
one for 5GHz doesn't have 11 channel.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36479 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-28 18:21:34 +00:00
Hauke Mehrtens
e7e3b88858
mac80211: brcmsmac: remove initial support for core rev 28
...
To add support for core rev 28 there are a lot more changes needed.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36477 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-28 17:59:24 +00:00
Hauke Mehrtens
e3827a1241
mac80211: b43: only use gpio 0 and 1 for the wifi led
...
sometimes b43 truned the gpio for the switch reset on.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36476 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-28 17:57:30 +00:00
Hauke Mehrtens
6b3aa2a1be
mac80211: b43: Handle DMA RX descriptor underrun
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36474 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-28 16:55:53 +00:00
Jo-Philipp Wich
fde7fcd36c
iwinfo: fix iwinfo_hardware() return value if chip id is not found
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36471 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-28 14:04:39 +00:00
Felix Fietkau
5357d2db60
ath9k: fix keycache handling with many connected clients
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36467 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-27 09:56:18 +00:00
Felix Fietkau
0bf9995a89
mac80211: refresh patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36466 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-27 09:56:14 +00:00
Jo-Philipp Wich
8605639a3a
netifd: update to git head - disables multicast snooping by default on bridges
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36463 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-27 09:28:40 +00:00
Jo-Philipp Wich
6aef46b32b
iwinfo: add hw database file
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36450 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-26 13:21:01 +00:00
Jo-Philipp Wich
9e66c65f62
iwinfo: move builtin hardware database to /usr/share/libiwinfo/hardware.txt
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36449 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-26 13:20:15 +00:00
Felix Fietkau
26bf4e16d8
mac80211: update to wireless-testing 2013-04-16 + backports
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36448 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-26 10:52:03 +00:00
John Crispin
37a71bba1d
procd: fix wrap around bug in logread time handling code
...
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36447 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-25 19:51:08 +00:00
John Crispin
9ea1219bcf
hotplug2: make it depend on !PROCD_INIT
...
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36446 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-25 19:16:54 +00:00
John Crispin
9801819da6
preinit: move cmdline failsafe= handling ot the generic code
...
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36430 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-25 19:02:37 +00:00
John Crispin
1940283948
mount_root: prepare base-files
...
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36429 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-25 19:02:32 +00:00
John Crispin
b605befa7c
boot: make use of kmodloader if it is available
...
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36428 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-25 19:02:28 +00:00
John Crispin
96b20b0377
ubox: add ubox package
...
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36427 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-25 19:02:24 +00:00
John Crispin
e2801af331
procd: update to latest git version
...
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36426 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-25 19:02:20 +00:00
Felix Fietkau
d9de51dff4
netifd: update to the latest version, fixes interface reload issues when removing the ifname option
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36424 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-25 16:28:19 +00:00
Steven Barth
d7fe9e70d8
6relayd: Fix generation of RA-messages
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36419 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-24 18:22:08 +00:00
Jo-Philipp Wich
9e42ab43f2
iwinfo: add SR71-15 radio info, fix nl80211 channel/frequency reporting on some architectures
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36417 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-24 14:44:20 +00:00
Steven Barth
6ada49b194
firewall3: Make IPv6 ULA-Border generation dynamic
...
This fixes working behind another router which gives out ULAs.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36416 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-24 14:17:24 +00:00
Jo-Philipp Wich
c8635ed842
Enable hidraw support.
...
It's needed for dealing with certain UART-to-USB adapters built into
e.g. weather stations, and increases the hid module package only
slightly (e.g. on ar71xx: 35k -> 37k).
Signed-off-by: Danny Baumann <dannybaumann@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36415 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-24 09:49:09 +00:00
Jo-Philipp Wich
5926acc657
Add kernel module package for hid-generic driver.
...
Needed to support e.g. keyboards and mice.
Signed-off-by: Danny Baumann <dannybaumann@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36414 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-24 09:49:03 +00:00
Steven Barth
8eaa488397
6relayd: update package description
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36413 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-24 07:21:42 +00:00
Steven Barth
b97eb9b08e
dnsmasq: update to 2.66
...
Thanks to Christoph König for patches.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36412 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-24 05:55:39 +00:00
Steven Barth
812209d870
odhcp6c: Set default SOL_MAX_RT to 1h
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36411 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-24 05:02:45 +00:00
Felix Fietkau
58519ae974
hostapd: return the frequency to some ubus calls to make integration easier
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36410 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-23 18:35:50 +00:00
Felix Fietkau
ae76b2a314
mac80211: use the original mac address for the first virtual interface
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36408 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-23 16:32:24 +00:00
Jo-Philipp Wich
72dfd60fe5
lldpd: upgrade to 0.7.1
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36401 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-23 10:37:23 +00:00
Jo-Philipp Wich
c47d781639
gettext-full: updated to 0.18.2.1
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36400 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-23 10:29:49 +00:00
Jo-Philipp Wich
a70d87dbef
libevent2: update to 2.0.21
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36399 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-23 10:29:45 +00:00
Jo-Philipp Wich
e259e214d6
libmnl: update to 1.0.3
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36398 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-23 10:29:42 +00:00
Jo-Philipp Wich
08423aae1d
libnetfilter-conntrack: update to 1.0.3
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36397 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-23 10:29:38 +00:00
Jonas Gorski
e3f1a02861
polarssl: update to 1.2.6
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36396 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-23 09:22:02 +00:00