summaryrefslogtreecommitdiffstats
path: root/package/hotplug
Commit message (Collapse)AuthorAgeFilesLines
* hotplug: mark as deprecatedPeter Korsgaard2010-09-261-0/+1
| | | | | | | | | It's ancient (+5yrs), no upstream and stuff like this is better handled through mdev/udev nowadays. It will be removed after 2010.11 unless someone complains. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | 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>
* Revert $(strip ...) change which corrupted this fileHamish Moffatt2008-12-171-0/+0
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-082-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 support for GNU and kernel.org mirrorsIvan Kuten2007-12-171-1/+1
|
* Hotplug source is inside buildrootUlf Samuelsson2007-10-181-1/+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)
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-3/+3
| | | | toolchain/*/*.mk */Makefile.in -l)
* Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson2007-08-111-1/+1
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-2/+3
|
* rework hotplug with a customized version not dependant on kernel sourcesEric Andersen2006-08-103-40/+5
|
* fetch diethotplug from kernel.orgEric Andersen2005-09-301-1/+1
|
* Make the sourceforge mirror site a config option, as sourceforgeEric Andersen2005-06-091-1/+1
| | | | mirrors tend to change, move, go down, etc from time to time.
* 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
* merge help descriptions written by Tom CameronMike Frysinger2004-12-241-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
|
* facelift step number twoEric Andersen2004-10-092-3/+35
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+39
directory.