diff options
Diffstat (limited to 'nylon/nylon-scripts_cvs.oe')
-rw-r--r-- | nylon/nylon-scripts_cvs.oe | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/nylon/nylon-scripts_cvs.oe b/nylon/nylon-scripts_cvs.oe deleted file mode 100644 index a7f9a3ae15..0000000000 --- a/nylon/nylon-scripts_cvs.oe +++ /dev/null @@ -1,37 +0,0 @@ -DESCRIPTION = "This package provides the nylon specific init and configuration scripts." -HOMEPAGE = "http://meshcube.org/meshwiki/NyLon" -DEPENDS = "hostap-utils" -SECTION = "base" -PRIORITY = "optional" -MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>" -LICENSE = "GPLv2" -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 -} - -CONFFILES_${PN} = "/etc/nylon/configip.conf /etc/nylon/hostap.conf /etc/nylon/interfaces.conf /etc/nylon/macfilter.list /etc/nylon/route.list" |