aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* licensing: Add licensing metadata to many packages Two new variables are ↵Hamish Guthrie2012-10-191-0/+3
| | | | | | | | | introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated. The licensing metadata is put into the bin/<platform>/packages/Packages file for later parsing. A script for that is on it's way! SVN-Revision: 33861
* scanning kernel packages for targetsJohn Crispin2012-04-231-1/+1
| | | | | | | | | 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 Wich2012-01-081-1/+1
| | | | | | 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.82Jonas Gorski2011-08-141-1/+1
| | | | | | | | | | 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 Wich2010-10-021-0/+1
| | | | | | prevent opkg on the target from upgrading them SVN-Revision: 23173
* package/kernel: load target specific modules .mk files after generic onesNicolas Thill2010-04-241-1/+1
| | | | SVN-Revision: 21123
* cleanup Makefiles (#7212)Jo-Philipp Wich2010-04-231-1/+2
| | | | SVN-Revision: 21107
* now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the ↵Felix Fietkau2009-09-061-1/+1
| | | | | | 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 Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* don't fail if there are no modules.mk under ./target/linux/Nicolas Thill2008-09-231-1/+1
| | | | SVN-Revision: 12675
* package/kernel fixes: - remove dup netfilter.mk includes - always define ↵Nicolas Thill2008-05-081-3/+1
| | | | | | 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 Thill2007-09-071-1/+0
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* use a default VERSION field for kmod packagesNicolas Thill2007-09-021-2/+0
| | | | SVN-Revision: 8575
* revert [8415], seems to be causing problems for the kernel buildFelix Fietkau2007-08-161-0/+1
| | | | SVN-Revision: 8418
* always include kernel config for kernel packagesFelix Fietkau2007-08-151-1/+0
| | | | SVN-Revision: 8415
* dynamically enable/disable kernel config options for kmod packages based on ↵Felix Fietkau2007-07-181-3/+0
| | | | | | build system config SVN-Revision: 8026
* rewrite of the metadata scanning - cleaner code, faster scanning, recursive ↵Felix Fietkau2007-07-151-0/+1
| | | | | | scanning and better handling of makefile dependencies SVN-Revision: 7981
* minor cleanupFelix Fietkau2007-04-181-7/+1
| | | | SVN-Revision: 6999
* Improved autorebuild for kernel related stuff. - make modules_install in the ↵Felix Fietkau2007-04-181-1/+0
| | | | | | 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 changesFelix Fietkau2007-03-241-0/+1
| | | | SVN-Revision: 6671
* only enable in-tree kmod-* packages by defaultFelix Fietkau2006-11-181-0/+3
| | | | SVN-Revision: 5560
* finally kill KMOD_template - removes a big chunk of legacy build codeFelix Fietkau2006-10-191-0/+22
| | | | SVN-Revision: 5222
* make kernel module packaging code reusable and use it in madwifiFelix Fietkau2006-10-171-59/+2
| | | | SVN-Revision: 5189
* allow platform support directories to add and modify kernel module packagesFelix Fietkau2006-10-171-0/+2
| | | | SVN-Revision: 5184
* split modules.mkFelix Fietkau2006-10-171-1/+2
| | | | SVN-Revision: 5183
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+90