summaryrefslogtreecommitdiff
path: root/include/kernel-defaults.mk
Commit message (Collapse)AuthorAge
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-07
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* remove CONFIG_JLEVEL. use make -j in the futureFelix Fietkau2007-07-30
| | | | SVN-Revision: 8237
* dynamically enable/disable kernel config options for kmod packages based on ↵Felix Fietkau2007-07-18
| | | | | | build system config SVN-Revision: 8026
* fix the tar invocation in kernel build (#1935)Felix Fietkau2007-06-21
| | | | SVN-Revision: 7686
* prepare for the transition to linux 2.6.22 - make it possible to override ↵Felix Fietkau2007-06-16
| | | | | | the kernel version in the target makefile SVN-Revision: 7644
* add support for the AVR32 platform, namely the ATNGW100 board - joint work ↵Imre Kaloz2007-06-08
| | | | | | with wigyori SVN-Revision: 7533
* implement quilt handling for the kernel tree ... and there was much rejoicing!Felix Fietkau2007-06-03
| | | | SVN-Revision: 7474
* change handling of target/linux/generic-2.x/files to match other targets (#1648)Mike Baker2007-05-10
| | | | SVN-Revision: 7158
* fix make kernel_menuconfig (#1637)Felix Fietkau2007-05-05
| | | | SVN-Revision: 7094
* add workaround for occasional kernel module build failures related to kernel ↵Felix Fietkau2007-04-25
| | | | | | config changes SVN-Revision: 7050
* Improved autorebuild for kernel related stuff. - make modules_install in the ↵Felix Fietkau2007-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 changesFelix Fietkau2007-03-24
| | | | SVN-Revision: 6671
* move default templates for the kernel build to kernel-defaults.mk (similar ↵Felix Fietkau2007-03-24
to package-defaults.mk) SVN-Revision: 6664