From 665fec1dab60751a907be201eae05159e17d5a44 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 5 Nov 2004 22:05:51 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into home.hrw.one.pl:/home/hrw/zaurus/oe/packages 2004/11/05 13:26:33+01:00 (none)!br1 unik-olsrd: add version script patch for libraries 2004/11/05 12:16:32+01:00 (none)!br1 nylon updates, split base, standard and extra image 2004/11/05 11:49:11+01:00 (none)!br1 added mtr 0.65 2004/11/05 11:47:07+01:00 (none)!br1 added chillispot 0.98 2004/11/05 11:42:27+01:00 (none)!br1 rrdtool: patch to build perl-modules BKrev: 418bf93fxy3gt7AnsYZJ3xtQYZ1bmA --- nylon/nylon-scripts_cvs.oe | 34 ++++++++++++++++++++++++++++++++++ nylon/nylon-statistics.oe | 0 2 files changed, 34 insertions(+) create mode 100644 nylon/nylon-statistics.oe (limited to 'nylon') diff --git a/nylon/nylon-scripts_cvs.oe b/nylon/nylon-scripts_cvs.oe index e69de29bb2..113470dbc6 100644 --- a/nylon/nylon-scripts_cvs.oe +++ b/nylon/nylon-scripts_cvs.oe @@ -0,0 +1,34 @@ +DESCRIPTION = "This package provides the mtx specific init and configuration scripts." +DEPENDS = "hostap-utils" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Bruno Randolf " +LICENSE = "GPL" +PR = "r1" + +SRC_URI = "svn://meshcube.org/svn/scripts;module=${PN}" +S = "${WORKDIR}/${PN}" + +do_install() { + (cd ${S}; tar -c --exclude .svn -f - . ) | tar -C ${D} -xpf - +} + +pkg_postinst() { +#!/bin/sh +update-rc.d hostap defaults 15 +update-rc.d ipaliases defaults 16 +update-rc.d firewall defaults 20 +update-rc.d routing defaults 20 +update-rc.d dummydate start 50 S . stop 50 0 6 . +update-rc.d emergency-ip defaults 99 +} + +pkg_postrm() { +#!/bin/sh -e +update-rc.d ipaliases remove +update-rc.d firewall remove +update-rc.d hostap remove +update-rc.d routing remove +update-rc.d dummydate remove +update-rc.d emergency-ip remove +} \ No newline at end of file diff --git a/nylon/nylon-statistics.oe b/nylon/nylon-statistics.oe new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3