Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use current UID for initramfs root user:group | Felix Fietkau | 2007-10-23 | 1 | -2/+2 | |
| | | | | | | | | | | Set the CONFIG_INITRAMFS_ROOT_{U,G}ID kernel variables to the current user, so that all files end up being owned by root in the final initramfs image. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9409 | |||||
* | don't specify "CC=<nothing>" on kernel build command line | Felix Fietkau | 2007-10-23 | 1 | -4/+8 | |
| | | | | | | | | | | | | | If KERNEL_CC isn't set, we end up with a "CC=" on the kernel build command-line. We don't always need CC, as the CROSS_COMPILE flag does the job instead. In fact, specifying CC messes up the build when we're using a biarch compiler. This change doesn't specify CC= if the KERNEL_CC variable is empty. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9408 | |||||
* | move a stampfile to make it easier to override the patch template | Felix Fietkau | 2007-09-29 | 1 | -0/+1 | |
| | | | | SVN-Revision: 9062 | |||||
* | remove (unused?) linux symlink in BUILD_DIR | Nicolas Thill | 2007-09-16 | 1 | -2/+0 | |
| | | | | SVN-Revision: 8804 | |||||
* | add support for device type based package preselections | Felix Fietkau | 2007-09-08 | 1 | -3/+13 | |
| | | | | SVN-Revision: 8696 | |||||
* | major target cleanup. it is now possible to have subtargets that can ↵ | Felix Fietkau | 2007-09-08 | 1 | -5/+2 | |
| | | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694 | |||||
* | build system cleanup/restructuring as described in ↵ | Felix Fietkau | 2007-08-07 | 1 | -2/+2 | |
| | | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362 | |||||
* | remove CONFIG_JLEVEL. use make -j in the future | Felix Fietkau | 2007-07-30 | 1 | -2/+2 | |
| | | | | SVN-Revision: 8237 | |||||
* | dynamically enable/disable kernel config options for kmod packages based on ↵ | Felix Fietkau | 2007-07-18 | 1 | -5/+5 | |
| | | | | | | build system config SVN-Revision: 8026 | |||||
* | fix the tar invocation in kernel build (#1935) | Felix Fietkau | 2007-06-21 | 1 | -1/+1 | |
| | | | | SVN-Revision: 7686 | |||||
* | prepare for the transition to linux 2.6.22 - make it possible to override ↵ | Felix Fietkau | 2007-06-16 | 1 | -2/+2 | |
| | | | | | | the kernel version in the target makefile SVN-Revision: 7644 | |||||
* | add support for the AVR32 platform, namely the ATNGW100 board - joint work ↵ | Imre Kaloz | 2007-06-08 | 1 | -0/+3 | |
| | | | | | | with wigyori SVN-Revision: 7533 | |||||
* | implement quilt handling for the kernel tree ... and there was much rejoicing! | Felix Fietkau | 2007-06-03 | 1 | -4/+3 | |
| | | | | SVN-Revision: 7474 | |||||
* | change handling of target/linux/generic-2.x/files to match other targets (#1648) | Mike Baker | 2007-05-10 | 1 | -3/+2 | |
| | | | | SVN-Revision: 7158 | |||||
* | fix make kernel_menuconfig (#1637) | Felix Fietkau | 2007-05-05 | 1 | -1/+1 | |
| | | | | SVN-Revision: 7094 | |||||
* | add workaround for occasional kernel module build failures related to kernel ↵ | Felix Fietkau | 2007-04-25 | 1 | -0/+1 | |
| | | | | | | config changes SVN-Revision: 7050 | |||||
* | Improved autorebuild for kernel related stuff. - make modules_install in the ↵ | Felix Fietkau | 2007-04-18 | 1 | -1/+0 | |
| | | | | | | 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 changes | Felix Fietkau | 2007-03-24 | 1 | -0/+3 | |
| | | | | SVN-Revision: 6671 | |||||
* | move default templates for the kernel build to kernel-defaults.mk (similar ↵ | Felix Fietkau | 2007-03-24 | 1 | -0/+93 | |
to package-defaults.mk) SVN-Revision: 6664 |