summaryrefslogtreecommitdiffstats
path: root/package/netkitbase
Commit message (Collapse)AuthorAgeFilesLines
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* add BR2_INET_RPC dependencyIvan Kuten2007-11-131-0/+1
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - make sure that configure doesn't see a wrong cacheBernhard Reutner-Fischer2007-09-251-2/+3
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-1/+1
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-2/+3
|
* Install the default configuration file if the platform did not already ↵"Steven J. Hill"2007-05-071-7/+5
| | | | define one.
* Remove usage of bcopy."Steven J. Hill"2006-12-021-0/+31
|
* - 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)
* why install it if we immediately delete it. Makes no senseEric Andersen2006-07-091-1/+2
|
* remove binary with same name before installing init to prevent overwriting ↵David Anders2006-01-241-0/+1
| | | | busybox init per case 0000416
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* Add patches for GCC-4.x so that packages will build properly."Steven J. Hill"2005-05-032-0/+13
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* more help updates from Tom CameronMike Frysinger2004-12-261-4/+3
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+57
directory.