Re: [OpenWrt-Devel] Adding entries to the crontab

2008-07-20 Thread Benoît Ganne
> (crontab -l 2>/dev/null | grep -v cron_prog; echo "* * * * * > /bin/cron_prog") | crontab - 2>/dev/null That's why using the crontab command is a bit tricky, because you're using your host machine command when you're building a new firmware including your package (instead of installing the firm

Re: [OpenWrt-Devel] Adding entries to the crontab

2008-07-16 Thread Benoît Ganne
ation time. In fact, what's directly under such target (until the keyword 'endef' is encountered) will be copied verbatim as a post-install script in your package at build time. Cheers, ben -- *Benoît GANNE* /jabber: [EMAIL PROTECTED]/ /icq: 138217861/ /msn: [EMAIL PROTECTED]/ -- ..

Re: [OpenWrt-Devel] [PATCH] New package: 6to4

2008-07-09 Thread Benoît Ganne
> Hotplug script and config file to establish a 6-to-4 tunnel using a IPv6 > public relay or tunnel broker. It must be noted that the sit driver creates an automatic interface sit0 which can be used to setup 6to4 tunnels. If you need only one 6to4 tunnel through the default route, you only have t

Re: [OpenWrt-Devel] customizing a firmware

2008-06-18 Thread Benoît Ganne
> So, I understand that for the new firmware I'm going to build, I can add > packages (i.e. to the firmware so that I don't have to use ipkg to add > them after I flash the new firmware) that I had installed since my last > firmware build/install simply by changing them from "m" to "y" when I > "ma

[OpenWrt-Devel] [PATCH] new package muninlite

2008-05-13 Thread Benoît Ganne
: Benoît Ganne diff --git a/admin/muninlite/Makefile b/admin/muninlite/Makefile new file mode 100644 index 000..4f3a56e --- /dev/null +++ b/admin/muninlite/Makefile @@ -0,0 +1,55 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2