aboutsummaryrefslogtreecommitdiffstats
path: root/nylon
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-11-05 22:05:51 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-11-05 22:05:51 +0000
commit665fec1dab60751a907be201eae05159e17d5a44 (patch)
tree04d14b98e67c01dc8f00f8f6e74cdabee747eadf /nylon
parent763b191d632bf8ccf39ae77d54e49482fd2817c1 (diff)
downloadopenembedded-665fec1dab60751a907be201eae05159e17d5a44.tar.gz
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
Diffstat (limited to 'nylon')
-rw-r--r--nylon/nylon-scripts_cvs.oe34
-rw-r--r--nylon/nylon-statistics.oe0
2 files changed, 34 insertions, 0 deletions
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 <bruno.randolf@4g-systems.biz>"
+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
--- /dev/null
+++ b/nylon/nylon-statistics.oe