Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dhcp: security bump to version 4.1-ESV-R3 | Gustavo Zacarias | 2011-11-09 | 1 | -3/+3 |
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: remove useless arguments from AUTOTARGETS | Thomas Petazzoni | 2011-09-29 | 1 | -1/+1 |
| | | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | dhcp: allow IPv6 to be turned on | Heiko Zuerker | 2011-04-25 | 1 | -2/+5 |
| | | | | | Signed-off-by: Heiko Zuerker <smiley73@users.sourceforge.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package/dhcp: Fix config name | Peter Korsgaard | 2011-02-01 | 1 | -1/+1 |
| | | | | | | | ISC dhcp is no longer the only way of handling DHCP, so use a less generic config text. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | dhcp: fix install -D invocation in target-install | Peter Korsgaard | 2011-02-01 | 1 | -7/+10 |
| | | | | | | | | | Closes #3181 When install -D is used (to ensure destination dirs exists), the destination file name has to be given as well. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | dhcp: Bump to 4.1.1-P1 and convert to autotools | Thomas Petazzoni | 2010-07-17 | 3 | -545/+41 |
| | | | | | | | | | | | | | | dhcp 3.0.5 was causing build issues due to its build system not based on the autotools. Instead of work-arounding dhcp 3.0.5 issues, this commit bumps to 4.1.1 which uses the autotools as the build system. The package is therefore converted to the autotools infrastructure. The dhcp_xecute patch is no longer needed, this feature seems to have been merged into the upstream dhcp (according to the manpage). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Do not let packages remove man pages, info pages and documentation | Thomas Petazzoni | 2010-04-11 | 1 | -25/+0 |
| | | | | | | | | | | The cleanup of $(TARGET_DIR)/usr/share/man, $(TARGET_DIR)/usr/man, $(TARGET_DIR)/usr/share/info, $(TARGET_DIR)/usr/info, $(TARGET_DIR)/usr/share/doc and $(TARGET_DIR)/usr/doc is already done globally in the main Makefile. Therefore, there's no need to handle that on a per-package basis. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -3/+3 |
| | | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -4/+4 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -4/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -3/+3 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - cleanup and fixes (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-09-17 | 1 | -20/+50 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Make sure directories are available before install of dhcp targets | Ulf Samuelsson | 2007-08-20 | 1 | -0/+7 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -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-09 | 3 | -2/+2 |
| | | | | start-up order. | ||||
* | - provide -source targets for the 3 parts of the split dhcp. | Bernhard Reutner-Fischer | 2007-02-16 | 1 | -0/+4 |
| | | | | Closes #1223. Thanks | ||||
* | bump version | Eric Andersen | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -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 bowerymarc | Mike Frysinger | 2006-07-19 | 2 | -4/+4 |
| | |||||
* | remove extra space after touch | Mike Frysinger | 2005-11-24 | 1 | -1/+1 |
| | |||||
* | Add an empty dhclient-script to keep dhclient from complaining | Eric Andersen | 2005-09-13 | 2 | -0/+3 |
| | |||||
* | marcusbrutus writes in Bug 393: version 3.0.2 no longer exists, upstream has ↵ | Mike Frysinger | 2005-08-28 | 1 | -1/+1 |
| | | | | released 3.0.3 of dhcp | ||||
* | be a bit more consistant with naming, always escape wildcards | Eric Andersen | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | Don't mess with /etc/default for now. | Eric Andersen | 2005-04-21 | 1 | -2/+0 |
| | |||||
* | Update init scripts a bit. Don't mess with /etc/default for now. | Eric Andersen | 2005-04-21 | 4 | -36/+30 |
| | |||||
* | Change all instances of 'ln -sf' to 'ln -snf' | Eric Andersen | 2005-04-15 | 1 | -3/+3 |
| | |||||
* | Don't let the system /usr/bin/install try to strip target binaries | Eric Andersen | 2005-03-17 | 1 | -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=135 | Eric Andersen | 2005-03-09 | 1 | -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.2 | Eric Andersen | 2005-02-24 | 2 | -49/+50 |
| | |||||
* | provide a runlevel | Eric Andersen | 2005-02-16 | 1 | -2/+2 |
| | |||||
* | more dhcp updates | Eric Andersen | 2005-02-16 | 8 | -9/+728 |
| | |||||
* | the deleting part of 'svn mv' doesnt seem to work. I must | Eric Andersen | 2005-02-16 | 1 | -55/+0 |
| | | | | be doing something wrong. | ||||
* | rename dhcp_relay to dhcp | Eric Andersen | 2005-02-16 | 3 | -0/+173 |