Florian Fainelli
fd0cfb2de6
openssl: remove now obsolete cris/etrax patch
...
The etrax target has been removed in r34768.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35684 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-19 17:22:51 +00:00
Florian Fainelli
4c26324aa8
libiconv: compile iconv stub with TARGET_CFLAGS
...
Fixes spurious build issues when changing target CFLAGS for specific ABI
options (such as ARM's floating point ABI).
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35683 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-19 17:22:46 +00:00
Steven Barth
1fb35f7831
6relayd: Fix possible memory corruption issue
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35673 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-19 12:04:41 +00:00
Hauke Mehrtens
5ff0c7a66c
mac80211: b43: Increase number of RX DMA slots
...
Bastian Bittorf reported that some of the silent freezes on a Linksys WRT54G
were due to overflow of the RX DMA ring buffer, which was created with 64
slots. That finding reminded me that I was seeing similar crashed on a netbook,
which also has a relatively slow processor. After increasing the number of
slots to 128, runs on the netbook that previously failed now worked; however,
I found that 109 slots had been used in one test. For that reason, the number
of slots is being increased to 256.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35671 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-18 20:44:26 +00:00
Steven Barth
a96a74fc06
6relayd: Workaround potential signal handling issue
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35665 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-18 12:50:36 +00:00
Gabor Juhos
9b24e8bb6d
base-files: introduce commonly used helper functions for setting leds
...
Currently, most platforms define such helpers in their own diag.sh
implementation with almost identical code. By factoring out the
common ground it's possible to simplify maintainability and
homogenize the haptics over multiple platforms (so far as is
reasonably practicable, in a next step).
[juhosg:
- fix led_set_attr parameters in led_timer
- add led_morse and status_led_set_morse helpers
- add status_led_blink_{preinit,failsafe} helpers]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35648 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-18 09:56:23 +00:00
Gabor Juhos
f3a456e5f1
base-files: minor cosmetic corrections for functions.sh
...
- update copyright header
- remove superfluous shebang left-over from changeset 34794
- unify function declaration
[juhosg: keep Vertical Communications' copyright notice]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35646 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-17 21:47:03 +00:00
Jo-Philipp Wich
bc882ab1f1
firewall3 - a C implementation of the current firewall scripts
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35643 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-17 19:26:52 +00:00
Felix Fietkau
452522c6de
hostapd: fix the scan wait patch for multiple interfaces
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35630 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-16 19:00:34 +00:00
Gabor Juhos
6f2377c104
package/kernel: add package for the Freescale On-Chip EHCI Controller
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35627 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-16 17:13:40 +00:00
Felix Fietkau
8db109478c
hostapd: add back the patch that waits for interface bringup in ht40, it got lost with the update
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35619 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-16 14:26:03 +00:00
Gabor Juhos
9dd345481e
base-files: add macaddr_{add,2bin,setbit_la} helpers
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35614 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-16 11:50:22 +00:00
Gabor Juhos
34fe9af047
base-files: add mtd_get_mac_{ascii,binary} helpers
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35612 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-16 11:50:19 +00:00
Jonas Gorski
ea88007d4b
samba36: fix segmentation fault when trying to add non-existent users
...
Based on a patch from НКВД. Closes #12962 .
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35610 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-16 11:39:42 +00:00
Florian Fainelli
8477ad22f6
hotplug2: depend on libbsd only when targetting eglibc
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35608 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-15 13:25:18 +00:00
Florian Fainelli
81fa18329e
libevent2: do not add librt dependency when targetting eglibc
...
This is already taken care of by PKG_DEFAULT_DEPENDS
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35607 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-15 13:25:15 +00:00
Florian Fainelli
7aa96e138d
libbsd: make it available for eglibc only
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35606 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-15 13:25:12 +00:00
Florian Fainelli
477ea5965c
openssl: update OpenSSL to 1.0.1e, fix Cisco DTLS.
...
1.0.1d had a rushed fix for CVE-2013-0169 which broke in certain
circumstances. 1.0.1e has the fix for TLS.
Also include a further patch from the 1.0.1 branch which fixes the
breakage this introduced for Cisco's outdated pre-standard version of
DTLS, as used by OpenConnect.
Update mirror URLs to reflect current reality.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35600 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-14 13:00:03 +00:00
Hauke Mehrtens
f47db5b16a
switch: export name of device found via /proc
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35596 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-14 12:36:52 +00:00
Hauke Mehrtens
e7ecb15a75
switch: export cpuport, ports and vlans via /proc
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35595 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-14 12:36:13 +00:00
Hauke Mehrtens
d2f74db548
switch: add support for BCM53125
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35586 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-13 16:05:32 +00:00
Hauke Mehrtens
9cb4b87ca1
switch: resetting and enabling vlan write for gigabit switches
...
This patch makes it possible to reset and enable writing vlans to recent switchs.
This is based on a patch by jcharest and the Broadcom SDK.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35585 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-13 16:05:13 +00:00
Hauke Mehrtens
50eb7c5b18
switch: read and write vlan config from and to gigabit switches
...
This patch makes it possible to read and write the vlan config from and to recent switchs.
This is based on a patch by jcharest and the Broadcom SDK.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35584 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-13 16:04:50 +00:00
Hauke Mehrtens
9d90fe1527
switch: improve robo_switch_enable()
...
This is based on a patch by jcharest and the Broadcom SDK.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35583 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-13 16:04:18 +00:00
Hauke Mehrtens
8e4b444166
switch: fix switches with more than 6 ports
...
This is based on a patch by jcharest and the Broadcom SDK.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-13 16:03:47 +00:00
Hauke Mehrtens
9f68dd6769
switch: reverse if else in handle_vlan_port_read()
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35581 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-13 16:03:27 +00:00
Hauke Mehrtens
e2fabaf65c
switch: the BCM5365 is a special switch and the BCM5350 or BCM5325 is the normal case.
...
This makes it easier to compare this code with the code from the Broadcom SDK.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35580 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-13 16:03:03 +00:00
Hauke Mehrtens
1e21b129a3
switch: reset switch before using it.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35579 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-13 16:02:41 +00:00
Hauke Mehrtens
8b186c8162
switch: improve error handling in robo_probe()
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35578 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-13 16:02:20 +00:00
Hauke Mehrtens
9692bcf3d9
switch: run cleanfile over the source code
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35577 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-13 16:01:50 +00:00
Felix Fietkau
c403c980f5
mac80211: add some small fixes for minstrel_ht CCK support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35576 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-13 09:53:28 +00:00
Steven Barth
d0fe67f1df
odhcp6c: allow setting a user-provided prefix as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35570 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-12 08:23:54 +00:00
Jo-Philipp Wich
b0036a67c3
iptables: fix bad PKG_RELEASE in previous commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35569 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-11 22:14:38 +00:00
Jo-Philipp Wich
543e4fb934
iptables: add --lenient switch to iptables-restore and ip6tables-restore that allows to skip erroneous lines
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35568 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-11 21:58:42 +00:00
Felix Fietkau
0918304925
mac80211: add CCK rate support to minstrel_ht to improve range
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35566 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-11 18:59:14 +00:00
Felix Fietkau
2256cbf372
mac80211/hostapd: short_preamble is a per-vif option and should be enabled by default
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35565 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-11 18:59:10 +00:00
Steven Barth
de9ca73143
odhcp6c: Various bugfixes
...
* Don't send undesired suggestions for preferred and valid lifetimes
* Be less verbose in logging
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35553 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-11 12:30:16 +00:00
Tim Yardley
00ec7d9995
polarssl: security update (1.2.5) addressing CBC TLS issue
...
Signed-off-by: Tim Yardley <yardley@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35525 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-08 19:47:48 +00:00
Tim Yardley
e07df17a99
openssl: security update to 1.0.1d to address CBC TLS issue
...
addressing
CVE-2013-0169: 4th February 2013
Signed-off-by: Tim Yardley <yardley@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35524 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-08 19:36:06 +00:00
Felix Fietkau
40228ded56
openvpn-easy-rsa: fix typo in version ( #12958 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35508 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-06 22:17:11 +00:00
Felix Fietkau
711882cca5
openvpn: remove the stale PKG_REV variable
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35499 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-05 10:40:19 +00:00
Felix Fietkau
e6106c9b0a
openvpn: split easy-rsa into a separate package, it is no longer bundled with the release tarball
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35498 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-05 10:40:13 +00:00
Jo-Philipp Wich
292b4e42b3
firewall: various enhancements
...
- reduce mssfix related log spam (#10681 )
- separate src and dest terminal chains (#11453 , #12945 )
- disable per-zone custom chains by default, they're rarely used
Additionally introduce options "device", "subnet", "extra", "extra_src" and "extra_dest"
to allow defining zones not related to uci interfaces, e.g. to match "ppp+" or any tcp
traffic to and from a specific port.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35484 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-04 14:38:33 +00:00
Steven Barth
f5b834c1bd
odhcp6c: Fix timing issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35472 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-03 17:26:40 +00:00
Jo-Philipp Wich
4f1d9c7067
libiwinfo: reset ioctl_socket fd in iwinfo_close(), fixes random failures with multiple cycles of iwinfo_finish() / iwinfo_backend()
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35471 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-03 12:03:24 +00:00
Gabor Juhos
2883641f47
uboot-envtools: add config for the Edimax BR-6425 board
...
Signed-off-by: Yuval Adam <yuv.adm@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35464 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-02 17:01:52 +00:00
Gabor Juhos
59ee6b3b80
add nForce Ethernet module
...
Signed-off-by: Zhiqiang Wang <wang.9264@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35461 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-02 15:40:43 +00:00
Steven Barth
15d5fae260
odhcp6c: Fix RENEW and REBIND requests
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35454 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-02 10:44:13 +00:00
Gabor Juhos
48bf26a5ac
package/uboot-envtools: add OpenMesh MR600v2 support
...
Signed-off-by: Marek Lindner <marek@open-mesh.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35432 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-01 15:50:52 +00:00
Gabor Juhos
2bab106d0b
package/om-watchdog: add OpenMesh MR600v2 support
...
Signed-off-by: Marek Lindner <marek@open-mesh.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35431 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-01 15:50:49 +00:00
Steven Barth
deed0b0198
odhcp6c: allow IPv6-config via SLAAC-only if no prefix is requested
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35421 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-01 13:38:47 +00:00
Steven Barth
109d4f04b0
netifd: Improved IPv6 featureset
...
* Fix reloading of ula-prefixes
* Added support for temporary addresses and routes
* Added support for offlink addresses
* Improved status-output for assigned prefixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35420 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-01 12:28:43 +00:00
Steven Barth
884f9354e3
odhcp6c: switch to userspace RA-handling and offload address assignment to netifd
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35419 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-01 12:28:39 +00:00
Steven Barth
977543229a
6relayd: Fix announced router flags and IPv6 procfs-configuration
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35418 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-01 12:28:34 +00:00
Steven Barth
9cfe240468
base-files: Fix IPv6 early sysctls again
...
* Kernel IPv6 /proc interface inconsistency caused races
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35417 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-01 12:28:24 +00:00
Felix Fietkau
81c98af4d4
openvpn: add from openvpn-devel from /packages, fix support for current polarssl
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35412 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-30 20:07:15 +00:00
Felix Fietkau
b848a19313
polarssl: add from /packages, update to 1.2.4, fix openssl compatibility
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35411 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-30 20:07:04 +00:00
Felix Fietkau
07903f3b93
move lzo from /packages to trunk
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35410 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-30 19:52:03 +00:00
Steven Barth
7bc0be4f38
6in4: fix typo in last commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35409 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-30 09:07:23 +00:00
Steven Barth
26312e0ff3
6in4: work around hanging wget process
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35408 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-30 09:05:53 +00:00
Felix Fietkau
e47227c933
libubox: update to latest version, fixes a string corruption issue on JSON formatting
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35399 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-29 22:23:43 +00:00
Felix Fietkau
e4b055fa7f
add libusb-compat
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35387 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-29 16:12:00 +00:00
Felix Fietkau
6e020244db
netifd: update to latest version
...
fixes DNS servers on reload (#12910 )
fixes ubus object race on reload or down/up (#12612 )
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35383 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-29 14:40:04 +00:00
Felix Fietkau
0c9de267ba
samba36: update to 3.6.11 and refresh patches (based on patch from #12914 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35382 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-29 13:18:56 +00:00
Felix Fietkau
82bf7a97b1
usb-modeswitch: split out usb-modeswitch-data again
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35381 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-29 12:27:17 +00:00
Felix Fietkau
a10272bb24
usb-modeswitch: add from /packages, merge usb-modeswitch-data, use libusb-compat, add myself as maintainer
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35379 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-29 12:02:10 +00:00
Steven Barth
4693e5f404
netifd: implement IPv6 prefix deprecation according to RFC 6204
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35377 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-29 11:05:22 +00:00
Felix Fietkau
a0636310f8
move a few packages to system/utils
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35375 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-29 10:48:46 +00:00
Felix Fietkau
eeb60d018a
usbutils: add from /packages, clean up, add myself as maintainer
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35374 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-29 10:48:41 +00:00
Felix Fietkau
c7c60119e7
libusb: add from /packages, add myself as maintainer
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35373 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-29 10:48:37 +00:00
Steven Barth
64667abb9d
6relayd: remove IPv6 forwarding-sysctl workaround
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35371 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-29 10:13:49 +00:00
Steven Barth
898917f616
odhcp6c: remove IPv6 forwarding-sysctl workaround
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35370 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-29 10:13:44 +00:00
Steven Barth
cfda22b8c6
netifd: remove IPv6 forwarding-sysctl workaround
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35369 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-29 10:13:39 +00:00
Steven Barth
581546b6d2
base-files: Fix race-conditions with IPv6 sysctls
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35368 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-29 10:13:33 +00:00
Felix Fietkau
3fc753a0b0
netifd: update to latest version, fixes setting addresses/routes on alias interfaces
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35362 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-28 20:35:55 +00:00
John Crispin
f93f769b9a
[kernel] package ncm & qmi wwan
...
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3134/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35360 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-28 18:20:10 +00:00
Jo-Philipp Wich
8a947fc599
hostapd: don't configure wpa_supplicant with empty password="" if no password is specified ( #12912 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35358 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-28 18:05:33 +00:00
Jo-Philipp Wich
1b4e6e5e76
firewall: flush conntrack table after changing interface rules
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-28 15:53:44 +00:00
Steven Barth
88d95b7acc
netifd: IPv6 sysctl, restart IPv6 in static mode to send RS
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35347 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-28 14:07:27 +00:00
Steven Barth
0f6d7ebb06
netifd: add SLAAC ipv6 value for static-proto
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35346 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-28 13:53:48 +00:00
Steven Barth
e486e3e8b0
odhcp6c: work-around for proto-script to avoid loosing the default route
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35345 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-28 13:53:43 +00:00
Steven Barth
0e5bdadcb3
base-files: remove IPv6-forwarding setting for all interfaces
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35344 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-28 13:53:38 +00:00
Hauke Mehrtens
3fba86cec6
kernel: make usb2-pci depend on usb2 and not the other way around
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35339 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-27 21:28:26 +00:00
Hauke Mehrtens
76de1e8509
kernel: activate input-matrixkmap for kernel 3.8
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35338 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-27 21:23:33 +00:00
Hauke Mehrtens
120c489fdc
kernel: add ehci-platform.ko and ehci-pci.ko when build with kernel 3.8
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35337 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-27 21:19:48 +00:00
Hauke Mehrtens
fd67078b59
kernel: add packages for pps and ptp, they are needed by tg3 in kernel 3.8
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35336 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-27 21:18:52 +00:00
Hauke Mehrtens
2da6033a24
kernel: remove __devinit, __devexit and __devexit_p for kernel 3.8
...
These attributes where removed with kernel 3.8 and are now causing compile errors.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35335 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-27 21:17:38 +00:00
Hauke Mehrtens
442ae9a6f8
acx-mac80211: make it compile with kernel 3.8
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35334 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-27 21:16:35 +00:00
Hauke Mehrtens
91ad9d332c
acx-mac80211: refresh patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35333 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-27 21:15:48 +00:00
Hauke Mehrtens
75cef2246b
acx-mac80211: use same config options as mac80211 package
...
Problem was missing CONFIG_MAC80211_DEBUGFS
in the acx-mac80211 build, which broke subsequently the ABI in struct
ieee80211_ops. Defect manifested in failing ieee80211_alloc_hw() and maybe
also in other strange behaviour before.
I added CONFIG_CFG80211_DEBUGFS, CONFIG_MAC80211_DEBUGFS and the same also
for CONFIG_MAC80211_MESH, just to be inline on how it's done currently in
package/mac80211/Makefile.
Thank you Oliver Winker
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35332 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-27 21:15:13 +00:00
Jonas Gorski
a72a8da790
bcm63xx: switch to b53 and swconfig
...
Switch to using the B53 switch driver where appropriate.
Use a non-tagged default config where it isn't confirmed to be
working.
Remove the switch configuration in preinit as the switch will now
be configured by the driver to use port isolation to prevent leakage
between lan and wan.
While at it, also provide a switch config for Neufbox 6.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35307 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-23 10:12:40 +00:00
Steven Barth
1d9e351fff
ipv6-support: don't overwrite existing setting across reflashs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35302 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-23 08:15:09 +00:00
Steven Barth
18b0769704
base-files: fix network_get_prefix6
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35300 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-22 16:47:16 +00:00
Steven Barth
96f6b6adf4
base-files: Set default value for IPv6 forwarding
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35299 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-22 16:47:09 +00:00
Felix Fietkau
a62a397d2e
netifd: update to latest version, adds another fix for interface aliases
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-22 16:05:59 +00:00
Steven Barth
27f1da2569
netifd: Fix a segfault when globals.ula_prefix is empty
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35296 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-22 15:49:42 +00:00
Felix Fietkau
a2052a26f0
uhttpd: always turn on TLS support, include ustream-ssl as a build dependency
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35295 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-22 15:05:04 +00:00
Felix Fietkau
67d2b82f85
ustream-ssl: remove dependency conditional part to avoid build breakage when no variant is selected
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35294 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-22 14:52:52 +00:00
Felix Fietkau
cdfff6e046
ustream-ssl: update to latest version, fixes handling large chunks of data ( fixes #12866 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35293 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-22 14:29:01 +00:00
Luka Perkov
75c9be5c1e
uboot-lantiq: upgrade to 2013.01
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35292 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-22 12:55:01 +00:00
Felix Fietkau
4c8c6257d4
uhttpd: fix another small hang issue with the same symptoms
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35291 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-22 09:38:00 +00:00
Felix Fietkau
fbfc90de7d
uhttpd: fix connection hangs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35290 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-22 09:28:55 +00:00
Felix Fietkau
d7496d57df
tcpdump: add SLL parsing support to tcpdump-mini, use -ffunction-sections, -fdata-sections and --gc-sections to reduce size
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35288 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-22 07:51:15 +00:00
Jo-Philipp Wich
fa2240a9bb
base-files: network.sh: fix typo in previous commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35287 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-21 19:02:38 +00:00
Jo-Philipp Wich
4f988432cb
base-files: network.sh: simplify network_get_prefix6()
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35286 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-21 18:54:58 +00:00
Felix Fietkau
9e2b006414
uhttpd: fix unencrypted passwords in httpd.conf
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35265 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-21 12:46:41 +00:00
Felix Fietkau
cea37da121
ath9k: add support for more antenna mask combinations on AR93xx
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35264 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-21 12:46:37 +00:00
Steven Barth
7057d10c26
6relayd: fix shell library includes in init-script
...
Thanks to Daniel Golle
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35262 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-21 11:27:03 +00:00
Steven Barth
180a1254ca
6relayd: avoid a race-condition with looping RAs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35260 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-21 10:42:31 +00:00
Steven Barth
98901eabf5
netifd: Fix segfaults in IPv6 prefix handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35259 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-21 09:21:30 +00:00
Steven Barth
7b90a50edb
odhcp6c: Fix address assignment with infinite validity
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35258 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-21 07:58:58 +00:00
Felix Fietkau
6c5a013f22
uhttpd: fix selecting the right ustream implementation when openssl is to be used ( #12857 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35257 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-20 21:15:43 +00:00
Felix Fietkau
b56cf99bb9
ath9k: merge another round of cleanups and stability fixes, refresh patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35255 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-20 18:33:21 +00:00
Felix Fietkau
9099dc3b63
netifd: update to latest version, fixes alias support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35251 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-20 15:47:09 +00:00
Felix Fietkau
e92abf2362
network/iproute2: Bump version to 3.7.0
...
Updated to latest stable version and added an upstream patch to handle
a link failure
Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>
[dgolle@allnet.de: refreshed patches]
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35250 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-20 11:25:18 +00:00
Felix Fietkau
b5a9786bc0
uhttpd: update to a newer version, fixes chunked transfer on some POST requests
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35249 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-19 22:55:46 +00:00
Felix Fietkau
2f518a61da
uhttpd: switch to uhttpd2, it is now feature complete
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35247 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-19 18:47:09 +00:00
Jo-Philipp Wich
d5203450e1
netifd: add a band-aid fix for the wifi setup vs. netifd init race by increasing the wait time to five seconds
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35240 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-19 10:13:14 +00:00
Jo-Philipp Wich
4dce17cf63
busybox: add an upstream ntpd fix ( #12841 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35239 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-19 10:11:34 +00:00
Steven Barth
2a6b173e6d
ipv6-support: adapt UCI defaults to new ordering
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35219 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-18 12:52:51 +00:00
Jo-Philipp Wich
111a88c94b
base-files: use numerically prefixed uci-defaults names
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-18 12:46:43 +00:00
Steven Barth
edeb64dc65
odhcp6c: Fix parsing more than one DNS server
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35215 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-18 08:21:35 +00:00
Steven Barth
1184a39eb6
ipv6-support: Rename enable-ipv6 UCI defaults
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35205 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-17 16:16:06 +00:00
Steven Barth
15eb7e1cb6
base-files: rename ULA generation script
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35204 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-17 16:16:02 +00:00
Jo-Philipp Wich
ad5b8fca45
xtables-addons: rework uid/gid compat patch to use KUIDT_INIT() and KGIDT_INIT() macros
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35203 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-17 16:05:30 +00:00
Jo-Philipp Wich
dc2e5bd944
xtables-addons: move to package/, add myself as maintainer
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35193 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-17 12:29:26 +00:00
Felix Fietkau
0d7861511b
kernel: 8250.ko is called 8250_core.ko on linux 3.7+, fixes package/kernel build error in snapshot builds
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35190 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-17 09:08:09 +00:00
Steven Barth
777625776a
odhcp6c: Detect a different MAC if interface has none
...
* Fixes DHCPv6 behaviour over PPP and similar
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35189 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-17 08:29:01 +00:00
Steven Barth
3e08305deb
ppp: don't automatically set IPv6 default route
...
* Fixes "ndisc_router_discovery() failed to add default route"
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35188 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-17 08:28:57 +00:00
Steven Barth
06527bee18
netifd: @aliases use layer 3 devices instead of main devices
...
Fixes dhcpv6 protocol alias
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35187 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-17 08:28:51 +00:00
Florian Fainelli
c8c55991b4
kernel: allow building kmod-rtc-marvell for mvebu target
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35177 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-15 19:55:26 +00:00
Steven Barth
4713aef3ff
ipv6-support: Switch to native IPv6 support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35174 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-15 13:08:19 +00:00
Steven Barth
ca6e8fdcec
6rd: add support for native IPv6 prefix handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35173 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-15 13:08:14 +00:00
Steven Barth
cbfa80a7d3
6to4: add support for native IPv6 prefix handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35172 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-15 13:08:10 +00:00
Steven Barth
80abeea6ad
6in4: add support for native IPv6 prefix handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35171 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-15 13:08:05 +00:00
Steven Barth
d9d045a475
6relayd: add suitable default configuration
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35170 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-15 13:08:00 +00:00
Steven Barth
326a6a6193
6distributed: Remove obsolete service (replaced by netifd)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35169 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-15 13:07:56 +00:00
Steven Barth
b04bf87a8d
base-files: add support for ipv6-prefixes in connection with netifd
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35168 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-15 13:07:51 +00:00
Steven Barth
ddc921275c
netifd: Introduce native IPv6 prefix-handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35167 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-15 13:07:41 +00:00
Gabor Juhos
7f75ce2336
package/kernel: move input modules into a separate submenu
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35161 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-14 18:18:03 +00:00
Felix Fietkau
99c603b264
kernel: make sure that packages are generated for built-in crypto modules to avoid dependency errors with kmod-crypto-core on 3.7
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35158 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-14 17:09:16 +00:00
Florian Fainelli
13a8637676
kernel: avoid recursive dependency caused by kmod-i2c-mv64xxx
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35157 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-14 17:03:45 +00:00
Jo-Philipp Wich
16345d0356
netfilter.mk: add addrtype match to iptables-mod-extra (kmod-ipt-extra)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35155 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-14 16:12:56 +00:00
Felix Fietkau
71abb04e4b
ath9k: fix a soft lockup on smp systems
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35152 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-14 15:58:46 +00:00
Felix Fietkau
46e56ff4d0
ath9k: remove a lock to fix a deadlock on hw reset
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35147 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-14 09:51:53 +00:00
Felix Fietkau
b35a5a31cd
mac80211: fix monitor mode injection
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35145 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-13 22:10:14 +00:00
Gabor Juhos
6cbd4dde8a
mac80211: rt2x00: fix PCI eeprom patch
...
Fixes the following warnings:
CC [M] <...>/drivers/net/wireless/rt2x00/rt2800pci.o
<...>/drivers/net/wireless/rt2x00/rt2800pci.c: In function 'rt2800pci_read_eeprom_file':
<...>/drivers/net/wireless/rt2x00/rt2800pci.c:95:2: warning: 'return' with a value, in function returning void [enabled by default]
<...>/drivers/net/wireless/rt2x00/rt2800pci.c: In function 'rt2800pci_read_eeprom':
<...>/drivers/net/wireless/rt2x00/rt2800pci.c:994:2: warning: 'retval' may be used uninitialized in this function [-Wuninitialized]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35143 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-13 20:44:14 +00:00
Jo-Philipp Wich
7522fdc608
libnfnetlink: update to v1.0.1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35142 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-13 19:49:06 +00:00
Jo-Philipp Wich
8fb906d2d2
ubus: update to git head, passes u64 blob types as doubles to Lua
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35141 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-13 19:49:01 +00:00
Jo-Philipp Wich
fdcfda2ae8
netifd: update to git head, adds 64bit counters
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35140 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-13 19:48:52 +00:00
Felix Fietkau
c0ba491f01
ath9k: fix memory corruption issues on ar5416/ar91xx
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35139 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-13 18:55:39 +00:00
Steven Barth
8b19f35255
odhcp6c: Send RS on start
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35137 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-13 18:06:24 +00:00
Steven Barth
24df9aecc1
odhcp6c: Add preliminary proto-handler
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35135 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-13 17:35:09 +00:00
Steven Barth
c5752d0129
ipv6-support: don't use disable_ipv6
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35134 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-13 17:25:43 +00:00
Steven Barth
ae972de3fb
6relayd: Rewrite init-script logic
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35133 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-13 17:25:38 +00:00
Felix Fietkau
8953f9e8d7
add ustream-ssl, an ustream abstraction library for SSL stream sockets
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35131 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-13 15:57:05 +00:00
Felix Fietkau
6c81472528
libubox: update to latest version, adds small blobmsg enhancements and license fixes - package is now ISC/BSD-3c
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35128 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-13 14:31:27 +00:00
Felix Fietkau
4cd763cb53
kernel: make kmod-ledtrig-usbdev depend on usb core support instead of selecting it
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35120 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-12 13:21:08 +00:00
Felix Fietkau
2e12554148
mac80211: fix enabling HT40-
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35096 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-11 13:24:20 +00:00
Vasilis Tsiligiannis
d16f38ce7a
[package] base-files: Don't pass '--set-worker /lib/hotplug2/worker_fork.so' to hotplug2 ( #12781 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35095 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-11 13:20:51 +00:00
Felix Fietkau
787f29add7
mac80211: add a fix for ht40 connections
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35094 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-11 11:49:11 +00:00
Felix Fietkau
499fa67774
ath9k: add updated tx gain tables, fixes stability issues on TL-WDR4300 and other devices
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35089 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-10 18:46:36 +00:00
Felix Fietkau
118a4cd196
ath9k: add some calibration fixes from wireless-testing
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35081 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-10 14:09:50 +00:00
Florian Fainelli
19ef28eb3b
toolchain: fix libpthread package for musl based toolchains ( #12651 )
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35069 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-09 15:36:43 +00:00
Felix Fietkau
6ae52f05eb
ath9k: correct a logic error in the rx path fix
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35067 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-09 15:16:52 +00:00
Felix Fietkau
3d243e744e
mac80211, ath9k: merge some pending fixes from linux-wireless@
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35066 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-09 12:56:25 +00:00
Felix Fietkau
83842c1fc6
mac80211: update to 2013-01-07, add several ath9k stability fixes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35063 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-09 12:45:28 +00:00
Florian Fainelli
6fbb9313b6
kernel: add kmod-mvsdio MMC host controller for Marvell targets
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35061 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-08 22:20:30 +00:00
Florian Fainelli
ae783bbce7
kernel: make kmod-of-i2c available for the mvebu target
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35060 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-08 22:20:25 +00:00
Florian Fainelli
6ed10f74d2
kernel: adjust orion/kirkwood packages to also build for mvebu target
...
Armada XP/370 boards share these hardware blocks with Orion and Kirkwood
SoCs.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35059 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-08 22:20:21 +00:00
Florian Fainelli
44cf7625b0
kernel: add more SCTP related configuration symbols
...
These symbols are used by 3.8+ kernels
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35054 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-08 22:18:23 +00:00
Felix Fietkau
d9f9ef4ef9
mac80211: apply network interface configuration for adhoc + wpa2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35049 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-07 21:12:33 +00:00
Florian Fainelli
991f750018
ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbol
...
Thanks to kyak for spotting this
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35047 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-07 18:19:31 +00:00
Mirko Vogt
e729fd3640
[package/boot/uboot-xburst] fix typo in Makefile
...
Thanks to Stefan Hellermann for pointing this out!
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35042 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-07 17:11:15 +00:00
Felix Fietkau
156686ddcf
libubox: update to latest version, contains several uloop/ustream fixes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35039 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-07 15:25:03 +00:00
Mirko Vogt
130b30fbba
This patch updates uboot-xburst from 2009.11 to 2012.10-rc2 - Ingenic SoC support went upstream
...
Summary:
* remove all files/* (since merged to upstream)
* patches on nand-spl, mmc and lcd driver
Thanks a lot to Xiangfu Liu!
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35034 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-07 14:10:01 +00:00
Vasilis Tsiligiannis
16b08bfc59
[package] zram-swap: Install init script with 0755 mode
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-07 12:01:11 +00:00
Jo-Philipp Wich
a4e7f8c157
kernel: fix kmod-ipsec load order ( #12552 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-07 10:54:56 +00:00
Hauke Mehrtens
4e78e2ca42
zram-swap: make the zram init.d executable
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35028 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-06 20:23:49 +00:00
Hauke Mehrtens
e9450bb64f
compcache: remove package, use zram-swap instead
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35026 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-06 17:14:53 +00:00
Hauke Mehrtens
71830c60f7
zram: add package to use compressed ram disk for swap
...
The busybox size is increased by 3.2KByte uncompressed on bcm47xx with
this commit.
This zram-swap automatically creates a zram device, a swap partition on
it and make the kernel swap pages to it.
Thank you Bastian Bittorf <bittorf@bluebottle.com> for idea and the
script.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35025 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-06 16:21:29 +00:00
Felix Fietkau
ab3ff6e46b
kernel: add a module for the isl1208 rtc
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35022 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-06 15:09:43 +00:00
John Crispin
3dad88cbb5
[kernel] fix regmap debloat patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35015 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-05 00:20:05 +00:00
Felix Fietkau
0e41af577f
mac80211: add dependency of PACKAGE_MAC80211_DEBUGFS
...
I wanted to use some statistics from /sys/kernel/debug/ieee80211,
so I enabled PACKAGE_MAC80211_DEBUGFS. But I could not use it,
because CONFIG_KERNEL_DEBUG_FS was not set and it's a little bit
hidden. After manually setting CONFIG_KERNEL_DEBUG_FS to y,
everything was fine. This patch automatically selects
CONFIG_KERNEL_DEBUG_FS if PACKAGE_MAC80211_DEBUGFS is set.
Additionally, the help text says "Say N unless you know you need this.",
but it's default y. This help text is copied verbatim from the
kernel's Kconfig and not true for us. So remove this part of the
help text
Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35014 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-04 17:41:23 +00:00
Felix Fietkau
32d1003a5d
uci: update to latest version, adds list delete, removes unused plugin support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35013 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-04 16:10:17 +00:00
Steven Barth
d2072402f7
firewall: Add ULA site border for IPv6 traffic
...
This prevents private traffic from leaking out to the internet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35012 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-04 15:59:28 +00:00
Jo-Philipp Wich
7e0eb5f61c
iwinfo: don't use the txpower value from debugfs for now, it does not match the values reported via wext
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35007 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-04 14:08:08 +00:00
John Crispin
902905286e
[libiwinfo-lua] don't depend on lua
...
Delete +lua from libiwinfo-lua.
Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35005 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-04 09:32:06 +00:00
Hauke Mehrtens
f57bb848e9
mac80211: b43: add firmware for HT-PHY by default.
...
remove firmware for LP-Phy core rev 14, I have never seen such a device.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35000 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-03 18:52:08 +00:00
Felix Fietkau
1691223d48
kernel: move regmap bloat out of the kernel image if it is only being used in modules
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34999 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-03 18:39:50 +00:00
Felix Fietkau
d774dfa969
add kmod-fs-configfs to replace kernel bloat added by selecting kmod-mmc-over-gpio
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34998 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-03 18:04:04 +00:00
Hauke Mehrtens
48aaa4ce65
broadcom-diag: add diag support for Linksys E1000 V1
...
This adds diag leds/buttons support for Linksys E1000 V1. It worked on
my router, however it may need some tweaking by people more familiar
with openwrt and c to make it fit for commiting.
Thank you hhm for this patch.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34996 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-03 02:07:11 +00:00
Hauke Mehrtens
207fa73846
brcm47xx: build b44 as a module
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34994 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-03 02:00:25 +00:00
Hauke Mehrtens
c16de866d5
switch: ROBO Switch Gigabit MII Support
...
I wrote this patch some time ago because I had a need for one of the
Gigabit ports (Linksys E3000) to be forced to 100FD. This is based
on the robocfg sources included w/ the RT-N16 sources from ASUS.
Since work is progressing on a BGMAC driver that could be included in
OpenWRT, this may be useful to someone else.
In testing, forcing the speed to 10/100 or 1000 worked fine; however,
when trying to force full-duplex mode, the result was always
half-duplex. I was not able to isolate the source of the problem
(this patch, driver or H/W limitation). The only way I could get it
to work was to set the port to Auto, but then only advertise 100FD
(not included in this patch).
I have a modified version of the robocfg package as well, I'd have to
clean it up a little first (remove the full-duplex hack) before
submitting it if there is interest.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34992 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-03 01:58:01 +00:00
Hauke Mehrtens
477d74b42b
switch: improve error messages
...
This is in part based on a patch send by Nathan Hintz <nlhintz@hotmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34991 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-03 01:57:19 +00:00
Hauke Mehrtens
880dc8381a
brcm47xx: add a new version of the nvram rewrite patch
...
This is the version like it was send for mainline inclusion.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34988 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-03 01:53:30 +00:00
Steven Barth
e1c79f5058
ipv6-support: Update iteration
...
* Add support for blocking forwarding while address assignments
* Fix relay restarting function
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34985 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-02 23:05:44 +00:00
Steven Barth
1e7f1c6ab7
odhcp6c: Add support for SNTP and SIP options
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34984 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-02 23:05:39 +00:00
Steven Barth
8ed0bcabf0
6relayd: Announce RDNSS and DNSSL via RA
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34983 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-02 23:05:35 +00:00
Jo-Philipp Wich
5dcb273a97
iwinfo: replace more wext calls with nl80211 equivalents, attempt to infer nl80211 tx power from debugfs before querying wext
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34982 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-02 19:10:29 +00:00
Felix Fietkau
00b8e3793b
ath9k: disable TX_IQ_ON_AGC_CAL on AR934x, should improve stability
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34979 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-02 17:37:30 +00:00
Jo-Philipp Wich
ec20bc2d5d
sysupgrade: clarify online help
...
Fixes #12346 .
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34975 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-02 16:21:30 +00:00
Jo-Philipp Wich
21df4e7130
sysupgrade: do not require an extra argument after --restore-backup
...
Neither --create-backup nor --restore-backup need an image name (following
the backup filename). Treat them in uniform way.
Mostly fixes #12346 .
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34974 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-02 16:21:26 +00:00
Jo-Philipp Wich
64324ccfca
dnsmasq: allow dhcp host entries without mac addresses ( #11928 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34971 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-02 15:14:19 +00:00
Jo-Philipp Wich
090f7dbbad
lldpd: various enhancements
...
- introduce "list interface" options to specify the ifaces to listen on, takes uci- or network device name
- set the default system description to distrib @ hostname, e.g. "OpenWrt Barrier Breaker r34744 @ vbox"
- introduce "option lldp_description" to override the automatically generated description
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34970 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-02 14:35:43 +00:00
John Crispin
d1c1b7bdd8
Remove remaining etrax references
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34968 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-02 11:28:11 +00:00
John Crispin
88f49b517b
[kernel] fix typo in HFS kernel module
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34963 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-02 10:29:45 +00:00
John Crispin
4fd71cb4c3
[mac80211] fixes libertas firmware install path
...
fixes #12712
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34961 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-02 10:08:54 +00:00
John Crispin
4cb8191681
[kernel] fix video modules package generation
...
The folder layout changed between 3.6 and 3.7
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34960 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-02 09:43:07 +00:00
Steven Barth
c1e3448510
6relayd: Detect changes of default routes for RAs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34958 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-01 21:41:37 +00:00
Steven Barth
269ae87c6f
ipv6-support: Remove unnecessary code
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34957 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-01 21:41:32 +00:00
Gabor Juhos
8d62993e1f
package/kernel: select crypto-sha256 for cifs on 3.7+
...
Based on a patch from #12711
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34956 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-01 19:04:20 +00:00
Gabor Juhos
d92a67bfa5
package/kernel: create separate package for the sha256 crypto module
...
Based on a patch from #12711
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34955 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-01 19:04:17 +00:00
Steven Barth
d87be0cd09
ipv6-support: Fix typo in dhcpv6-script
...
* thanks to KarlHegbloom for reporting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34940 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-31 09:38:59 +00:00
Hauke Mehrtens
b3759e07e0
rtc-rv5c386a: fix compilation for kernel >= 3.4
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34938 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-30 15:32:53 +00:00
Hauke Mehrtens
acbd0b6c21
acx-mac80211: fix compilation
...
Some header files from mac80211 are now moved to the uapi dir.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34937 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-30 15:28:28 +00:00
Felix Fietkau
a50e37f61d
uci: disable parallel builds again, the lua<->libuci dependency is not safe
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34936 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-30 14:58:37 +00:00
Steven Barth
fc35fadc1b
ipv6-support: Use more consistent default values
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34913 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-29 10:12:31 +00:00
Felix Fietkau
52db048af3
mac80211: refresh patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34911 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-28 21:05:57 +00:00
Felix Fietkau
ff6fdc0f9b
mac80211: assume 2-byte aligning for 802.11 packets, slightly improves code size and performance
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34910 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-28 21:05:49 +00:00
Steven Barth
7bd61ec3c9
ipv6-support: Updated functionality
...
* Add site-border feature again
* Add option to always announce a default router
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34908 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-28 12:02:22 +00:00
Steven Barth
fc3fe40330
6distributed: Add null-route for delegated prefix
...
* Fixes forwarding loops for unused subprefixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34907 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-28 12:02:17 +00:00
Steven Barth
d9720b53f1
6relayd: Announce DNS search domain via DHCPv6
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34906 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-28 12:02:12 +00:00
Felix Fietkau
29e5082560
uci: update to latest version (adds list delete support), enable parallel build
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34899 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-27 17:37:10 +00:00
Steven Barth
1f93761a65
ipv6-support: Remove site-border feature
...
* was causing routing problems
* will be reimplemented using firewall
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34898 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-27 15:47:53 +00:00
Steven Barth
97f157187d
Remove site-border routing filter due to problems
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34897 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-27 15:47:47 +00:00
Steven Barth
81dbe78117
ipv6-support:
...
* Automatically detect and propagate MTU from upstream interfaces
* Add site-border feature (RFC 6204, ULA-4)
* Fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34896 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-27 14:10:17 +00:00
Steven Barth
969eddef42
6distributed: feature update
...
* Add feature to decrease IPv6-specific MTU on-demand
* Add commands to enable / disable a site-border
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34895 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-27 14:10:12 +00:00
Steven Barth
5d14d45927
6relayd: Advertise IPv6-specific MTU instead of generic
...
* Fixes announced MTU when using tunnels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34894 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-27 14:10:07 +00:00
Steven Barth
625d2318ae
base-files: Fix a typo in config_list_foreach
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34893 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-27 14:10:01 +00:00
Jo-Philipp Wich
a6a3bd8d57
base-files: ipcalc.sh: fix broken calculations on 64bit systems
...
Calculate complements by using awk's xor() function with a mask of 0xffffffff
instead of relying on the compl() function which appears to produce broken
results on certain 64bit architectures.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34875 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-23 22:18:43 +00:00
Steven Barth
dd4befa7e2
ipv6-support: Fix default RA settings for dnsmasq
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34873 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-23 18:22:48 +00:00
Felix Fietkau
1c2e2fe906
busybox: (vconfig) do not attempt to open /proc/net/vlan/config for no good reason ( fixes #12663 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34872 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-23 10:59:57 +00:00
Felix Fietkau
da6849d9ab
opkg: keep package list files compressed when src/gz is used, reduces tmpfs usage
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34869 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-22 19:31:37 +00:00
Felix Fietkau
dd07d18592
dropbear: convert init script to procd
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34867 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-22 18:56:13 +00:00
Felix Fietkau
d8c3a7ef19
base-files: add basic procd integration, let procd start (and restart) ubus instead of having an ubus init script
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34866 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-22 18:56:09 +00:00
Felix Fietkau
56e6c5df09
procd: add initial implementation
...
procd is the new OpenWrt process management daemon. It keeps track of processes
started from init scripts (via ubus calls), and can suppress redundant service
start/restart requests when the config/environment has not changed.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34865 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-22 18:56:06 +00:00
Felix Fietkau
16e46a4dd8
libnl-tiny: add includedir to pkg-config cflags
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34864 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-22 18:56:01 +00:00
Felix Fietkau
eca53dd739
dropbear: use network_get_device instead of scan_interfaces to get the device name
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34863 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-22 18:55:57 +00:00
Steven Barth
0e4a0f7b38
ipv6-support: Preliminary support for dnsmasq >=2.66
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34858 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-22 13:00:53 +00:00
Steven Barth
70a28cb7bb
6relayd: Fix detection of prefix changes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34857 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-22 13:00:49 +00:00
Steven Barth
c350703d01
odhcp6c: Fix build on arch where char is unsigned
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34856 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-22 13:00:45 +00:00
Steven Barth
497a2434ad
6distributed: Improve prefix deprecation algorithm
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34855 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-22 13:00:40 +00:00
Gabor Juhos
7fe8ed80bf
package/kernel: remove obsolete CONFIG_USB_[EO]HCI_RT3883=y symbols
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34844 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-22 12:11:09 +00:00
John Crispin
d417c0b4fe
[gpio-button-hotplug] add OF binding
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34834 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-21 20:03:49 +00:00
John Crispin
211751d6f9
[lantiq] adsl firmware in wrong submenu
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34819 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-21 13:47:30 +00:00
John Crispin
3ac632e1dd
[lantiq] minor cleanup for adsl firmware handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34818 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-21 13:47:25 +00:00
John Crispin
a07a9a8200
[lantiq] properly symlink the adsl firmware
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34817 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-21 13:47:20 +00:00
Mirko Vogt
1a59d79237
[package/base-files] hot-fix nameclash in sysupgrade: rename pivot() to supivot() in sysupgrade
...
Sysupgrade defines its very own pivot() function.
Prior merging boot.sh and functions.sh sysupgrade just included boot.sh,
now it includes functions.sh which defines pivot() as well, however
slightly different which causes sysupgrade to fail.
This is a hot-fix to unbreak sysupgrade, however those two pivot()
functions should actually get merged.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34815 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-21 12:10:21 +00:00
Luka Perkov
b0eb2879af
[package] base-files: we don't need /etc/functions.sh symlink anymore
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34802 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-20 15:15:30 +00:00