Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | prevent the new config changes from interfering with kernel_menuconfig | Felix Fietkau | 2007-07-18 | 1 | -1/+1 | |
| | | | | SVN-Revision: 8031 | |||||
* | dynamically enable/disable kernel config options for kmod packages based on ↵ | Felix Fietkau | 2007-07-18 | 1 | -1/+1 | |
| | | | | | | build system config SVN-Revision: 8026 | |||||
* | add kernel_oldconfig target | Felix Fietkau | 2007-07-16 | 1 | -2/+2 | |
| | | | | SVN-Revision: 8003 | |||||
* | kernel: fix dependencies for .config, use selections from oldconfig when ↵ | Felix Fietkau | 2007-07-16 | 1 | -6/+6 | |
| | | | | | | running menuconfig SVN-Revision: 7997 | |||||
* | merge the kernel config parts at dump time, so that overrides that disable ↵ | Felix Fietkau | 2007-06-30 | 1 | -2/+7 | |
| | | | | | | certain features work SVN-Revision: 7812 | |||||
* | prepare for the transition to linux 2.6.22 - make it possible to override ↵ | Felix Fietkau | 2007-06-16 | 1 | -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 Fietkau | 2007-06-03 | 1 | -2/+5 | |
| | | | | SVN-Revision: 7474 | |||||
* | fix pcmcia/pccard build defaults | Felix Fietkau | 2007-05-19 | 1 | -1/+1 | |
| | | | | SVN-Revision: 7275 | |||||
* | Improved autorebuild for kernel related stuff. - make modules_install in the ↵ | Felix Fietkau | 2007-04-18 | 1 | -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.mk | Felix Fietkau | 2007-04-15 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6959 | |||||
* | trigger a kernel module rebuild when the kernel config changes | Felix Fietkau | 2007-03-24 | 1 | -4/+1 | |
| | | | | SVN-Revision: 6671 | |||||
* | move default templates for the kernel build to kernel-defaults.mk (similar ↵ | Felix Fietkau | 2007-03-24 | 1 | -84/+2 | |
| | | | | | | to package-defaults.mk) SVN-Revision: 6664 | |||||
* | some cleanups in the metadata.pl script; allow target profiles to add ↵ | Felix Fietkau | 2007-03-23 | 1 | -0/+4 | |
| | | | | | | overrides for menuconfig SVN-Revision: 6648 | |||||
* | nuke mdev and replace it with hotplug2 :) | Felix Fietkau | 2007-03-04 | 1 | -0/+3 | |
| | | | | SVN-Revision: 6512 | |||||
* | fix an error in the kernel image related commit | Felix Fietkau | 2007-03-02 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6467 | |||||
* | kernel build cleanup | Felix Fietkau | 2007-03-02 | 1 | -0/+1 | |
| | | | | SVN-Revision: 6464 | |||||
* | fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP time | Felix Fietkau | 2007-02-23 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6346 | |||||
* | fix a small bug in the order of the profile metadata dump | Felix Fietkau | 2007-02-22 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6340 | |||||
* | last commit was missing a change... | Felix Fietkau | 2007-02-22 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6339 | |||||
* | Reorganize kernel configs - target/linux/*/config is now a directory. ↵ | Felix Fietkau | 2007-02-22 | 1 | -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 toolchain | Felix Fietkau | 2007-02-16 | 1 | -2/+3 | |
| | | | | SVN-Revision: 6312 | |||||
* | add top-level kernel_menuconfig target to unpack and reconfigure the kernel ↵ | Felix Fietkau | 2007-02-16 | 1 | -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 Fietkau | 2007-02-04 | 1 | -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 kernel | Felix Fietkau | 2007-01-21 | 1 | -0/+3 | |
| | | | | SVN-Revision: 6153 | |||||
* | Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a ↵ | Felix Fietkau | 2007-01-20 | 1 | -1/+1 | |
| | | | | | | new target profile SVN-Revision: 6142 | |||||
* | add descriptions to the broadcom target profiles and export them to the ↵ | Felix Fietkau | 2007-01-20 | 1 | -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 Fietkau | 2006-12-25 | 1 | -1/+1 | |
| | | | | | | makefiles can still override it if necessary) SVN-Revision: 5899 | |||||
* | Also build bzImage for rdc boards | Florian Fainelli | 2006-12-23 | 1 | -0/+3 | |
| | | | | SVN-Revision: 5895 | |||||
* | replace another instance of a relative path to generic-2.* with an absolute ↵ | Felix Fietkau | 2006-12-20 | 1 | -1/+1 | |
| | | | | | | one (for symlinked target directories) SVN-Revision: 5885 | |||||
* | some platform support path name cleanup | Felix Fietkau | 2006-12-18 | 1 | -2/+2 | |
| | | | | SVN-Revision: 5846 | |||||
* | fix path to generic init file when using a symlinked target support directory | Felix Fietkau | 2006-12-16 | 1 | -1/+1 | |
| | | | | SVN-Revision: 5805 | |||||
* | more cleanup, build fix on freebsd | Felix Fietkau | 2006-11-28 | 1 | -3/+3 | |
| | | | | SVN-Revision: 5666 | |||||
* | minor cleanup and freebsd compile fix | Felix Fietkau | 2006-11-27 | 1 | -3/+7 | |
| | | | | SVN-Revision: 5654 | |||||
* | autodetect atm, pci, usb, pcmcia features from kernel config file | Felix Fietkau | 2006-11-19 | 1 | -0/+17 | |
| | | | | SVN-Revision: 5586 | |||||
* | add prereq checks for target/linux/* and target/image/*, check for fdisk for ↵ | Felix Fietkau | 2006-11-18 | 1 | -0/+2 | |
| | | | | | | the x86 builds SVN-Revision: 5569 | |||||
* | implement target profiles in menuconfig | Felix Fietkau | 2006-11-12 | 1 | -21/+42 | |
| | | | | SVN-Revision: 5512 | |||||
* | make target/linux/* directories self-contained, use the selected kernel ↵ | Felix Fietkau | 2006-11-11 | 1 | -20/+30 | |
| | | | | | | version for the toolchain, autogenerate menuconfig and makefile code for target selection SVN-Revision: 5498 | |||||
* | cleanup/rewrite of the kernel build process | Felix Fietkau | 2006-10-19 | 1 | -67/+115 | |
| | | | | SVN-Revision: 5226 | |||||
* | cleanup | Felix Fietkau | 2006-10-19 | 1 | -8/+7 | |
| | | | | SVN-Revision: 5224 | |||||
* | finally kill KMOD_template - removes a big chunk of legacy build code | Felix Fietkau | 2006-10-19 | 1 | -30/+2 | |
| | | | | SVN-Revision: 5222 | |||||
* | improve parallel building | Felix Fietkau | 2006-10-18 | 1 | -2/+2 | |
| | | | | SVN-Revision: 5208 | |||||
* | fix uml-2.6 build, move KERNELNAME to kernel-build.mk | Nicolas Thill | 2006-10-18 | 1 | -2/+14 | |
| | | | | SVN-Revision: 5204 | |||||
* | move '-' parameter to TAR_OPTIONS, so that packages can append commands | Felix Fietkau | 2006-10-14 | 1 | -1/+1 | |
| | | | | SVN-Revision: 5083 | |||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 1 | -0/+145 | |