Make installation of bl-1 stuff optional.
This commit is contained in:
parent
534c0b4120
commit
297690bb38
1 changed files with 5 additions and 3 deletions
|
@ -10,13 +10,15 @@ It's intended for simple forwarding of Multicast traffic between networks."
|
||||||
LICENCES="GPL-2"
|
LICENCES="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
PLATFORMS="~x86"
|
PLATFORMS="~x86"
|
||||||
MYOPTIONS=""
|
MYOPTIONS="baselayout"
|
||||||
|
|
||||||
DEPENDENCIES=""
|
DEPENDENCIES=""
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
default
|
default
|
||||||
newinitd "${FILES}/igmpproxy-init.d" igmpproxy
|
if option baselayout ; then
|
||||||
newconfd "${FILES}/igmpproxy-conf.d" igmpproxy
|
newinitd "${FILES}/igmpproxy-init.d" igmpproxy
|
||||||
|
newconfd "${FILES}/igmpproxy-conf.d" igmpproxy
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue