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
|
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 |
|
Bernhard Reutner-Fischer
|
e4c6340a94
|
- cleanup and fixes (Cristian Ionescu-Idbohrn)
|
2007-09-17 12:30:31 +00:00 |
|
Ulf Samuelsson
|
25fca604f9
|
Use correct hostap source, deprecate package due to inclusion in linux kernel
|
2007-08-28 21:09:23 +00:00 |
|
Bernhard Reutner-Fischer
|
6547bced93
|
- global whitespace trimming
|
2007-08-22 12:35:41 +00:00 |
|
Bernhard Reutner-Fischer
|
7b403ada37
|
- sed -i -e "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g"
(want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out
|
2007-08-21 11:25:30 +00:00 |
|
Ulf Samuelsson
|
ae0af115cd
|
WGET_NOSPIDERS is not defined, use WGET for now
|
2007-07-09 04:59:45 +00:00 |
|
Ulf Samuelsson
|
e47699f952
|
Use hostap release version instead of snapshot
|
2007-07-09 04:40:53 +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 |
|
David Anders
|
638852665a
|
added the pcmcia depends for hostap
|
2006-01-23 18:40:08 +00:00 |
|
Mike Frysinger
|
dfebda0014
|
remove extra space after touch
|
2005-11-24 06:53:24 +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
|
0333aa2d67
|
merge help descriptions written by Tom Cameron
|
2004-12-24 09:39:23 +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
|
73f7be8290
|
Remove the old 'make' directory, and populate the new 'package'
directory.
|
2004-10-09 01:24:28 +00:00 |
|