| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
SVN-Revision: 34971
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
SVN-Revision: 34968
|
|
|
|
|
|
| |
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
SVN-Revision: 34963
|
|
|
|
|
|
| |
fixes #12712
SVN-Revision: 34961
|
|
|
|
|
|
|
|
| |
The folder layout changed between 3.6 and 3.7
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 34960
|
|
|
|
| |
SVN-Revision: 34958
|
|
|
|
| |
SVN-Revision: 34957
|
|
|
|
|
|
|
|
| |
Based on a patch from #12711
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34956
|
|
|
|
|
|
|
|
| |
Based on a patch from #12711
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34955
|
|
|
|
| |
SVN-Revision: 34940
|
|
|
|
| |
SVN-Revision: 34938
|
|
|
|
|
|
| |
Some header files from mac80211 are now moved to the uapi dir.
SVN-Revision: 34937
|
|
|
|
| |
SVN-Revision: 34936
|
|
|
|
| |
SVN-Revision: 34913
|
|
|
|
| |
SVN-Revision: 34911
|
|
|
|
|
|
| |
size and performance
SVN-Revision: 34910
|
|
|
|
|
|
| |
option to always announce a default router
SVN-Revision: 34908
|
|
|
|
|
|
| |
for unused subprefixes
SVN-Revision: 34907
|
|
|
|
| |
SVN-Revision: 34906
|
|
|
|
| |
SVN-Revision: 34899
|
|
|
|
|
|
| |
will be reimplemented using firewall
SVN-Revision: 34898
|
|
|
|
| |
SVN-Revision: 34897
|
|
|
|
|
|
| |
interfaces * Add site-border feature (RFC 6204, ULA-4) * Fix a typo
SVN-Revision: 34896
|
|
|
|
|
|
| |
on-demand * Add commands to enable / disable a site-border
SVN-Revision: 34895
|
|
|
|
|
|
| |
MTU when using tunnels
SVN-Revision: 34894
|
|
|
|
| |
SVN-Revision: 34893
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 34873
|
|
|
|
|
|
| |
reason (fixes #12663)
SVN-Revision: 34872
|
|
|
|
|
|
| |
usage
SVN-Revision: 34869
|
|
|
|
| |
SVN-Revision: 34867
|
|
|
|
|
|
| |
instead of having an ubus init script
SVN-Revision: 34866
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 34864
|
|
|
|
|
|
| |
device name
SVN-Revision: 34863
|
|
|
|
| |
SVN-Revision: 34858
|
|
|
|
| |
SVN-Revision: 34857
|
|
|
|
| |
SVN-Revision: 34856
|
|
|
|
| |
SVN-Revision: 34855
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34844
|
|
|
|
| |
SVN-Revision: 34834
|
|
|
|
| |
SVN-Revision: 34819
|
|
|
|
| |
SVN-Revision: 34818
|
|
|
|
| |
SVN-Revision: 34817
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 34802
|
|
|
|
| |
SVN-Revision: 34794
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|