Peter Korsgaard
|
7ac25f1320
|
dnsmasq: bump version
closes #97.
|
2009-02-12 13:39:33 +00:00 |
|
Peter Korsgaard
|
4a7bfd2775
|
package/: convert to DOWNLOAD helper
|
2009-01-16 11:42:52 +00:00 |
|
Peter Korsgaard
|
ac1d92c425
|
package/: get rid of unneeded $(strip ..)
|
2008-12-08 08:15:27 +00:00 |
|
Peter Korsgaard
|
97e9c33075
|
dnsmasq: bump version
|
2008-12-01 09:08:01 +00:00 |
|
Peter Korsgaard
|
1907c34660
|
dnsmasq: bump version
fixes dns spoofing vulnerability.
|
2008-08-08 18:15:29 +00:00 |
|
Peter Korsgaard
|
02a623ddf9
|
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
|
2008-08-04 19:07:05 +00:00 |
|
Peter Korsgaard
|
4683420c4c
|
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
|
2008-07-17 20:01:44 +00:00 |
|
Peter Korsgaard
|
a0848fd267
|
dnsmasq: use awk instead of nawk
|
2008-06-18 13:12:00 +00:00 |
|
Peter Korsgaard
|
37b778b71c
|
dnsmasq: touch target after make
|
2008-06-15 20:44:15 +00:00 |
|
Peter Korsgaard
|
bf11985ef3
|
dnsmasq: bump version
|
2008-03-02 14:36:46 +00:00 |
|
Peter Korsgaard
|
16db1fed27
|
dnsmasq: Enable dbus support if available
|
2008-03-02 14:36:43 +00:00 |
|
Peter Korsgaard
|
ecd6931abe
|
dnsmasq: make tftp support optional
|
2008-03-02 14:36:40 +00:00 |
|
Peter Korsgaard
|
bec2eba9ed
|
dnsmasq: remove dnsmasq1 support
Remove ancient dnsmasq1 support, which couldn't even be selected in
menuconfig.
|
2008-03-02 14:36:35 +00:00 |
|
Bernhard Reutner-Fischer
|
14a71561a3
|
- just use the strip binary to avoid confusing libtool (quotes)
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
|
2007-10-01 16:15:31 +00:00 |
|
Peter Korsgaard
|
64bd6a625c
|
Bump version
|
2007-09-10 09:05:58 +00:00 |
|
Peter Korsgaard
|
8abd95f016
|
Use BR2_INET_IPV6 and BR2_HAVE_MANPAGES options.
Use := instead of =
|
2007-09-10 09:04:03 +00:00 |
|
Ulf Samuelsson
|
31c6dc3b6d
|
Cleanup dnsmasq
|
2007-08-20 09:25:47 +00:00 |
|
Ulf Samuelsson
|
aa25036b4d
|
Remove unneeded patch from new dnsmasq version
|
2007-07-23 08:54:47 +00:00 |
|
Ulf Samuelsson
|
97b27732c6
|
Bump version of dnsmasq, with new patches
|
2007-07-23 08:47:32 +00:00 |
|
Ulf Samuelsson
|
e1621a4a2a
|
Use <package>_VERSION in all <package>.mk instead of <package>_VER
|
2007-07-11 14:06:06 +00:00 |
|
Bernhard Reutner-Fischer
|
6342c83201
|
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
|
2006-10-01 15:17:52 +00:00 |
|
Eric Andersen
|
369864cf10
|
be a bit more consistant with naming, always escape wildcards
|
2005-06-24 08:36:13 +00:00 |
|
Mike Frysinger
|
ed91eb9547
|
version bump
|
2005-04-05 05:06:10 +00:00 |
|
Eric Andersen
|
d06645d8ed
|
There is no need to have a separate 'Makefile.in' file in the
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
|
2005-02-10 03:06:39 +00:00 |
|
Mike Frysinger
|
1eda52851f
|
help text
|
2004-10-14 20:33:45 +00:00 |
|
Eric Andersen
|
bb05a9ad46
|
Make the TAR_VERBOSITY option a bit more sane
|
2004-10-09 21:19:47 +00:00 |
|
Mike Frysinger
|
3a7b488366
|
use $(TAR_VERBOSITY)
|
2004-10-09 19:05:40 +00:00 |
|
Eric Andersen
|
f694016136
|
final step in buildroot facelift
|
2004-10-09 06:13:40 +00:00 |
|
Eric Andersen
|
44eedc5c44
|
facelift step number two
|
2004-10-09 02:49:33 +00:00 |
|
Eric Andersen
|
73f7be8290
|
Remove the old 'make' directory, and populate the new 'package'
directory.
|
2004-10-09 01:24:28 +00:00 |
|