Log of /branches/freewrt_1_0/package/base-files/Makefile
Parent Directory
|
Revision Log
Revision
2766 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 11 23:24:02 2007 UTC
(6 years, 8 months ago)
by
tha
File length: 5254 byte(s)
Diff to
previous 2747
fixed a lot of startup or shutdown related problems
- added start/stop logik to S10boot, S20jggsclean & S98done
- fixed check for empty variable in vlan.pre-up (ugly erros in log)
- aiccu only gets killed when it was really running before
(otherwise it logs ugly messages to syslog)
- ntpclient packages now has an init.d script and some
reasonable default flags. if present, the serverhost comes
from /etc/ntpd.conf
- removed hotplug ntpclient script, I think it never worked
correctly
- ntpclient & openntpd are waiting 15 seconds in autostart
mode before they are executed. in bridging-wlan/lan-mode
this seems to be neccessary, because otherwise ntp(client)
cannot sync (network not really up?)
- shorewall only executes "shorewall stop" if it was started
before.
- fixed rcK script: the -k2 option was useless in our case (thx tg)
Revision
2747 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 8 11:57:19 2007 UTC
(6 years, 8 months ago)
by
tg
File length: 5254 byte(s)
Diff to
previous 2386
remove the “reboot” shell alias, like in trunk when we introduced
the fwcf reboot script hook, ok tha@
Revision
2248 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 24 14:24:42 2007 UTC
(6 years, 11 months ago)
by
wbx
File length: 5080 byte(s)
Diff to
previous 844
embed adk .config into image, useful for security updates, copy over your config, rebuild an image, flash the new image just th the security/bug fixes added, idea from tha/sum
Revision
785 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Sep 30 16:44:06 2006 UTC
(7 years, 4 months ago)
by
wbx
File length: 4903 byte(s)
Diff to
previous 747
* add separate syslog script
* register syslog start and flags in /etc/rc.conf
you can set remote syslog flags in /etc/rc.conf
* remove old FAILSAFE variable from rcS
Bump release numbers.
Revision
719 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 25 21:16:56 2006 UTC
(7 years, 5 months ago)
by
wbx
Original Path:
trunk/freewrt/package/base-files/Makefile
File length: 4903 byte(s)
Diff to
previous 696
* add PKG_VERSION to every package in default selection
* add broadcom-scripts package as default for 1.0, it adds
network and switch configuration scripts to base
suggested by markus to separate these from webif package
* move ed to application and disable by default, sorry tg, but
not everybody needs it
* be sure that if broadcom-scripts are installed, new ifup/ifdown
network configuration is not used
Revision
588 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 12 18:11:35 2006 UTC
(7 years, 5 months ago)
by
wbx
Original Path:
trunk/freewrt/package/base-files/Makefile
File length: 4747 byte(s)
Diff to
previous 441
merge wbx-target-cleanup to trunk.
- mk directory for some top level makefiles (build.mk,vars.mk)
- add a separate configfs partition to all models, 128 kb big
- add model and platform specific startup files and kernel configs
- delete target/linux/package, add all addon kernel packages to packages
- simplify target/linux/brcm-2.4/Makefile, abstraction to mk/ comes later
- add target/image directory, place where the different images are created
- default off for all extra packages, be sure that you enable all packages
you need to get a dsl-capable router. snapshots will be created by a specific config which contains all needed stuff (iptables, pppoe, pptp, haserl, webif)
Revision
357 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 22 14:58:57 2006 UTC
(7 years, 7 months ago)
by
tg
Original Path:
trunk/freewrt/package/base-files/Makefile
File length: 3946 byte(s)
Diff to
previous 347
as an instant-measure against bad quality of random numbers on
these devices, add a few bytes of entropy from the build system
on the image
after discussion with wbx@ who taught be that flash writes are
not cheap I refrained from ever automatically updating this file
(e.g. via cronjob and on shutdown), so if you want persistent
entropy, you'd do the following command manually on the box:
# dd if=/dev/urandom of=/etc/.rnd bs=512 count=1
once we have our fuse/nvram thingie, entropy ought to be stored
there, and if a new image is flashed, the old and new entropy
ought to be merged. i'll tend to this when js@ is done.
Revision
347 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 22 05:19:59 2006 UTC
(7 years, 7 months ago)
by
tg
Original Path:
trunk/freewrt/package/base-files/Makefile
File length: 3789 byte(s)
Diff to
previous 337
* base-files:
- BR2_RUNTIME_PACKAGES_URL needed unquoting (my bad for doint
the quotes, markus' for not removing them ;)
- asterisks need to be escaped in regexps, see re_format(7) if
you're on BSD or http://www.mirbsd.org/man7/re_format.htm otherwise
* target/Config.in:
- this small one-liner (first hunk of r278) by wbx was the cause
of all these reboots... looks as if the LP module (what's that,
line printer?) causes them (and my Asus doesn't even have a
parallel port), revert and unbreak the long-unnoticed thingie
Now it builds again (at least my config, I'm too tired to test
another one, even the default config), and I can login again (with
the regexp fix), but
* ssh logins with public key do not work at all
* the root and admin password are displayed in plain text in the build log
* I cannot choose my default shell for the admin user to be /bin/mksh even
if I enabled mksh
* the default root shell is /bin/ash should be /bin/sh instead IMHO (just
in case someone fucks up with the user shell)
At least we got a buildable and runnable system again,
and I learned how much suckage is hidden here... and we
all know we'd better test before commit and develop major
stuff in a branch (note to self and all others: read up
on branching and especially merging in the svn book or
better switch to CVS).
Revision
303 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 20 23:56:32 2006 UTC
(7 years, 7 months ago)
by
tg
Original Path:
trunk/freewrt/package/base-files/Makefile
File length: 3468 byte(s)
Diff to
previous 299
* whitespace cleanup, while here
* move WRKDIR and DISTFILES definition into PKG_template
* define WRKDIR via parent BUILD_DIR instead of going up from WRKSRC
* use a sub-directory as WRKDIR, like BSD
* rename PKG_BUILD_DIR into WRKBUILD
* define WRKBUILD relative via WRKDIR
* rename PKG_INSTALL_DIR into WRKINST
* fix a few dependencies
* make use of common cases in the definition of WRKBUILD and
WRKINST, removing many redundant lines
* use WRKDIR instead of BUILD_DIR in places where the latter
was used previously
* while here, remove PKG_CAT stuff
this only affects packages, for now
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.