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
Mirko Vogt
4cca5cd4fd
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.
SVN-Revision: 34815
12 years ago
Luka Perkov
65efd09b78
base-files: we don't need /etc/functions.sh symlink anymore
...
SVN-Revision: 34802
12 years ago
Mirko Vogt
4d4b2d3ced
merge /lib/functions/boot.sh and /lib/functions.sh
...
SVN-Revision: 34794
12 years ago
Mirko Vogt
439a869090
Do not overload mount-call - trying to reduce confusion
...
The behaviour of calling 'mount' differed depending on whether it called
the busybox-mount, the mount of util-linux, the mount defined in
/lib/functions.sh and /lib/functions/boot.sh
/etc/preinit even included /lib/functions.sh and /lib/functions/boot.sh,
both re-defining 'mount'.
SVN-Revision: 34792
12 years ago
Mirko Vogt
ec9ce7e089
change prefix for util-linux binaries from / to /usr
...
The prefix / causes executables like mount, umount, etc. to be placed
in /bin /sbin which therewith replace the busybox symlinks.
mount and umount e.g. are linked again libmount.so.
This is e.g. fatal during a sysupgrade, where /bin/mount,
/bin/umount, etc. but not libmount.so get copied into a ramdisk
which will result in non working executables within the ramdisk.
SVN-Revision: 34791
12 years ago
Jo-Philipp Wich
50983767b3
block-mount: add a delay between sto pand start in fstab init restart action, fixes a lock race condition observed in VirtualBox
...
SVN-Revision: 34784
12 years ago
John Crispin
3b79fe662a
ltq-hcd usb fix high speed hub mode
...
Simple update for USB api changes.
Signed-off-by: Conor O'Gorman <i@conorogorman.net>
SVN-Revision: 34770
12 years ago
Gabor Juhos
149b1c46c7
ipset: update to 6.16.1 to fix build with kernel 3.7
...
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34752
12 years ago
Gabor Juhos
ae97cc7d0f
kernel: fix module names for crypto modules in 3.7
...
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34751
12 years ago
Felix Fietkau
b9d314aee9
libubox: fix a jshn array sequence counter bug, fixes some network.sh issues
...
SVN-Revision: 34746
12 years ago
Felix Fietkau
bf34eeaea4
netifd: update to latest version, fixes interface error reporting for shell proto handlers
...
SVN-Revision: 34741
12 years ago
Felix Fietkau
ba2286296e
ncurses: fix build error in libncursesw
...
SVN-Revision: 34739
12 years ago
Felix Fietkau
e1e00aed52
sierra-directip: delete, replaced by upstream drivers
...
SVN-Revision: 34738
12 years ago
Felix Fietkau
14281559e1
netifd: update to latest version, no longer needs the removed jshn_append() shell function
...
SVN-Revision: 34734
12 years ago
Jo-Philipp Wich
3339316fbe
base-files: use json_is_a() in network.sh
...
SVN-Revision: 34733
12 years ago
Jo-Philipp Wich
e0ad41ead8
libubox: update to latest git head, introduces jshn json_is_a() helper
...
SVN-Revision: 34732
12 years ago