summaryrefslogtreecommitdiffstats
path: root/package/dhcp/dhcp.mk
Commit message (Collapse)AuthorAgeFilesLines
* Make sure directories are available before install of dhcp targetsUlf Samuelsson2007-08-201-0/+7
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-1/+4
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* Rename all INIT scripts to have the numerical prefixes to easily see the ↵"Steven J. Hill"2007-05-091-2/+2
| | | | start-up order.
* - provide -source targets for the 3 parts of the split dhcp.Bernhard Reutner-Fischer2007-02-161-0/+4
| | | | Closes #1223. Thanks
* bump versionEric Andersen2006-12-131-1/+1
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* ver bump #958 by bowerymarcMike Frysinger2006-07-191-1/+1
|
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* Add an empty dhclient-script to keep dhclient from complainingEric Andersen2005-09-131-0/+1
|
* marcusbrutus writes in Bug 393: version 3.0.2 no longer exists, upstream has ↵Mike Frysinger2005-08-281-1/+1
| | | | released 3.0.3 of dhcp
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* Don't mess with /etc/default for now.Eric Andersen2005-04-211-2/+0
|
* Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen2005-04-151-3/+3
|
* Don't let the system /usr/bin/install try to strip target binariesEric Andersen2005-03-171-2/+2
| | | | | since it is too stupid to know about cross compilation, and will therefore try to use the system strip command, too ill effect.
* Fix http://bugs.uclibc.org/view.php?id=135Eric Andersen2005-03-091-9/+11
| | | | | | The ISC DHCP package only install the dhcrelay binary. Patch supplied to install server and client too, as configured.
* Update to ISC dhcp 3.0.2Eric Andersen2005-02-241-7/+8
|
* provide a runlevelEric Andersen2005-02-161-2/+2
|
* more dhcp updatesEric Andersen2005-02-161-9/+11
|
* rename dhcp_relay to dhcpEric Andersen2005-02-161-0/+87