Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | scanning kernel packages for targets | John Crispin | 2012-04-23 |
| | | | | | | | | | Any modifications in target/linux/*/modules.mk would not come into effect for subsequent "make menuconfig" unless we delete ./tmp. Signed-off-by: kalyan <kalyanatejaswi@gmail.com> SVN-Revision: 31442 | ||
* | include: calculate md5sum over sorted kernel config symbol list and ↵ | Jo-Philipp Wich | 2012-01-08 |
| | | | | | | incorperate it into the kernel metapackage version, make kmods depend on this specific version. The aim of this change is to invalidate kmods which are built against a different kernel config on the opkg metadata level. Manual copying and insmod of custom *.ko files, e.g. for development purpose, is still possible. SVN-Revision: 29686 | ||
* | package/kernel: Fix AddDepends/SetDepends calls with make 3.82 | Jonas Gorski | 2011-08-14 |
| | | | | | | | | | | The module definitions depend on 001-depends.mk being the first included, but make 3.82 does not sort the results of wildcards anymore, so do an explicit sort of the includes. Found by Philip Prindeville, thanks! SVN-Revision: 27982 | ||
* | kernel: flag as "hold", this is inherited by all kmods as well and will ↵ | Jo-Philipp Wich | 2010-10-02 |
| | | | | | | prevent opkg on the target from upgrading them SVN-Revision: 23173 | ||
* | package/kernel: load target specific modules .mk files after generic ones | Nicolas Thill | 2010-04-24 |
| | | | | SVN-Revision: 21123 | ||
* | cleanup Makefiles (#7212) | Jo-Philipp Wich | 2010-04-23 |
| | | | | SVN-Revision: 21107 | ||
* | now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the ↵ | Felix Fietkau | 2009-09-06 |
| | | | | | | board name around in kmod-* package versions anymore SVN-Revision: 17528 | ||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 |
| | | | | SVN-Revision: 15242 | ||
* | don't fail if there are no modules.mk under ./target/linux/ | Nicolas Thill | 2008-09-23 |
| | | | | SVN-Revision: 12675 | ||
* | package/kernel fixes: - remove dup netfilter.mk includes - always define ↵ | Nicolas Thill | 2008-05-08 |
| | | | | | | NF_KMOD so that proper KCONFIG entries are emitted for netfilter modules at DUMP time SVN-Revision: 11072 | ||
* | move package description to a separate definition, remove it when ↵ | Nicolas Thill | 2007-09-07 |
| | | | | | | DESCRIPTION=TITLE SVN-Revision: 8659 | ||
* | use a default VERSION field for kmod packages | Nicolas Thill | 2007-09-02 |
| | | | | SVN-Revision: 8575 | ||
* | revert [8415], seems to be causing problems for the kernel build | Felix Fietkau | 2007-08-16 |
| | | | | SVN-Revision: 8418 | ||
* | always include kernel config for kernel packages | Felix Fietkau | 2007-08-15 |
| | | | | SVN-Revision: 8415 | ||
* | dynamically enable/disable kernel config options for kmod packages based on ↵ | Felix Fietkau | 2007-07-18 |
| | | | | | | build system config SVN-Revision: 8026 | ||
* | rewrite of the metadata scanning - cleaner code, faster scanning, recursive ↵ | Felix Fietkau | 2007-07-15 |
| | | | | | | scanning and better handling of makefile dependencies SVN-Revision: 7981 | ||
* | minor cleanup | Felix Fietkau | 2007-04-18 |
| | | | | SVN-Revision: 6999 | ||
* | Improved autorebuild for kernel related stuff. - make modules_install in the ↵ | Felix Fietkau | 2007-04-18 |
| | | | | | | kernel tree is no longer called - make modules is called on every target/compile run - kmod packages pull the kernel modules directly out of the kernel tree and have proper file depends on them SVN-Revision: 6998 | ||
* | trigger a kernel module rebuild when the kernel config changes | Felix Fietkau | 2007-03-24 |
| | | | | SVN-Revision: 6671 | ||
* | only enable in-tree kmod-* packages by default | Felix Fietkau | 2006-11-18 |
| | | | | SVN-Revision: 5560 | ||
* | finally kill KMOD_template - removes a big chunk of legacy build code | Felix Fietkau | 2006-10-19 |
| | | | | SVN-Revision: 5222 | ||
* | make kernel module packaging code reusable and use it in madwifi | Felix Fietkau | 2006-10-17 |
| | | | | SVN-Revision: 5189 | ||
* | allow platform support directories to add and modify kernel module packages | Felix Fietkau | 2006-10-17 |
| | | | | SVN-Revision: 5184 | ||
* | split modules.mk | Felix Fietkau | 2006-10-17 |
| | | | | SVN-Revision: 5183 | ||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 |