Steven Barth
4a2e55f30f
6relayd: Announce RDNSS and DNSSL via RA
...
SVN-Revision: 34983
12 years ago
Jo-Philipp Wich
1683a146f4
iwinfo: replace more wext calls with nl80211 equivalents, attempt to infer nl80211 tx power from debugfs before querying wext
...
SVN-Revision: 34982
12 years ago
Felix Fietkau
8447af36e3
ath9k: disable TX_IQ_ON_AGC_CAL on AR934x, should improve stability
...
SVN-Revision: 34979
12 years ago
Jo-Philipp Wich
70b0ef6322
sysupgrade: clarify online help
...
Fixes #12346 .
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 34975
12 years ago
Jo-Philipp Wich
58070b0083
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>
SVN-Revision: 34974
12 years ago
Jo-Philipp Wich
54c0b40427
dnsmasq: allow dhcp host entries without mac addresses ( #11928 )
...
SVN-Revision: 34971
12 years ago
Jo-Philipp Wich
c8a8f8fd55
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
SVN-Revision: 34970
12 years ago
John Crispin
a730e96569
Remove remaining etrax references
...
SVN-Revision: 34968
12 years ago
John Crispin
075ea0d52e
fix typo in HFS kernel module
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
SVN-Revision: 34963
12 years ago
John Crispin
15e29f3d9b
fixes libertas firmware install path
...
fixes #12712
SVN-Revision: 34961
12 years ago
John Crispin
12f36652e6
fix video modules package generation
...
The folder layout changed between 3.6 and 3.7
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 34960
12 years ago
Steven Barth
7a25be66c3
6relayd: Detect changes of default routes for RAs
...
SVN-Revision: 34958
12 years ago
Steven Barth
def80bbecf
ipv6-support: Remove unnecessary code
...
SVN-Revision: 34957
12 years ago
Gabor Juhos
cbc9dfc56a
package/kernel: select crypto-sha256 for cifs on 3.7+
...
Based on a patch from #12711
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34956
12 years ago
Gabor Juhos
ab4ea8ad16
package/kernel: create separate package for the sha256 crypto module
...
Based on a patch from #12711
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34955
12 years ago
Steven Barth
4c09d5dde3
ipv6-support: Fix typo in dhcpv6-script * thanks to KarlHegbloom for reporting
...
SVN-Revision: 34940
12 years ago
Hauke Mehrtens
1d50d60fc0
rtc-rv5c386a: fix compilation for kernel >= 3.4
...
SVN-Revision: 34938
12 years ago
Hauke Mehrtens
190c566210
acx-mac80211: fix compilation
...
Some header files from mac80211 are now moved to the uapi dir.
SVN-Revision: 34937
12 years ago
Felix Fietkau
fc760260dd
uci: disable parallel builds again, the lua<->libuci dependency is not safe
...
SVN-Revision: 34936
12 years ago
Steven Barth
b7c1f24f9b
ipv6-support: Use more consistent default values
...
SVN-Revision: 34913
12 years ago
Felix Fietkau
b41d96e8b7
mac80211: refresh patches
...
SVN-Revision: 34911
12 years ago
Felix Fietkau
29d737a976
mac80211: assume 2-byte aligning for 802.11 packets, slightly improves code size and performance
...
SVN-Revision: 34910
12 years ago
Steven Barth
e7719bb4aa
ipv6-support: Updated functionality * Add site-border feature again * Add option to always announce a default router
...
SVN-Revision: 34908
12 years ago
Steven Barth
ce41e59030
6distributed: Add null-route for delegated prefix * Fixes forwarding loops for unused subprefixes
...
SVN-Revision: 34907
12 years ago
Steven Barth
d6c955e39a
6relayd: Announce DNS search domain via DHCPv6
...
SVN-Revision: 34906
12 years ago
Felix Fietkau
662c1f16bb
uci: update to latest version (adds list delete support), enable parallel build
...
SVN-Revision: 34899
12 years ago
Steven Barth
253d7345e1
ipv6-support: Remove site-border feature * was causing routing problems * will be reimplemented using firewall
...
SVN-Revision: 34898
12 years ago
Steven Barth
941f4ccd68
Remove site-border routing filter due to problems
...
SVN-Revision: 34897
12 years ago
Steven Barth
01059c8914
ipv6-support: * Automatically detect and propagate MTU from upstream interfaces * Add site-border feature (RFC 6204, ULA-4) * Fix a typo
...
SVN-Revision: 34896
12 years ago
Steven Barth
50a9fed238
6distributed: feature update * Add feature to decrease IPv6-specific MTU on-demand * Add commands to enable / disable a site-border
...
SVN-Revision: 34895
12 years ago
Steven Barth
4bab347e98
6relayd: Advertise IPv6-specific MTU instead of generic * Fixes announced MTU when using tunnels
...
SVN-Revision: 34894
12 years ago
Steven Barth
f657787b52
base-files: Fix a typo in config_list_foreach
...
SVN-Revision: 34893
12 years ago
Jo-Philipp Wich
ab6e2e6928
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.
SVN-Revision: 34875
12 years ago
Steven Barth
970adc9eb9
ipv6-support: Fix default RA settings for dnsmasq
...
SVN-Revision: 34873
12 years ago
Felix Fietkau
a1e2b2ebe8
busybox: (vconfig) do not attempt to open /proc/net/vlan/config for no good reason ( fixes #12663 )
...
SVN-Revision: 34872
12 years ago
Felix Fietkau
9801f4687f
opkg: keep package list files compressed when src/gz is used, reduces tmpfs usage
...
SVN-Revision: 34869
12 years ago
Felix Fietkau
7ed89e8542
dropbear: convert init script to procd
...
SVN-Revision: 34867
12 years ago
Felix Fietkau
bbc6694d98
base-files: add basic procd integration, let procd start (and restart) ubus instead of having an ubus init script
...
SVN-Revision: 34866
12 years ago
Felix Fietkau
6061734323
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.
SVN-Revision: 34865
12 years ago
Felix Fietkau
b0c855253b
libnl-tiny: add includedir to pkg-config cflags
...
SVN-Revision: 34864
12 years ago
Felix Fietkau
82bd58c793
dropbear: use network_get_device instead of scan_interfaces to get the device name
...
SVN-Revision: 34863
12 years ago
Steven Barth
a4e656ef24
ipv6-support: Preliminary support for dnsmasq >=2.66
...
SVN-Revision: 34858
12 years ago
Steven Barth
2dbfffef68
6relayd: Fix detection of prefix changes
...
SVN-Revision: 34857
12 years ago
Steven Barth
f36c3067c6
odhcp6c: Fix build on arch where char is unsigned
...
SVN-Revision: 34856
12 years ago
Steven Barth
970c5d97fe
6distributed: Improve prefix deprecation algorithm
...
SVN-Revision: 34855
12 years ago
Gabor Juhos
fcf65bdee3
package/kernel: remove obsolete CONFIG_USB_[EO]HCI_RT3883=y symbols
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34844
12 years ago
John Crispin
6531546751
add OF binding
...
SVN-Revision: 34834
12 years ago
John Crispin
bac5ef2a2f
adsl firmware in wrong submenu
...
SVN-Revision: 34819
12 years ago
John Crispin
9a134fb7c0
minor cleanup for adsl firmware handling
...
SVN-Revision: 34818
12 years ago
John Crispin
346a8e5878
properly symlink the adsl firmware
...
SVN-Revision: 34817
12 years ago