| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
SVN-Revision: 26485
|
|
|
|
|
|
|
|
|
| |
The script tests for the existance of /dev/root with test -e which fails if
/dev/root is a dangling symlink making the call to ln fail.
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
SVN-Revision: 26483
|
|
|
|
|
|
| |
a directory used with pi_include actually contains files matching the souring pattern because if not the shell dies due to an empty string in for statement. Added /lib/functions/fsck as an empty dir to block-mount. This combination fixes a warning which generates a lot of bug reports, without panicking the kernel like the last attempt.
SVN-Revision: 26479
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
So far, we are setting the bridge interface up before having added any
bridge interface ports. This results in the bridge assigning a random
mac address to its bridge interface and therefore IPv6 assigning a
matching link local address to the bridge interface as soon as the
bridge interface is up. After adding the first bridge port interface,
the bridge's mac address is reset correctly, however the IPv6 link
local address stays the same.
This commit ensures that we are at least having the IPv6 link local
address of the first interface added to the bridge instead of a random
one.
Signed-off-by: Linus Lüssing <linus.luessing@web.de>
SVN-Revision: 26426
|
|
|
|
| |
SVN-Revision: 26230
|
|
|
|
|
|
| |
not get preserved by the tmpfs->overlay copy. work around this by cleaning all copied "(overlay-whiteout)" symlinks after the switch to jffs2
SVN-Revision: 26208
|
|
|
|
| |
SVN-Revision: 26207
|
|
|
|
| |
SVN-Revision: 26204
|
|
|
|
| |
SVN-Revision: 26166
|
|
|
|
| |
SVN-Revision: 26142
|
|
|
|
|
|
| |
daemons such as tor, quagga, ...)
SVN-Revision: 26138
|
|
|
|
| |
SVN-Revision: 26136
|
|
|
|
|
|
| |
a few postinst scripts
SVN-Revision: 26133
|
|
|
|
|
|
| |
hotplug handler
SVN-Revision: 25713
|
|
|
|
| |
SVN-Revision: 25635
|
|
|
|
|
|
| |
noatime is cheaper than default relatime.
SVN-Revision: 25634
|
|
|
|
| |
SVN-Revision: 25632
|
|
|
|
| |
SVN-Revision: 25528
|
|
|
|
| |
SVN-Revision: 25514
|
|
|
|
|
|
| |
code there
SVN-Revision: 25495
|
|
|
|
| |
SVN-Revision: 25479
|
|
|
|
| |
SVN-Revision: 25478
|
|
|
|
| |
SVN-Revision: 25473
|
|
|
|
|
|
| |
option, defaults to true for dhcp interfaces, false for others - introduce send_rs option, defaults to true for static interfaces, false for others
SVN-Revision: 25454
|
|
|
|
| |
SVN-Revision: 25452
|
|
|
|
| |
SVN-Revision: 25415
|
|
|
|
|
|
| |
load events
SVN-Revision: 25383
|
|
|
|
|
|
| |
the earlier one for tun/tap interfaces
SVN-Revision: 25355
|
|
|
|
|
|
| |
explicit, this allows users to rely on hotplug events for ppp0 .. ppp9 interfaces spawned by other programs
SVN-Revision: 25354
|
|
|
|
| |
SVN-Revision: 25301
|
|
|
|
| |
SVN-Revision: 25282
|
|
|
|
| |
SVN-Revision: 25268
|
|
|
|
| |
SVN-Revision: 25239
|
|
|
|
| |
SVN-Revision: 25237
|
|
|
|
|
|
| |
Signed-off-by: Alexey Torkhov <atorkhov@gmail.com>
SVN-Revision: 25172
|
|
|
|
|
|
| |
Patch-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 25117
|
|
|
|
|
|
| |
additional dhcp options to request
SVN-Revision: 24780
|
|
|
|
|
|
| |
option handling, repair default.script to work with the new format (#6435)
SVN-Revision: 24778
|
|
|
|
| |
SVN-Revision: 24742
|
|
|
|
| |
SVN-Revision: 24647
|
|
|
|
|
|
| |
tripolar)
SVN-Revision: 24540
|
|
|
|
|
|
| |
Signed-off-by: Sebastian Philipp <sebastian@spawnhost.de>
SVN-Revision: 24258
|
|
|
|
|
|
| |
due to rdate, ntp and other means
SVN-Revision: 24212
|
|
|
|
| |
SVN-Revision: 24206
|
|
|
|
|
|
| |
and link local addresses on bridge member devices
SVN-Revision: 24194
|
|
|
|
|
|
| |
management of multiple default routes
SVN-Revision: 24020
|
|
|
|
| |
SVN-Revision: 23908
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
During the first OpenWrt boot after a clean flash (when the jffs2
partition is not yet initialized) tmpfs is used instead of the usual
jffs2 overlay filesystem. If this tmpfs is mounted with default
options, all directories created there (/etc, /etc/config, other
subdirectories in /etc) get permissions 1777 by default, and these
permissions then persist in the created jffs2 at least until
subsequent sysupgrade. Mounting tmpfs with mode=0755 fixes the
permission problem.
Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
SVN-Revision: 23906
|
|
|
|
| |
SVN-Revision: 23279
|
|
|
|
|
|
| |
/lib/upgrade/keep.d/ for per-package keepfile lists * introduces /etc/sysupgrade.conf for user defined keepfile hints - prime /lib/upgrade/keep.d/base-files-essential to keep sysupgrade usable for images without opkg - change sysupgrade to build the keepfile list from /lib/upgrade/keep.d/, /etc/sysupgrade.conf and opkg list-changed-conffiles
SVN-Revision: 23258
|