Commit graph

23 commits

Author SHA1 Message Date
Jonas Gorski
44b272fd58 package/kernel: Fix AddDepends/SetDepends calls with make 3.82
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
2011-08-14 23:36:42 +00:00
Jo-Philipp Wich
a2328ecf96 kernel: flag as "hold", this is inherited by all kmods as well and will prevent opkg on the target from upgrading them
SVN-Revision: 23173
2010-10-02 03:22:56 +00:00
Nicolas Thill
2bd16b6e18 package/kernel: load target specific modules .mk files after generic ones
SVN-Revision: 21123
2010-04-24 11:41:35 +00:00
Jo-Philipp Wich
b1e7cd577b cleanup Makefiles (#7212)
SVN-Revision: 21107
2010-04-23 11:27:29 +00:00
Felix Fietkau
3b61c2c2b1 now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the board name around in kmod-* package versions anymore
SVN-Revision: 17528
2009-09-06 17:26:37 +00:00
Felix Fietkau
34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
SVN-Revision: 15242
2009-04-17 14:09:46 +00:00
Nicolas Thill
ab04e16a1a don't fail if there are no modules.mk under ./target/linux/
SVN-Revision: 12675
2008-09-23 20:45:40 +00:00
Nicolas Thill
50ee10f486 package/kernel fixes: - remove dup netfilter.mk includes - always define NF_KMOD so that proper KCONFIG entries are emitted for netfilter modules at DUMP time
SVN-Revision: 11072
2008-05-08 11:16:07 +00:00
Nicolas Thill
34bb4638e7 move package description to a separate definition, remove it when DESCRIPTION=TITLE
SVN-Revision: 8659
2007-09-07 08:34:51 +00:00
Nicolas Thill
02cd6d278f use a default VERSION field for kmod packages
SVN-Revision: 8575
2007-09-02 16:39:27 +00:00
Felix Fietkau
3df35f0b09 revert [8415], seems to be causing problems for the kernel build
SVN-Revision: 8418
2007-08-16 13:44:57 +00:00
Felix Fietkau
c2d5c1c0c2 always include kernel config for kernel packages
SVN-Revision: 8415
2007-08-15 23:33:37 +00:00
Felix Fietkau
8e42553971 dynamically enable/disable kernel config options for kmod packages based on build system config
SVN-Revision: 8026
2007-07-18 11:31:01 +00:00
Felix Fietkau
bdc9419a20 rewrite of the metadata scanning - cleaner code, faster scanning, recursive scanning and better handling of makefile dependencies
SVN-Revision: 7981
2007-07-15 22:51:12 +00:00
Felix Fietkau
38515a7f81 minor cleanup
SVN-Revision: 6999
2007-04-18 12:40:20 +00:00
Felix Fietkau
4c6c987f09 Improved autorebuild for kernel related stuff. - make modules_install in the 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
2007-04-18 12:28:38 +00:00
Felix Fietkau
35317253e6 trigger a kernel module rebuild when the kernel config changes
SVN-Revision: 6671
2007-03-24 17:05:26 +00:00
Felix Fietkau
13aeec9b06 only enable in-tree kmod-* packages by default
SVN-Revision: 5560
2006-11-18 15:46:09 +00:00
Felix Fietkau
c041f53b8d finally kill KMOD_template - removes a big chunk of legacy build code
SVN-Revision: 5222
2006-10-19 04:35:29 +00:00
Felix Fietkau
547b127d7a make kernel module packaging code reusable and use it in madwifi
SVN-Revision: 5189
2006-10-17 16:13:10 +00:00
Felix Fietkau
fc8abe2dfa allow platform support directories to add and modify kernel module packages
SVN-Revision: 5184
2006-10-17 13:28:44 +00:00
Felix Fietkau
ce19a369af split modules.mk
SVN-Revision: 5183
2006-10-17 13:18:01 +00:00
Felix Fietkau
60c1f0f64d finally move buildroot-ng to trunk 2016-03-20 17:29:15 +01:00