summaryrefslogtreecommitdiffstats
path: root/include/kernel-build.mk
Commit message (Expand)AuthorAgeFilesLines
* create a platform config-* file if there is none already when running kernel_...Felix Fietkau2008-06-131-0/+1
* large improvement for parallel builds. works without V=99 now and without war...Felix Fietkau2008-06-091-5/+1
* fix kernel config on kernel_menuconfig abortFelix Fietkau2008-05-081-0/+1
* fixes for refresh/update handlingFelix Fietkau2007-09-291-0/+1
* Refactor downloading code into download.mk Support multiple file downloads Su...Felix Fietkau2007-09-291-5/+8
* properly clean up after kernel_{old,menu}configFelix Fietkau2007-09-111-1/+1
* fix kernel_menuconfigFelix Fietkau2007-09-101-1/+1
* major target cleanup. it is now possible to have subtargets that can override...Felix Fietkau2007-09-081-118/+26
* strip the kernel version suffix from target directories, except for brcm-2.4 ...Felix Fietkau2007-09-061-1/+2
* include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER is...Nicolas Thill2007-08-261-1/+0
* build system cleanup/restructuring as described in http://lists.openwrt.org/p...Felix Fietkau2007-08-071-0/+2
* fix image installationFelix Fietkau2007-08-031-2/+2
* silenceFelix Fietkau2007-07-301-1/+1
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-301-0/+6
* more dependency fixesFelix Fietkau2007-07-231-6/+0
* prevent the new config changes from interfering with kernel_menuconfigFelix Fietkau2007-07-181-1/+1
* dynamically enable/disable kernel config options for kmod packages based on b...Felix Fietkau2007-07-181-1/+1
* add kernel_oldconfig targetFelix Fietkau2007-07-161-2/+2
* kernel: fix dependencies for .config, use selections from oldconfig when runn...Felix Fietkau2007-07-161-6/+6
* merge the kernel config parts at dump time, so that overrides that disable ce...Felix Fietkau2007-06-301-2/+7
* prepare for the transition to linux 2.6.22 - make it possible to override the...Felix Fietkau2007-06-161-4/+6
* implement quilt handling for the kernel tree ... and there was much rejoicing!Felix Fietkau2007-06-031-2/+5
* fix pcmcia/pccard build defaultsFelix Fietkau2007-05-191-1/+1
* Improved autorebuild for kernel related stuff. - make modules_install in the ...Felix Fietkau2007-04-181-1/+1
* remove reference to unused .kernel.mkFelix Fietkau2007-04-151-1/+1
* trigger a kernel module rebuild when the kernel config changesFelix Fietkau2007-03-241-4/+1
* move default templates for the kernel build to kernel-defaults.mk (similar to...Felix Fietkau2007-03-241-84/+2
* some cleanups in the metadata.pl script; allow target profiles to add overrid...Felix Fietkau2007-03-231-0/+4
* nuke mdev and replace it with hotplug2 :)Felix Fietkau2007-03-041-0/+3
* fix an error in the kernel image related commitFelix Fietkau2007-03-021-1/+1
* kernel build cleanupFelix Fietkau2007-03-021-0/+1
* fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP timeFelix Fietkau2007-02-231-1/+1
* fix a small bug in the order of the profile metadata dumpFelix Fietkau2007-02-221-1/+1
* last commit was missing a change...Felix Fietkau2007-02-221-1/+1
* Reorganize kernel configs - target/linux/*/config is now a directory. ./confi...Felix Fietkau2007-02-221-12/+22
* make kernel_menuconfig work without target toolchainFelix Fietkau2007-02-161-2/+3
* add top-level kernel_menuconfig target to unpack and reconfigure the kernel -...Felix Fietkau2007-02-161-0/+7
* Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; the...Felix Fietkau2007-02-041-2/+3
* make spca5xx depend on video device support in the kernelFelix Fietkau2007-01-211-0/+3
* Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a n...Felix Fietkau2007-01-201-1/+1
* add descriptions to the broadcom target profiles and export them to the targe...Felix Fietkau2007-01-201-1/+6
* store the default kernel version for our ports in a single place (target make...Felix Fietkau2006-12-251-1/+1
* Also build bzImage for rdc boardsFlorian Fainelli2006-12-231-0/+3
* replace another instance of a relative path to generic-2.* with an absolute o...Felix Fietkau2006-12-201-1/+1
* some platform support path name cleanupFelix Fietkau2006-12-181-2/+2
* fix path to generic init file when using a symlinked target support directoryFelix Fietkau2006-12-161-1/+1
* more cleanup, build fix on freebsdFelix Fietkau2006-11-281-3/+3
* minor cleanup and freebsd compile fixFelix Fietkau2006-11-271-3/+7
* autodetect atm, pci, usb, pcmcia features from kernel config fileFelix Fietkau2006-11-191-0/+17
* add prereq checks for target/linux/* and target/image/*, check for fdisk for ...Felix Fietkau2006-11-181-0/+2
708' href='#n708'>708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924