summaryrefslogtreecommitdiffstats
path: root/include/kernel-build.mk
Commit message (Collapse)AuthorAgeFilesLines
* rework parallel building to get rid of some warnings and add back support ↵Felix Fietkau2008-08-161-10/+3
| | | | | | for parallelizing the kernel build fixes #3882 SVN-Revision: 12322
* create a platform config-* file if there is none already when running ↵Felix Fietkau2008-06-131-0/+1
| | | | | | kernel_menuconfig or kernel_oldconfig SVN-Revision: 11460
* large improvement for parallel builds. works without V=99 now and without ↵Felix Fietkau2008-06-091-5/+1
| | | | | | warnings. tested with -j on an 2x dual core opteron machine SVN-Revision: 11414
* fix kernel config on kernel_menuconfig abortFelix Fietkau2008-05-081-0/+1
| | | | SVN-Revision: 11076
* fixes for refresh/update handlingFelix Fietkau2007-09-291-0/+1
| | | | SVN-Revision: 9063
* Refactor downloading code into download.mk Support multiple file downloads ↵Felix Fietkau2007-09-291-5/+8
| | | | | | Support svn downloads SVN-Revision: 9057
* properly clean up after kernel_{old,menu}configFelix Fietkau2007-09-111-1/+1
| | | | SVN-Revision: 8737
* fix kernel_menuconfigFelix Fietkau2007-09-101-1/+1
| | | | SVN-Revision: 8726
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-081-118/+26
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-1/+2
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653
* include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER ↵Nicolas Thill2007-08-261-1/+0
| | | | | | is always available SVN-Revision: 8494
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-071-0/+2
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* fix image installationFelix Fietkau2007-08-031-2/+2
| | | | SVN-Revision: 8324
* silenceFelix Fietkau2007-07-301-1/+1
| | | | SVN-Revision: 8252
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-301-0/+6
| | | | SVN-Revision: 8242
* more dependency fixesFelix Fietkau2007-07-231-6/+0
| | | | SVN-Revision: 8115
* prevent the new config changes from interfering with kernel_menuconfigFelix Fietkau2007-07-181-1/+1
| | | | SVN-Revision: 8031
* dynamically enable/disable kernel config options for kmod packages based on ↵Felix Fietkau2007-07-181-1/+1
| | | | | | build system config SVN-Revision: 8026
* add kernel_oldconfig targetFelix Fietkau2007-07-161-2/+2
| | | | SVN-Revision: 8003
* kernel: fix dependencies for .config, use selections from oldconfig when ↵Felix Fietkau2007-07-161-6/+6
| | | | | | running menuconfig SVN-Revision: 7997
* merge the kernel config parts at dump time, so that overrides that disable ↵Felix Fietkau2007-06-301-2/+7
| | | | | | certain features work SVN-Revision: 7812
* prepare for the transition to linux 2.6.22 - make it possible to override ↵Felix Fietkau2007-06-161-4/+6
| | | | | | the kernel version in the target makefile SVN-Revision: 7644
* implement quilt handling for the kernel tree ... and there was much rejoicing!Felix Fietkau2007-06-031-2/+5
| | | | SVN-Revision: 7474
* fix pcmcia/pccard build defaultsFelix Fietkau2007-05-191-1/+1
| | | | SVN-Revision: 7275
* Improved autorebuild for kernel related stuff. - make modules_install in the ↵Felix Fietkau2007-04-181-1/+1
| | | | | | 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
* remove reference to unused .kernel.mkFelix Fietkau2007-04-151-1/+1
| | | | SVN-Revision: 6959
* trigger a kernel module rebuild when the kernel config changesFelix Fietkau2007-03-241-4/+1
| | | | SVN-Revision: 6671
* move default templates for the kernel build to kernel-defaults.mk (similar ↵Felix Fietkau2007-03-241-84/+2
| | | | | | to package-defaults.mk) SVN-Revision: 6664
* some cleanups in the metadata.pl script; allow target profiles to add ↵Felix Fietkau2007-03-231-0/+4
| | | | | | overrides for menuconfig SVN-Revision: 6648
* nuke mdev and replace it with hotplug2 :)Felix Fietkau2007-03-041-0/+3
| | | | SVN-Revision: 6512
* fix an error in the kernel image related commitFelix Fietkau2007-03-021-1/+1
| | | | SVN-Revision: 6467
* kernel build cleanupFelix Fietkau2007-03-021-0/+1
| | | | SVN-Revision: 6464
* fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP timeFelix Fietkau2007-02-231-1/+1
| | | | SVN-Revision: 6346
* fix a small bug in the order of the profile metadata dumpFelix Fietkau2007-02-221-1/+1
| | | | SVN-Revision: 6340
* last commit was missing a change...Felix Fietkau2007-02-221-1/+1
| | | | SVN-Revision: 6339
* Reorganize kernel configs - target/linux/*/config is now a directory. ↵Felix Fietkau2007-02-221-12/+22
| | | | | | ./config/default will replace the old config and config-diff (format is like config-diff, the full kernel config is no longer kept in the build system) This commit removes all the kernel config stuff, the next one will add the replacement - there's no way to do this atomically with svn. SVN-Revision: 6337
* make kernel_menuconfig work without target toolchainFelix Fietkau2007-02-161-2/+3
| | | | SVN-Revision: 6312
* add top-level kernel_menuconfig target to unpack and reconfigure the kernel ↵Felix Fietkau2007-02-161-0/+7
| | | | | | - uses config.pl to generate target/linux/*/config and config-diff SVN-Revision: 6310
* Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; ↵Felix Fietkau2007-02-041-2/+3
| | | | | | then cmd; fi' to avoid make errors if the condition is false If $(PLATFORM_DIR)/files exists, copy it into the kernel tree on prepare. SVN-Revision: 6263
* make spca5xx depend on video device support in the kernelFelix Fietkau2007-01-211-0/+3
| | | | SVN-Revision: 6153
* Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a ↵Felix Fietkau2007-01-201-1/+1
| | | | | | new target profile SVN-Revision: 6142
* add descriptions to the broadcom target profiles and export them to the ↵Felix Fietkau2007-01-201-1/+6
| | | | | | target metadata (not presented in menuconfig yet) SVN-Revision: 6137
* store the default kernel version for our ports in a single place (target ↵Felix Fietkau2006-12-251-1/+1
| | | | | | makefiles can still override it if necessary) SVN-Revision: 5899
* Also build bzImage for rdc boardsFlorian Fainelli2006-12-231-0/+3
| | | | SVN-Revision: 5895
* replace another instance of a relative path to generic-2.* with an absolute ↵Felix Fietkau2006-12-201-1/+1
| | | | | | one (for symlinked target directories) SVN-Revision: 5885
* some platform support path name cleanupFelix Fietkau2006-12-181-2/+2
| | | | SVN-Revision: 5846
* fix path to generic init file when using a symlinked target support directoryFelix Fietkau2006-12-161-1/+1
| | | | SVN-Revision: 5805
* more cleanup, build fix on freebsdFelix Fietkau2006-11-281-3/+3
| | | | SVN-Revision: 5666
* minor cleanup and freebsd compile fixFelix Fietkau2006-11-271-3/+7
| | | | SVN-Revision: 5654
* autodetect atm, pci, usb, pcmcia features from kernel config fileFelix Fietkau2006-11-191-0/+17
| | | | SVN-Revision: 5586