Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Somehow the IUSE=pcmcia line sneaked in again... | 2005-05-12 | 1 | -2/+2 | |
| | |||||
* | Additions to compliment module-rebuild. Fixes bug #34921, thanks go to Paul ↵ | 2005-05-03 | 1 | -2/+26 | |
| | | | | Varner for inspiration | ||||
* | Reverting pcmcia iuse change | 2005-04-25 | 1 | -2/+1 | |
| | |||||
* | Adding pcmcia flag. Closes #90025, Cheers Georgi | 2005-04-22 | 1 | -1/+2 | |
| | |||||
* | No virtual yet, depend on directly on sys-apps/pcmcia-cs. | 2005-04-11 | 1 | -2/+2 | |
| | |||||
* | merging pcmcia support into linux-mod, now awaiting pcmcia-cs changes and ↵ | 2005-04-11 | 1 | -13/+49 | |
| | | | | were good to go | ||||
* | Fixing small bug (#86650) with linux-mod/convert_to_m, thanks to Stefan ↵ | 2005-03-28 | 1 | -2/+3 | |
| | | | | Schweizer | ||||
* | linux-mod.eclass: fixed grep in update_modules() so it's not a subshell, and ↵ | 2005-03-11 | 1 | -3/+3 | |
| | | | | doesn't output when no files are found | ||||
* | Changing array substitutions to _ not -, this prevents the cosmetic bad ↵ | 2005-03-08 | 1 | -6/+6 | |
| | | | | substitution errors | ||||
* | gagging grep | 2005-02-06 | 1 | -3/+3 | |
| | |||||
* | Removing spurious einfo | 2005-02-01 | 1 | -2/+1 | |
| | |||||
* | Fixing linux-mod modules.d generation | 2005-02-01 | 1 | -9/+10 | |
| | |||||
* | Multiple fixes. | 2005-01-31 | 1 | -88/+164 | |
| | |||||
* | Changing detection of module.d/* file to see if the file is actually setting ↵ | 2005-01-28 | 1 | -3/+3 | |
| | | | | anything. if it isnt, dont bother running modules-update | ||||
* | checking for modules.d entry before we run modules-update | 2005-01-28 | 1 | -2/+2 | |
| | |||||
* | unset libdir srcdir objdir since they may contain settings for previous modules. | 2005-01-16 | 1 | -1/+4 | |
| | |||||
* | few minor fixes. added support for econf if needed | 2005-01-16 | 1 | -15/+23 | |
| | |||||
* | Changing ARCH unset in src-compile | 2005-01-16 | 1 | -3/+6 | |
| | |||||
* | Update to be less specific with @OPTION:module | 2005-01-15 | 1 | -11/+23 | |
| | |||||
* | Added support for CONFIG_CHECK=@OPTION:module which removes modules from ↵ | 2005-01-15 | 1 | -1/+2 | |
| | | | | MODULE_NAMES if the support is already in the kernel | ||||
* | adding support for objdir to MODULE_NAMES | 2005-01-15 | 1 | -33/+69 | |
| | |||||
* | changing back to virtual. if this causes problems, then please look at ↵ | 2005-01-09 | 1 | -2/+2 | |
| | | | | changing the default virtual for that profile to module-init-tools | ||||
* | Changing build logic. now we dont build BUILD_TARGETS more than once, in the ↵ | 2005-01-06 | 1 | -6/+16 | |
| | | | | same directory. will still support MODULENAME_TARGETS when this logic is available | ||||
* | Fixed bugs: 75034 76849 74655 | 2005-01-06 | 1 | -3/+3 | |
| | |||||
* | exporting src_install | 2004-12-29 | 1 | -2/+2 | |
| | |||||
* | Adding support for kernel_is operators, and removing on behalf of line from ↵ | 2004-12-28 | 1 | -3/+2 | |
| | | | | modules.d regeneration. | ||||
* | adding extra documentation, and the ability to over-ride. | 2004-12-18 | 1 | -13/+22 | |
| | |||||
* | adding support for automated modules.d file generation | 2004-12-18 | 1 | -2/+96 | |
| | |||||
* | adding documentation, and changing the MODULE_NAMES parsing slightly | 2004-12-14 | 1 | -25/+72 | |
| | |||||
* | Ok, last commit tonight, I promise! removing quotes from MODULE_NAMES loops. | 2004-12-06 | 1 | -3/+3 | |
| | |||||
* | moving make clean and fixing SUBDIR typos | 2004-12-06 | 1 | -5/+4 | |
| | |||||
* | Adding support for BUILD_TARGETS | 2004-12-06 | 1 | -2/+2 | |
| | |||||
* | Moving get_version to linux-info pkg_setup and calling from linux-mod ↵ | 2004-12-06 | 1 | -3/+3 | |
| | | | | pkg_setup when needed. | ||||
* | Fixing up support for KBUILD_OUTPUT. | 2004-11-28 | 1 | -4/+4 | |
| | |||||
* | add support for CHECK_CONFIG= | 2004-11-27 | 1 | -1/+2 | |
| | |||||
* | module-updates addition | 2004-11-25 | 1 | -4/+15 | |
| | |||||
* | Fixing permissions | 2004-11-25 | 1 | -4/+1 | |
| | |||||
* | Updating kernel-2 to properly honour strict patch levels with *.diff , ↵ | 2004-11-24 | 1 | -0/+154 | |
adding linux-* in preparation for the 'Big Module Move of 2004' |