| Commit message (Expand) | Author | Age | Files | Lines |
| * | trigger a kernel module rebuild when the kernel config changes | Felix Fietkau | 2007-03-24 | 1 | -4/+1 |
| * | move default templates for the kernel build to kernel-defaults.mk (similar to... | Felix Fietkau | 2007-03-24 | 1 | -84/+2 |
| * | some cleanups in the metadata.pl script; allow target profiles to add overrid... | Felix Fietkau | 2007-03-23 | 1 | -0/+4 |
| * | nuke mdev and replace it with hotplug2 :) | Felix Fietkau | 2007-03-04 | 1 | -0/+3 |
| * | fix an error in the kernel image related commit | Felix Fietkau | 2007-03-02 | 1 | -1/+1 |
| * | kernel build cleanup | Felix Fietkau | 2007-03-02 | 1 | -0/+1 |
| * | fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP time | Felix Fietkau | 2007-02-23 | 1 | -1/+1 |
| * | fix a small bug in the order of the profile metadata dump | Felix Fietkau | 2007-02-22 | 1 | -1/+1 |
| * | last commit was missing a change... | Felix Fietkau | 2007-02-22 | 1 | -1/+1 |
| * | Reorganize kernel configs - target/linux/*/config is now a directory. | Felix Fietkau | 2007-02-22 | 1 | -12/+22 |
| * | make kernel_menuconfig work without target toolchain | Felix Fietkau | 2007-02-16 | 1 | -2/+3 |
| * | add top-level kernel_menuconfig target to unpack and reconfigure the kernel -... | Felix Fietkau | 2007-02-16 | 1 | -0/+7 |
| * | Minor kernel build changes: | Felix Fietkau | 2007-02-04 | 1 | -2/+3 |
| * | make spca5xx depend on video device support in the kernel | Felix Fietkau | 2007-01-21 | 1 | -0/+3 |
| * | Add WL-700gE support (based on work by jr) | Felix Fietkau | 2007-01-20 | 1 | -1/+1 |
| * | add descriptions to the broadcom target profiles and export them to the targe... | Felix Fietkau | 2007-01-20 | 1 | -1/+6 |
| * | store the default kernel version for our ports in a single place (target make... | Felix Fietkau | 2006-12-25 | 1 | -1/+1 |
| * | Also build bzImage for rdc boards | Florian Fainelli | 2006-12-23 | 1 | -0/+3 |
| * | replace another instance of a relative path to generic-2.* with an absolute o... | Felix Fietkau | 2006-12-20 | 1 | -1/+1 |
| * | some platform support path name cleanup | Felix Fietkau | 2006-12-18 | 1 | -2/+2 |
| * | fix path to generic init file when using a symlinked target support directory | Felix Fietkau | 2006-12-16 | 1 | -1/+1 |
| * | more cleanup, build fix on freebsd | Felix Fietkau | 2006-11-28 | 1 | -3/+3 |
| * | minor cleanup and freebsd compile fix | Felix Fietkau | 2006-11-27 | 1 | -3/+7 |
| * | autodetect atm, pci, usb, pcmcia features from kernel config file | Felix Fietkau | 2006-11-19 | 1 | -0/+17 |
| * | add prereq checks for target/linux/* and target/image/*, check for fdisk for ... | Felix Fietkau | 2006-11-18 | 1 | -0/+2 |
| * | implement target profiles in menuconfig | Felix Fietkau | 2006-11-12 | 1 | -21/+42 |
| * | make target/linux/* directories self-contained, use the selected kernel versi... | Felix Fietkau | 2006-11-11 | 1 | -20/+30 |
| * | cleanup/rewrite of the kernel build process | Felix Fietkau | 2006-10-19 | 1 | -67/+115 |
| * | cleanup | Felix Fietkau | 2006-10-19 | 1 | -8/+7 |
| * | finally kill KMOD_template - removes a big chunk of legacy build code | Felix Fietkau | 2006-10-19 | 1 | -30/+2 |
| * | improve parallel building | Felix Fietkau | 2006-10-18 | 1 | -2/+2 |
| * | fix uml-2.6 build, move KERNELNAME to kernel-build.mk | Nicolas Thill | 2006-10-18 | 1 | -2/+14 |
| * | move '-' parameter to TAR_OPTIONS, so that packages can append commands | Felix Fietkau | 2006-10-14 | 1 | -1/+1 |
| * | more fixes | Felix Fietkau | 2006-10-10 | 1 | -0/+1 |
| * | put LINUX_KARCH in .kernel.mk | Felix Fietkau | 2006-10-10 | 1 | -0/+10 |
| * | move $(MAKE) packages from .linux-compile: to compile: | Felix Fietkau | 2006-08-27 | 1 | -1/+1 |
| * | Remove postinit stuff for initramfs | Gerry Rozema | 2006-08-18 | 1 | -1/+0 |
| * | handle postinit for initramfs | Gerry Rozema | 2006-08-18 | 1 | -0/+1 |
| * | remove reference to missing file | Felix Fietkau | 2006-08-18 | 1 | -1/+0 |
| * | Update for initramfs handling | Gerry Rozema | 2006-08-18 | 1 | -0/+1 |
| * | cosmetic coherency fix | Nicolas Thill | 2006-08-18 | 1 | -2/+2 |
| * | Build bzImage for x86 builds - allow ext2 images even if initramfs used, they... | Gerry Rozema | 2006-08-17 | 1 | -1/+1 |
| * | fix issues if kernel config is changed after the compile has started | Mike Baker | 2006-08-16 | 1 | -4/+5 |
| * | fix uml-2.6 (closes: #678) | Nicolas Thill | 2006-08-10 | 1 | -5/+5 |
| * | Force remove of the symbolic link build_arm/linux, especially when switching ... | Florian Fainelli | 2006-08-05 | 1 | -0/+1 |
| * | set PATH in rules.mk | Mike Baker | 2006-08-04 | 1 | -6/+6 |
| * | yet more cleanup (make sure to honor TARGET_CC and not just TARGET_CROSS) | Mike Baker | 2006-08-04 | 1 | -9/+6 |
| * | more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC) | Mike Baker | 2006-08-04 | 1 | -2/+2 |
| * | fix a few directories missed in [4176]'s source -> download | Mike Baker | 2006-07-21 | 1 | -1/+1 |
| * | change $(STAMP_DIR) to $(LINUX_DIR) to avoid issues compiling multiple kernels | Mike Baker | 2006-07-20 | 1 | -9/+6 |