From a1d8d152aaffdbc2944f8340ce2d982cbe9e44b8 Mon Sep 17 00:00:00 2001 From: Rene Wagner Date: Tue, 15 Feb 2005 02:59:55 +0000 Subject: [PATCH] chillispot: demote kernel-module-tun to RRECOMMENDS BKrev: 421165abftEfDv1LDq31qPZ9qLxtUQ --- packages/chillispot/chillispot_0.98.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages/chillispot/chillispot_0.98.bb b/packages/chillispot/chillispot_0.98.bb index e69de29bb2..c36d45606f 100644 --- a/packages/chillispot/chillispot_0.98.bb +++ b/packages/chillispot/chillispot_0.98.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "ChilliSpot is an open source captive portal or wireless LAN access point controller. It is used for authenticating users of a wireless LAN." +HOMEPAGE = "http://www.chillispot.org/" +MAINTAINER = "Bruno Randolf " +LICENSE = "GPL" +PR = "r1" + +SRC_URI = "http://www.chillispot.org/download/chillispot-${PV}.tar.gz \ + file://init" +RRECOMMENDS = "kernel-module-tun" + +inherit autotools + +do_install_append() { + install -d ${D}/${sysconfdir} ${D}/${sysconfdir}/init.d + install ${S}/doc/chilli.conf ${D}/${sysconfdir} + install -m 755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/chillispot +} + +CONFFILES_${PN}_nylon = "${sysconfdir}/chilli.conf" -- 2.39.5