Steven Barth
4e8f7f37ed
Change default IPv6 config to enable DHCPv6-PD
...
SVN-Revision: 36384
2013-04-22 19:40:16 +00:00
Steven Barth
17b8c0c7b8
netifd: Improve IPv6-ULA assignment handling
...
SVN-Revision: 36383
2013-04-22 19:40:06 +00:00
Steven Barth
c96c05d549
odhcp6c: Several fixes and improvements * Add preliminary support for RFC 6603 prefix exclusion * Fix reconfigure-support and reconfigure authentication * Set maximum retransmission timeout for solicitations to 2h * Fix a segfault when parsing IA_PD in advertise messages
...
SVN-Revision: 36382
2013-04-22 19:40:01 +00:00
Steven Barth
1e78c3e297
6relayd: Add DHCPv6-PD server support, fix relaying in stateful mode
...
SVN-Revision: 36381
2013-04-22 19:39:55 +00:00
Jo-Philipp Wich
f99a208b4f
uci: update to git head
...
- fixes memory leak in libuci when trying to open not existing configurations
- fixes memory leak in libuci-lua when querying not existing sections or options
- fixes handling of filenames with leading underscore
SVN-Revision: 36377
2013-04-22 14:52:28 +00:00
Felix Fietkau
62244d73ae
hostapd: update to 2013-04-05
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36376
2013-04-22 13:24:48 +00:00
Felix Fietkau
df10e201eb
mac80211: rework mac address allocation
...
If the first byte is available in the address mask, use only that one -
set the local bit and xor it with the id << 2. This ensures that there
are no hardware BSSID & BSSID-mask conflicts with devices that have
almost the same MAC address with just a small offset. The MAC address
conflict has been observed in a deployment with some devices from the
same batch when running with multiple interfaces.
If only some bits of the last byte are available, xor the id onto the
last MAC address byte (relevant mostly for Ralink devices).
In other cases (should not happen at this point), use the previous MAC
address offset calculation but without the local bit.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36353
2013-04-17 15:36:57 +00:00
Felix Fietkau
96bb7c123b
build: consistently use 'depends on' instead of 'depends'
...
make the syntax more compatible with kernel menuconfig
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36351
2013-04-17 15:36:41 +00:00
Felix Fietkau
6d3c6e3053
busybox: remove old no-MMU hackery
...
SVN-Revision: 36350
2013-04-17 15:36:26 +00:00
Jo-Philipp Wich
e66a4af8c3
uhttpd: update to git head, fixes regression when parsing IPv6 listen arguments
...
SVN-Revision: 36348
2013-04-17 11:34:39 +00:00
Felix Fietkau
023105284f
ath9k: change the BSSID mask calculation to fix setting arbitrary MAC address on interfaces
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36344
2013-04-16 10:53:02 +00:00
Jo-Philipp Wich
25ffe0446c
iwinfo: print info of all existing wireless ifaces when cli is called without arguments
...
SVN-Revision: 36339
2013-04-15 15:00:16 +00:00
Felix Fietkau
eb10581ce3
uhttpd: update to latest version, fixes compile error with latest libubox
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36338
2013-04-15 14:49:52 +00:00
Felix Fietkau
099e3d8183
netifd: update to latest version, fixes some device handling crashes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36336
2013-04-15 14:21:45 +00:00
Felix Fietkau
ff57fd06eb
libubox: update to latest version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36335
2013-04-15 13:55:05 +00:00
Felix Fietkau
fb79dbfb7b
mac80211: merge upstream legacy minstrel improvements
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36334
2013-04-15 13:54:42 +00:00
Luka Perkov
b591e15f36
This adds Gateworks Laguna family board support. Note that some Laguna boards have SPI flash and others have NOR flash, thus the size/erasesize are detected dynamically.
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 36313
2013-04-11 16:04:31 +00:00
Felix Fietkau
87395ec919
mac80211: fix a client mode reconnect issue
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36311
2013-04-10 21:17:33 +00:00
Felix Fietkau
a41fb84d2f
ath9k: fix an AR9580 specific crypto related stability issue
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36306
2013-04-10 13:26:08 +00:00
Felix Fietkau
e01a24f4f8
mac80211: revert the queue length to the default (reduction obsoleted by the use of fq_codel)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36305
2013-04-10 13:11:33 +00:00
Felix Fietkau
88c418bc75
qos-scripts: add queue length and quantum limit, suggested by dtaht
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36294
2013-04-09 14:59:10 +00:00
Jo-Philipp Wich
7ca7bc501e
iwinfo: fix frequency/channel and channel/frequency conversions to properly implement 802.11j
...
SVN-Revision: 36292
2013-04-09 14:37:55 +00:00
John Crispin
04dcd12c91
add portmap support to userland
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36284
2013-04-09 14:19:13 +00:00
John Crispin
f13ae9965c
add "swconfig list" support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36282
2013-04-09 14:19:05 +00:00
Jo-Philipp Wich
f90f025f20
netifd: fix route / route6 regression ( #13303 )
...
SVN-Revision: 36281
2013-04-09 12:21:12 +00:00
Steven Barth
3abc915522
Remove deprecated ip6slaac option * use proto=dhcpv6 with reqprefix=no instead
...
SVN-Revision: 36280
2013-04-09 12:12:30 +00:00
Steven Barth
2c087dc785
Remove obsoleted ipv6-support meta-package
...
SVN-Revision: 36279
2013-04-09 09:45:51 +00:00
Steven Barth
ea94d66b0f
Adapt default network configuration for IPv6
...
SVN-Revision: 36278
2013-04-09 08:03:08 +00:00
Felix Fietkau
c42c4837b9
ath9k: fix a tx processing race condition on AR9300+
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36267
2013-04-07 22:05:45 +00:00
Felix Fietkau
3a0e6c06e9
ath9k_htc: accept firmware versions newer than 1.3
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36266
2013-04-07 22:05:41 +00:00
Felix Fietkau
b5a27f260b
mac80211: merge an idle handling fix (fixes ath9k_htc client mode), refresh patches
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36265
2013-04-07 22:05:36 +00:00
Gabor Juhos
38b4865a68
package/kernel: only include i2c-of if CONFIG_OF enabled
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36227
2013-04-06 16:55:25 +00:00
Gabor Juhos
bf57f33f02
kernel: Allow talitos crypto hw module selection
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36224
2013-04-06 12:41:06 +00:00
Florian Fainelli
f223d0927e
openssl: Pass in any TARGET_ASFLAGS
...
Packages not picking up the regular TARGET_AS need their openwrt
Makefiles tweaked. For a basic build, that's just openssl.
This depends on patch 1/5.
Signed-off-by: Jay Carlson <nop@nop.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36201
2013-04-05 12:36:09 +00:00
Steven Barth
35d716fbbb
netifd: Bump to latest version * Fix a memory corruption when updating IPv6 prefixes * Fix route sorting order (nbd) * Add support for ip rules (jow) * Implement support for route / route6 table attribute (jow)
...
SVN-Revision: 36196
2013-04-05 12:28:06 +00:00
Felix Fietkau
dda4da0104
ubus: update to latest version, fixes a crash on reconnect
...
SVN-Revision: 36195
2013-04-04 20:04:52 +00:00
John Crispin
04d80710a9
add a helper that allows loading the eeprom from a MTD partition pointed to by a phandle
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36194
2013-04-04 14:57:43 +00:00
Steven Barth
0393e52623
netifd: Rewrite IPv6 prefix assignment * Add ip6hint option to specify assigned subprefixes * Add preliminary support for RFC 6603 prefix exclusion
...
SVN-Revision: 36193
2013-04-03 17:08:21 +00:00
John Crispin
1c8d2aec18
unbreak i2c-mv64xxx dependencies
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36192
2013-04-03 12:58:06 +00:00
John Crispin
8baf097b84
fix borken of-i2c dependencies
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36191
2013-04-03 12:51:12 +00:00
John Crispin
9b3b0473ae
fix eglibc compile
...
add librt dependency/link flag to procd when using eglibc thanks to jow for the help
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 36188
2013-04-03 10:01:10 +00:00
John Crispin
ab31b36b6e
revert patch that renames the worker thread as it seems to cause an oops
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36185
2013-04-03 10:00:59 +00:00
John Crispin
30ee3ef24e
add cdc-mbim module
...
http://patchwork.openwrt.org/patch/3370/
Signed-off-by: Rusink Rusinkoff <rzrusink@gmail.com>
SVN-Revision: 36184
2013-04-03 10:00:55 +00:00
John Crispin
219313833a
Add INA2XX current sensor module.
...
This is a I2C current/voltage/power sensor.
Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>
SVN-Revision: 36182
2013-04-03 10:00:44 +00:00
John Crispin
7852c48ffd
add lm92 kernel module
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36181
2013-04-03 10:00:40 +00:00
John Crispin
62b5098b35
add pcf857x kernel module
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36180
2013-04-03 10:00:36 +00:00
John Crispin
c9254f5b5d
make OF_I2C build as part of i2c-core
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36179
2013-04-03 10:00:32 +00:00
John Crispin
97adfa35c0
several patches to make OF work on rt2x00
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36178
2013-04-03 10:00:29 +00:00
John Crispin
b4487f1e35
add RT5350 wifi support
...
MTK/Ralink Acked replied and says we can merge this patch under the GPL.
Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru>
Tested-by: Michel Stempin <michel.stempin@wanadoo.fr>
Acked-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36177
2013-04-03 10:00:25 +00:00
Felix Fietkau
8ca79490a5
libpcap: get rid of some bloat introduced by the update
...
SVN-Revision: 36151
2013-04-01 21:07:39 +00:00
Felix Fietkau
5a13c60771
libpcap: update to 1.3.0
...
Disabled canusb by setting ac_cv_header_libusb_1_0_libusb_h to no in
Makefile. Upstream configure script ignores --disable-canusb.
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36150
2013-04-01 21:07:34 +00:00
Felix Fietkau
71e9171717
openvpn: enable password save support ( #13245 )
...
SVN-Revision: 36144
2013-04-01 10:02:43 +00:00
Felix Fietkau
c3db030502
valgrind: update to v3.8.1
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36143
2013-04-01 09:53:34 +00:00
Jonas Gorski
7e0b5d15c6
mac80211: backport some upstream mwl8k fixes
...
SVN-Revision: 36134
2013-03-27 12:39:52 +00:00
Jonas Gorski
574bab45ac
base-files: firstboot: only ask for confirmation on TTY
...
Also allow '-y' to force the reset.
SVN-Revision: 36133
2013-03-27 12:39:42 +00:00
Steven Barth
eedf9e72f9
odhcp6c: Fix a race-condition in RA-handling
...
Thanks to Markus Stenberg for investigating and providing a fix
SVN-Revision: 36132
2013-03-26 13:39:17 +00:00
Jo-Philipp Wich
6bddf226d3
base-files: move sysctl init after boot
...
SVN-Revision: 36131
2013-03-26 10:02:58 +00:00
Jo-Philipp Wich
7aace3ee3e
base-files: fix bad start index in previous commit
...
SVN-Revision: 36130
2013-03-25 18:45:23 +00:00
Jo-Philipp Wich
acca7eadc4
package/base-files: change sysctl handling Move /etc/init.d/sysctl to index 00 and add hotplug script that applies interface specific sysctls for interfaces that only appear later - this allows to reliably configure per-interface parameters in sysctl.conf, e.g. to disable ipv6 autoconfig on a specific iface.
...
SVN-Revision: 36129
2013-03-25 18:43:30 +00:00
Steven Barth
5a9c2c77b4
iptables: don't use --enable-ipv6 if IPv6 is disabled
...
SVN-Revision: 36125
2013-03-25 11:22:12 +00:00
Steven Barth
6529cf6cea
odhcp6c: minor bug fixes
...
SVN-Revision: 36123
2013-03-25 10:58:48 +00:00
Hauke Mehrtens
5ee44cbcaf
mac80211: download file with firmware for brcmsmac
...
This fixes #13144 .
SVN-Revision: 36114
2013-03-24 00:54:30 +00:00
Hauke Mehrtens
72b5d58a2a
mac80211: update brcmsmac ap patches
...
SVN-Revision: 36113
2013-03-24 00:53:15 +00:00
Florian Fainelli
513de712f9
base-files: also apply r36107 to files.old
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36112
2013-03-23 12:44:10 +00:00
Jo-Philipp Wich
6fa1b5346e
firewall3: update to git head
...
* fixes parsing of src/dest '*'
* fixes parsing of proto 'all'
SVN-Revision: 36111
2013-03-22 14:10:29 +00:00
Florian Fainelli
3810cc0f46
base-files: sysupgrade fail with eglibc
...
With eglibc, "ldd busybox" give us
libcrypt.so.1 => /lib/libcrypt.so.1 (0x774be000)
libm.so.6 => /lib/libm.so.6 (0x773e4000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x773c0000)
libc.so.6 => /lib/libc.so.6 (0x77276000)
/lib/ld.so.1 (0x774fe000)
Thus /lib/ld.so.1 is not printed by the libs fonction and isn't copied to the 'new' root before pivot root
libs() { ldd $* | awk '{print $3}'; }
https://dev.openwrt.org/browser/trunk/package/base-files/files/lib/upgrade/common.sh
With uclibc the last line of "ldd busybox" is
ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x77ada000)
Don't know for musl!
This patch replace https://dev.openwrt.org/changeset/19167 , as glibc is gone
The other way around is to rework libs()
Please apply the fix (mine or another) on trunk and AA
Might fix https://dev.openwrt.org/ticket/12273
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36107
2013-03-22 10:06:06 +00:00
Jo-Philipp Wich
76d1c0a067
firewall3: update to git head
...
* fixes port remapping rules (#13217 )
SVN-Revision: 36100
2013-03-21 14:25:17 +00:00
Hauke Mehrtens
c9544f4af0
kernel: add some fixes for kernel 3.9
...
This patch fixes some compile problems with kernel 3.9 and adds some missing linux 3.9 handling into kernel packages.
SVN-Revision: 36098
2013-03-20 21:59:24 +00:00
Steven Barth
261be7b8f3
netifd: Fix adding IPv6 DNS-servers to resolv.conf
...
In some cases IPv6 DNS-servers were not added correctly.
SVN-Revision: 36095
2013-03-20 13:49:39 +00:00
Steven Barth
eeb88a1df3
odhcp6c: Fix metric for on-link prefix routes
...
SVN-Revision: 36094
2013-03-20 09:26:52 +00:00
Jo-Philipp Wich
6fbd824e9b
firewall3: update to git head
...
* fixes reload handling of zones and ipsets that are still running but already deleted from the config
SVN-Revision: 36092
2013-03-19 16:18:05 +00:00
Jo-Philipp Wich
03cb7986fc
firewall3: update to git head
...
- support network names in per-zone 'masq_src', 'masq_dest' and 'subnet' options (#13197 )
- do not allow src_mac option for SNAT rules
SVN-Revision: 36090
2013-03-19 13:54:34 +00:00
Felix Fietkau
31876c193a
hostapd: fix build errors on supplicant-only builds
...
SVN-Revision: 36085
2013-03-18 16:11:32 +00:00
Steven Barth
3ebdd3b330
odhcp6c: fix preference handling, custom client-ID * thanks to mbidewell for investigating
...
SVN-Revision: 36083
2013-03-18 07:24:49 +00:00
Felix Fietkau
2167101c90
hostapd: initial prototype of an ubus binding
...
Supports listing, removing and banning clients, and hooking into
probe/assoc/auth requests via object subscribe.
SVN-Revision: 36081
2013-03-17 20:47:18 +00:00
Florian Fainelli
b48e5f2111
kernel: enable SND_COMPRESS_OFFLOAD for kernels >= 3.3
...
Most sound SoC driver enable it and rely it on to properly work.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36072
2013-03-17 19:46:00 +00:00
Florian Fainelli
a5e7687e12
kernel: load regmap modules after kmod-lib-lzo
...
Otherwise regmap-core will not be able to lookup the lzo exported
symbols.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36069
2013-03-17 19:45:42 +00:00
Felix Fietkau
7e83385028
ubus: update to latest version, fixes a bug in notify return code handling
...
SVN-Revision: 36068
2013-03-17 17:43:47 +00:00
Felix Fietkau
541344b93e
mac80211: merge a few minstrel_ht performance improvements
...
SVN-Revision: 36056
2013-03-16 16:11:43 +00:00
Felix Fietkau
e3bdc13980
busybox: fix disabling /sbin/init and logread if procd is used as init
...
SVN-Revision: 36054
2013-03-16 01:25:42 +00:00
Felix Fietkau
132a54f646
mac80211: merge a fix for a race condition on station removal
...
SVN-Revision: 36053
2013-03-15 22:29:27 +00:00
Felix Fietkau
3fa31714b9
ath9k: add a fix to reduce the number of spurious tx hang detections
...
SVN-Revision: 36040
2013-03-15 15:22:06 +00:00
Felix Fietkau
cf7abda745
ath9k: fix issues with disabling rx/tx antennas
...
SVN-Revision: 36035
2013-03-15 13:58:47 +00:00
Felix Fietkau
84069f8534
uhttpd: update to latest version, fixes an occasional crash on CGI scripts
...
SVN-Revision: 36034
2013-03-15 13:43:55 +00:00
Luka Perkov
fe24afe37f
uboot-envtools: upgrade to version 2013.01.01
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 36033
2013-03-15 01:36:53 +00:00
John Crispin
4bcc3cd7b2
fix up the mount options to match what openwrt had before using procd as pid 1
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36032
2013-03-14 18:44:03 +00:00
John Crispin
ada74b8732
sysupgrade was broken as procd was getting killed
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36031
2013-03-14 18:43:58 +00:00
John Crispin
c876ae5e0f
add vdsl firmware loader/cutter
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36025
2013-03-14 18:43:29 +00:00
John Crispin
ef93053696
add vdsl mei driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36024
2013-03-14 18:43:23 +00:00
John Crispin
ae30b0c511
add vdsl driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36023
2013-03-14 18:43:18 +00:00
John Crispin
23c3aa997b
add vdsl userland app
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36022
2013-03-14 18:43:13 +00:00
John Crispin
977bb0c843
make DEU work with v3.8
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36021
2013-03-14 18:43:07 +00:00
John Crispin
ab33bbaf4c
make lib-ifxos work with v3.8
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36020
2013-03-14 18:43:02 +00:00
John Crispin
cd40e47a48
make hcd driver work with v3.8
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36019
2013-03-14 18:42:57 +00:00
John Crispin
d0fe00d8b2
make ptm drivers work with v3.8
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36018
2013-03-14 18:42:52 +00:00
John Crispin
d87598e8ae
make atm driver work with v3.8
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36017
2013-03-14 18:42:47 +00:00
John Crispin
7db53fc00f
make adsl work with v3.8
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36016
2013-03-14 18:42:43 +00:00
John Crispin
511a25b734
make adsl mei driver work with v3.8
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36015
2013-03-14 18:42:38 +00:00
Jo-Philipp Wich
54f9f47a28
firewall3: update to git head
...
* Introduce "option reload" for includes to specify whether includes should be processed on reload (e.g. when tapping into internal chains)
* Allow "network" and "device" commands while firewall is running (to make them usable in includes)
SVN-Revision: 36009
2013-03-14 15:29:43 +00:00
Florian Fainelli
32f3b1e358
mac80211: backport required changes to support 3.9-rc kernels
...
SVN-Revision: 36007
2013-03-14 14:45:36 +00:00