aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel-build.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* nuke mdev and replace it with hotplug2 :)Felix Fietkau2007-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 commitFelix Fietkau2007-03-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6467 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel build cleanupFelix Fietkau2007-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 timeFelix Fietkau2007-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 dumpFelix Fietkau2007-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...Felix Fietkau2007-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.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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make kernel_menuconfig work without target toolchainFelix Fietkau2007-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 ↵Felix Fietkau2007-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:Felix Fietkau2007-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 kernelFelix Fietkau2007-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)Felix Fietkau2007-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 ↵Felix Fietkau2007-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 ↵Felix Fietkau2006-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 boardsFlorian Fainelli2006-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 ↵Felix Fietkau2006-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 cleanupFelix Fietkau2006-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 directoryFelix Fietkau2006-12-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5805 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more cleanup, build fix on freebsdFelix Fietkau2006-11-281-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5666 3c298f89-4303-0410-b956-a3cf2f4a3e73
* minor cleanup and freebsd compile fixFelix Fietkau2006-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 fileFelix Fietkau2006-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 ↵Felix Fietkau2006-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 menuconfigFelix Fietkau2006-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 ↵Felix Fietkau2006-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 processFelix Fietkau2006-10-191-67/+115
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5226 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanupFelix Fietkau2006-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 codeFelix Fietkau2006-10-191-30/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5222 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve parallel buildingFelix Fietkau2006-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.mkNicolas Thill2006-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 commandsFelix Fietkau2006-10-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5083 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more fixesFelix Fietkau2006-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.mkFelix Fietkau2006-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:Felix Fietkau2006-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 initramfsGerry Rozema2006-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 initramfsGerry Rozema2006-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 fileFelix Fietkau2006-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 handlingGerry Rozema2006-08-181-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4591 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cosmetic coherency fixNicolas Thill2006-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, ↵Gerry Rozema2006-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 startedMike Baker2006-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)Nicolas Thill2006-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 ↵Florian Fainelli2006-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
* set PATH in rules.mkMike Baker2006-08-041-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* yet more cleanup (make sure to honor TARGET_CC and not just TARGET_CROSS)Mike Baker2006-08-041-9/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4433 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC)Mike Baker2006-08-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a few directories missed in [4176]'s source -> downloadMike Baker2006-07-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change $(STAMP_DIR) to $(LINUX_DIR) to avoid issues compiling multiple kernelsMike Baker2006-07-201-9/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4180 3c298f89-4303-0410-b956-a3cf2f4a3e73
* UML target completed. Added ext2 target fs for use with uml imagesGerry Rozema2006-07-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4178 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move some of the kernel module packaging to package/kernel/Felix Fietkau2006-07-181-89/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4146 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add workaround for kernel module installFelix Fietkau2006-06-281-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4098 3c298f89-4303-0410-b956-a3cf2f4a3e73