summaryrefslogtreecommitdiffstats
path: root/include/kernel-build.mk
Commit message (Collapse)AuthorAgeFilesLines
* prepare for the transition to linux 2.6.22 - make it possible to override ↵nbd2007-06-161-4/+6
| | | | | | the kernel version in the target makefile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7644 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement quilt handling for the kernel tree ... and there was much rejoicing!nbd2007-06-031-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7474 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pcmcia/pccard build defaultsnbd2007-05-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Improved autorebuild for kernel related stuff.nbd2007-04-181-1/+1
| | | | | | | | | | - make modules_install in the 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove reference to unused .kernel.mknbd2007-04-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6959 3c298f89-4303-0410-b956-a3cf2f4a3e73
* trigger a kernel module rebuild when the kernel config changesnbd2007-03-241-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6671 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move default templates for the kernel build to kernel-defaults.mk (similar ↵nbd2007-03-241-84/+2
| | | | | | to package-defaults.mk) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6664 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some cleanups in the metadata.pl script; allow target profiles to add ↵nbd2007-03-231-0/+4
| | | | | | overrides for menuconfig git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6648 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke mdev and replace it with hotplug2 :)nbd2007-03-041-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix an error in the kernel image related commitnbd2007-03-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6467 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel build cleanupnbd2007-03-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP timenbd2007-02-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a small bug in the order of the profile metadata dumpnbd2007-02-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* last commit was missing a change...nbd2007-02-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Reorganize kernel configs - target/linux/*/config is now a directory.nbd2007-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make kernel_menuconfig work without target toolchainnbd2007-02-161-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add top-level kernel_menuconfig target to unpack and reconfigure the kernel ↵nbd2007-02-161-0/+7
| | | | | | - uses config.pl to generate target/linux/*/config and config-diff git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6310 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Minor kernel build changes:nbd2007-02-041-2/+3
| | | | | | | | Change '[ -d ... ] && cmd' to 'if [ -d ... ]; 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6263 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make spca5xx depend on video device support in the kernelnbd2007-01-211-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6153 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add WL-700gE support (based on work by jr)nbd2007-01-201-1/+1
| | | | | | | Includes kernel/diag patch and a new target profile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6142 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add descriptions to the broadcom target profiles and export them to the ↵nbd2007-01-201-1/+6
| | | | | | target metadata (not presented in menuconfig yet) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* store the default kernel version for our ports in a single place (target ↵nbd2006-12-251-1/+1
| | | | | | makefiles can still override it if necessary) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Also build bzImage for rdc boardsflorian2006-12-231-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5895 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace another instance of a relative path to generic-2.* with an absolute ↵nbd2006-12-201-1/+1
| | | | | | one (for symlinked target directories) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5885 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some platform support path name cleanupnbd2006-12-181-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5846 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix path to generic init file when using a symlinked target support directorynbd2006-12-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5805 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more cleanup, build fix on freebsdnbd2006-11-281-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5666 3c298f89-4303-0410-b956-a3cf2f4a3e73
* minor cleanup and freebsd compile fixnbd2006-11-271-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5654 3c298f89-4303-0410-b956-a3cf2f4a3e73
* autodetect atm, pci, usb, pcmcia features from kernel config filenbd2006-11-191-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5586 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add prereq checks for target/linux/* and target/image/*, check for fdisk for ↵nbd2006-11-181-0/+2
| | | | | | the x86 builds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5569 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement target profiles in menuconfignbd2006-11-121-21/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make target/linux/* directories self-contained, use the selected kernel ↵nbd2006-11-111-20/+30
| | | | | | version for the toolchain, autogenerate menuconfig and makefile code for target selection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup/rewrite of the kernel build processnbd2006-10-191-67/+115
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5226 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanupnbd2006-10-191-8/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* finally kill KMOD_template - removes a big chunk of legacy build codenbd2006-10-191-30/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5222 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve parallel buildingnbd2006-10-181-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5208 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix uml-2.6 build, move KERNELNAME to kernel-build.mknico2006-10-181-2/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5204 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move '-' parameter to TAR_OPTIONS, so that packages can append commandsnbd2006-10-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5083 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more fixesnbd2006-10-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* put LINUX_KARCH in .kernel.mknbd2006-10-101-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5013 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move $(MAKE) packages from .linux-compile: to compile:nbd2006-08-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4689 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove postinit stuff for initramfsgroz2006-08-181-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* handle postinit for initramfsgroz2006-08-181-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4601 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove reference to missing filenbd2006-08-181-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4595 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update for initramfs handlinggroz2006-08-181-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4591 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cosmetic coherency fixnico2006-08-181-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4588 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Build bzImage for x86 builds - allow ext2 images even if initramfs used, ↵groz2006-08-171-1/+1
| | | | | | they are needed for creating boot images git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4579 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix issues if kernel config is changed after the compile has startedmbm2006-08-161-4/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix uml-2.6 (closes: #678)nico2006-08-101-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4551 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Force remove of the symbolic link build_arm/linux, especially when switching ↵florian2006-08-051-0/+1
| | | | | | | | | from targets using the same toolchain (ex : switching from brcm-2.4 to au1000-2.6) git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4462 3c298f89-4303-0410-b956-a3cf2f4a3e73