Log of /branches/common-nfo/package/fwifupdown/Makefile
Parent Directory
|
Revision Log
Revision
3265 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 18 12:45:43 2007 UTC
(6 years, 7 months ago)
by
tg
File length: 2912 byte(s)
Diff to
previous 3239
copy trunk/freewrt r3264 into a new branch for making the nfo system
because upgrading the old adk branch would be a hell more work
Revision
3057 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Jul 1 16:28:53 2007 UTC
(6 years, 7 months ago)
by
spaetzle
Original Path:
trunk/freewrt/package/fwifupdown/Makefile
File length: 3002 byte(s)
Diff to
previous 3006
- updated wl-broadcom script to work with latest wl
this is untested but the old one doesn't work and
i have no time to test next days
- removed output noise from ifup, used mprint instead of echo
- updated manual stuff, from now manual doesn't configure iface
but sets it up or down
- removed bridge shutdown if bridge init fails
not to 100 percent complete initialized bridge is better than
having no network, the normal user doesn't have serial access
Revision
2767 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 12 11:34:33 2007 UTC
(6 years, 8 months ago)
by
tg
Original Path:
trunk/freewrt/package/fwifupdown/Makefile
File length: 3859 byte(s)
Diff to
previous 2765
• dhcp method: run as 'up' not as 'pre_up', because we must
set the interface to up to work
(I still don't get an address…)
• lladdr plugin: new, use something like
| auto eth0.1
| iface eth0.1 inet dhcp
| switch-ports 0 5
| broadcast +
| lladdr 00:17:31:d6:9d:ae
to use this (note: the format string is checked)
• main.sh: fix running of plugins
• Makefile: install lladdr plugin, bump dashver
Revision
2737 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 8 06:04:12 2007 UTC
(6 years, 8 months ago)
by
wbx
Original Path:
trunk/freewrt/package/fwifupdown/Makefile
File length: 3766 byte(s)
Diff to
previous 2653
sorry, but we need help to test the new ifupdown scripts.
THIS WILL BREAK STUFF, PLEASE ONLY USE TRUNK NOW IF YOU KNOW HOW TO USE
SERIAL CONSOLE OR FAILSAFE.
Sometimes test first is not applicable. brcm-2.4 is tested by Christian.
Extra reboot for jffs2 is obsolete, we have adapted the OpenWrt method.
Revision
2653 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu May 24 10:23:28 2007 UTC
(6 years, 9 months ago)
by
tg
Original Path:
trunk/freewrt/package/fwifupdown/Makefile
File length: 3242 byte(s)
Diff to
previous 2632
• base-files/files/etc/init.d/rcK, base-files/files/etc/init.d/rcS:
do correct shebang processing, like the BSD kernel and mksh: get
first line of script to run if it begins with "#!", strip that and
any leading space/tab off, then get shell name (terminates with
space/tab/end of string) and shell argument quoting according to
unix common proceedings; use /bin/sh as interpreter if none could
be found
• mk/package.mk: ensure all init scripts are 0755 by default
• busybox: flesh out inetd init script, so that all init scripts in
FreeWRT either can be found with -path \*/init.d/\* or -name \*.init
• other packages: add #!/bin/sh shebang line to init scripts¹, bump dashver
¹) change this to /bin/ash if you use ash-specific features that mksh
can also do; never use ash-specific features that mksh cannot do (are
there any?), change to /bin/mksh if you use mksh-specific features
and add a run-time dependency on mksh in that case
Revision
2509 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon May 14 18:19:25 2007 UTC
(6 years, 9 months ago)
by
tg
Original Path:
trunk/freewrt/package/fwifupdown/Makefile
File length: 3241 byte(s)
Diff to
previous 2503
by request of wbx@, add a clause
| autostop) ;;
to all cases inside all init scripts so that we won't have any
errors on shutdown. the alternative would be
| autostop) exec $0 stop "$@" ;;
of course, for packages that want it.
also bump all patchlevels again *sigh*
attention: mechanical commit. please read diff and fix breakage
if you are package maintainer.
Revision
2485 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat May 12 22:36:00 2007 UTC
(6 years, 9 months ago)
by
tg
Original Path:
trunk/freewrt/package/fwifupdown/Makefile
File length: 3042 byte(s)
Diff to
previous 2443
by request of wbx@:
make it possible for users to do
| /etc/init.d/<foo> restart
instead of having to do
| /etc/init.d/S*<foo> restart
by moving the order into a magickal™ comment.
Untested.
Also remove the svn:executable properties, because rcS and rcK will
always call them with /bin/sh, and bump dashvers accordingly.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.