wok-tiny diff udhcpd-config/receipt @ rev 97

Fix libs build, inet.conf updates ...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 09 10:21:00 2015 +0200 (2015-10-09)
parents 371673f39e46
children 0d8ef9102fc0
line diff
     1.1 --- a/udhcpd-config/receipt	Fri Oct 02 21:45:05 2015 +0200
     1.2 +++ b/udhcpd-config/receipt	Fri Oct 09 10:21:00 2015 +0200
     1.3 @@ -8,12 +8,14 @@
     1.4  LICENSE="BSD"
     1.5  WEB_SITE="http://boot.slitaz.org/"
     1.6  DEPENDS="base-tiny"
     1.7 +WANTED="busybox"
     1.8  CONFIG_FILES="/etc/udhcpd.conf /etc/rcS.conf"
     1.9  
    1.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.11  genpkg_rules()
    1.12  {
    1.13  	mkdir -p $fs/etc
    1.14 +	cp $wanted_stuff/udhcpd.conf $fs/etc
    1.15  }
    1.16  
    1.17  DHCP_VARS="start end interface max_leases"