| Commit message (Expand) | Author | Age | Files | Lines |
* | Control pulling in linux-mod dependencies based on VIRTUAL_MODUTILS variable,... | Samuli Suominen | 2013-03-26 | 1 | -2/+2 |
* | Stop pulling in virtual/linux-sources when used for sys-apps/kmod by angry_vi... | Samuli Suominen | 2013-03-26 | 1 | -5/+7 |
* | Don't pull modutils if using the eclass from sys-apps/kmod | Samuli Suominen | 2013-03-24 | 1 | -2/+2 |
* | Remove support for module-init-tools and Linux 2.4. Only works with kmod and ... | Samuli Suominen | 2013-03-24 | 1 | -42/+14 |
* | Remove redundant DESCRIPTION variable settings. | Zac Medico | 2012-09-15 | 1 | -2/+1 |
* | Minor typo fix to documentation line. Bug #419469 | Mike Pagano | 2012-08-30 | 1 | -2/+2 |
* | Remove deprecated and unrecommended parameter -r from depmod | Mike Pagano | 2012-08-28 | 1 | -2/+2 |
* | Bug #404193: Depend on virtual/modutils instead of sys-apps/module-init-tools. | Robin H. Johnson | 2012-02-25 | 1 | -3/+3 |
* | fix random bugs in eclass documentation, and convert to new @AUTHOR tag | Mike Frysinger | 2011-08-22 | 1 | -7/+4 |
* | drop old comment now that eutils.eclass no longer contains these funcs | Mike Frysinger | 2011-08-09 | 1 | -6/+1 |
* | Update linux-mod.eclass for building modules on Linux 3.0* kernels. | Robin H. Johnson | 2011-06-01 | 1 | -2/+3 |
* | for EAPI>=4, rely on PMS MERGE_TYPE rather than portage non-spec EMERGE_FROM;... | Brian Harring | 2011-05-27 | 1 | -2/+9 |
* | Replace dependency on virtual/modutils, bug 358891. Whitespace. | Ulrich Müller | 2011-04-24 | 1 | -5/+5 |
* | Bug #312075: The ~ was getting expanded to the optional stuff got duplicated ... | Robin H. Johnson | 2010-03-31 | 1 | -5/+4 |
* | Better version of the logic for bug #286292. | Robin H. Johnson | 2010-01-17 | 1 | -3/+6 |
* | Bug #286292: Try to make kernel module binpkgs NOT need kernel sources by usi... | Robin H. Johnson | 2010-01-17 | 1 | -1/+23 |
* | Bug #258209: Fix quoting of directories. | Robin H. Johnson | 2010-01-10 | 1 | -54/+54 |
* | Bug #283320: The dependancy for linux-sources now moves into linux-mod, where... | Robin H. Johnson | 2009-09-06 | 1 | -2/+3 |
* | Name module configuration files properly as per bug #277835. Thanks to MATSUU... | Mike Pagano | 2009-07-15 | 1 | -2/+2 |
* | share Module.symvers between all compiled modules, patch from Peter Volkov in... | Daniel Drake | 2008-11-05 | 1 | -1/+3 |
* | Remove RESTRICT=distcc for now, its obvious it will never be an option when a... | Gordon Malm | 2008-11-02 | 1 | -3/+1 |
* | documentation tweaks from Fabio Rossi | Daniel Drake | 2008-11-01 | 1 | -5/+4 |
* | Add bug #120001 to comment for RESTRICT=distcc | Gordon Malm | 2008-11-01 | 1 | -2/+2 |
* | Forgot to add a comment to the eclass for commit: Add distcc to RESTRICT in l... | Gordon Malm | 2008-10-31 | 1 | -1/+2 |
* | Add distcc to RESTRICT in linux-mod.eclass bug #167844 | Gordon Malm | 2008-10-31 | 1 | -1/+2 |
* | allow for relative srcdir directory, thanks to Alon Bar-Lev in bug #198642 | Daniel Drake | 2008-10-31 | 1 | -2/+2 |
* | add some fantastic documentation from Fabio Rossi in bug #217560 | Daniel Drake | 2008-10-31 | 1 | -65/+187 |
* | add some documentation, patch from Eric Brown in bug #190934 | Daniel Drake | 2008-10-31 | 1 | -1/+15 |
* | use set_arch_to_kernel/set_arch_to_portage rather than managing ARCH ourselve... | Mike Frysinger | 2008-10-27 | 1 | -4/+4 |
* | pass CROSS_COMPILE=${CHOST}- to build process #194380 | Mike Frysinger | 2008-10-27 | 1 | -4/+4 |
* | allow KERNEL_CC env var to override get-KERNEL_CC() | Mike Frysinger | 2008-09-30 | 1 | -1/+6 |
* | fix if that was missing then | Doug Goldstein | 2008-04-03 | 1 | -2/+2 |
* | Install modprobe.d instead of modules.d files for kernel-2.6, thanks Cardoe f... | Stefan Schweizer | 2008-04-03 | 1 | -3/+7 |
* | Correctly handle variables with spaces being over and under interpreted when ... | Robin H. Johnson | 2008-03-22 | 1 | -5/+14 |
* | Don't require a configured kernel to detect kernel version, or if all CONFIG_... | Daniel Drake | 2008-01-22 | 1 | -1/+2 |
* | Replace references to deprecated ${IMAGE} with equivalent ${D}. | Zac Medico | 2007-11-16 | 1 | -4/+4 |
* | Change to ${S} before starting the module build (see #192549 with thanks to E... | Christian Heim | 2007-10-03 | 1 | -1/+2 |
* | kernel related eclasses are maintained by kernel-misc@gentoo.org. | Christian Heim | 2007-10-03 | 1 | -3/+4 |
* | modules-update -> update-modules | Mike Frysinger | 2007-04-16 | 1 | -3/+3 |
* | Use update-modules thanks to jakub in bug 174745 | Stefan Schweizer | 2007-04-16 | 1 | -2/+7 |
* | tweak grepping of moduledb to avoid errors when moduledb hasnt actually been ... | Mike Frysinger | 2007-03-01 | 1 | -3/+4 |
* | Fix bad sed arguments thanks to Georgi Georgiev in bug #165230 | Daniel Drake | 2007-02-05 | 1 | -2/+2 |
* | Apply whitespace checks from repoman to eclasses. | Sven Wegener | 2007-01-01 | 1 | -3/+3 |
* | shorten compile part a bit and add debug-print-funtion calls thanks to Petter... | Stefan Schweizer | 2006-11-25 | 1 | -4/+39 |
* | Add me as maintainer and commit kernel/userland ABI patch from bug 133382 tha... | Stefan Schweizer | 2006-10-16 | 1 | -4/+17 |
* | remove pcmcia specific functons, bug 140116, also solves bug 122868 | Stefan Schweizer | 2006-07-24 | 1 | -49/+3 |
* | kill off pointless whitespace | Mike Frysinger | 2006-06-20 | 1 | -5/+4 |
* | prefix linux-only DEPENDs with kernel_linux? and only run needed functions in... | Stefan Schweizer | 2006-05-22 | 1 | -9/+15 |
* | Allow for cross-compile/distcc distribution of modules. | John Mylchreest | 2006-05-11 | 1 | -2/+5 |
* | Fixes bug #12645 and misc. | John Mylchreest | 2006-04-02 | 1 | -13/+12 |