Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changing array substitutions to _ not -, this prevents the cosmetic bad ↵ | John Mylchreest | 2005-03-08 | 1 | -6/+6 |
| | | | | substitution errors | ||||
* | gagging grep | Stefan Schweizer | 2005-02-06 | 1 | -3/+3 |
| | |||||
* | Removing spurious einfo | John Mylchreest | 2005-02-01 | 1 | -2/+1 |
| | |||||
* | Fixing linux-mod modules.d generation | John Mylchreest | 2005-02-01 | 1 | -9/+10 |
| | |||||
* | Multiple fixes. | John Mylchreest | 2005-01-31 | 1 | -88/+164 |
| | |||||
* | Changing detection of module.d/* file to see if the file is actually setting ↵ | John Mylchreest | 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 | John Mylchreest | 2005-01-28 | 1 | -2/+2 |
| | |||||
* | unset libdir srcdir objdir since they may contain settings for previous modules. | John Mylchreest | 2005-01-16 | 1 | -1/+4 |
| | |||||
* | few minor fixes. added support for econf if needed | John Mylchreest | 2005-01-16 | 1 | -15/+23 |
| | |||||
* | Changing ARCH unset in src-compile | John Mylchreest | 2005-01-16 | 1 | -3/+6 |
| | |||||
* | Update to be less specific with @OPTION:module | John Mylchreest | 2005-01-15 | 1 | -11/+23 |
| | |||||
* | Added support for CONFIG_CHECK=@OPTION:module which removes modules from ↵ | John Mylchreest | 2005-01-15 | 1 | -1/+2 |
| | | | | MODULE_NAMES if the support is already in the kernel | ||||
* | adding support for objdir to MODULE_NAMES | John Mylchreest | 2005-01-15 | 1 | -33/+69 |
| | |||||
* | changing back to virtual. if this causes problems, then please look at ↵ | John Mylchreest | 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 ↵ | John Mylchreest | 2005-01-06 | 1 | -6/+16 |
| | | | | same directory. will still support MODULENAME_TARGETS when this logic is available | ||||
* | Fixed bugs: 75034 76849 74655 | John Mylchreest | 2005-01-06 | 1 | -3/+3 |
| | |||||
* | exporting src_install | John Mylchreest | 2004-12-29 | 1 | -2/+2 |
| | |||||
* | Adding support for kernel_is operators, and removing on behalf of line from ↵ | John Mylchreest | 2004-12-28 | 1 | -3/+2 |
| | | | | modules.d regeneration. | ||||
* | adding extra documentation, and the ability to over-ride. | John Mylchreest | 2004-12-18 | 1 | -13/+22 |
| | |||||
* | adding support for automated modules.d file generation | John Mylchreest | 2004-12-18 | 1 | -2/+96 |
| | |||||
* | adding documentation, and changing the MODULE_NAMES parsing slightly | John Mylchreest | 2004-12-14 | 1 | -25/+72 |
| | |||||
* | Ok, last commit tonight, I promise! removing quotes from MODULE_NAMES loops. | John Mylchreest | 2004-12-06 | 1 | -3/+3 |
| | |||||
* | moving make clean and fixing SUBDIR typos | John Mylchreest | 2004-12-06 | 1 | -5/+4 |
| | |||||
* | Adding support for BUILD_TARGETS | John Mylchreest | 2004-12-06 | 1 | -2/+2 |
| | |||||
* | Moving get_version to linux-info pkg_setup and calling from linux-mod ↵ | John Mylchreest | 2004-12-06 | 1 | -3/+3 |
| | | | | pkg_setup when needed. | ||||
* | Fixing up support for KBUILD_OUTPUT. | John Mylchreest | 2004-11-28 | 1 | -4/+4 |
| | |||||
* | add support for CHECK_CONFIG= | John Mylchreest | 2004-11-27 | 1 | -1/+2 |
| | |||||
* | module-updates addition | John Mylchreest | 2004-11-25 | 1 | -4/+15 |
| | |||||
* | Fixing permissions | John Mylchreest | 2004-11-25 | 1 | -4/+1 |
| | |||||
* | Updating kernel-2 to properly honour strict patch levels with *.diff , ↵ | John Mylchreest | 2004-11-24 | 1 | -0/+154 |
adding linux-* in preparation for the 'Big Module Move of 2004' |