summaryrefslogtreecommitdiffstats
path: root/include/toplevel.mk
Commit message (Collapse)AuthorAgeFilesLines
* fix the sdkFelix Fietkau2007-12-141-1/+6
| | | | SVN-Revision: 9747
* clean up openwrt version handling, use a separate script that is executed at ↵Felix Fietkau2007-12-131-11/+6
| | | | | | the beginning of the build process, fix revision checking with git SVN-Revision: 9723
* fix make clean for unconfigured build treesFelix Fietkau2007-12-041-1/+1
| | | | SVN-Revision: 9655
* fix parallel build issuesFelix Fietkau2007-11-041-0/+1
| | | | SVN-Revision: 9495
* increase scan depth to 5 for package/ (x.org is nested deeper than the rest ↵Felix Fietkau2007-11-031-1/+1
| | | | | | of the packages) SVN-Revision: 9487
* add autorebuild check for menuconfigFelix Fietkau2007-10-141-1/+1
| | | | SVN-Revision: 9301
* add possibility to set default .config valuesJohn Crispin2007-10-141-0/+2
| | | | SVN-Revision: 9300
* remove feeds dir on distcleanFelix Fietkau2007-10-091-1/+1
| | | | SVN-Revision: 9215
* only run svn info if .svn existsFelix Fietkau2007-10-091-1/+1
| | | | SVN-Revision: 9213
* add initial version of a package feeds management scriptFelix Fietkau2007-09-231-3/+5
| | | | SVN-Revision: 8973
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-081-2/+1
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-1/+1
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-071-1/+4
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-301-3/+5
| | | | SVN-Revision: 8242
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-301-26/+16
| | | | SVN-Revision: 8236
* build system fixes, more cleanupFelix Fietkau2007-07-281-11/+13
| | | | SVN-Revision: 8207
* more build system cleanupFelix Fietkau2007-07-281-0/+132
SVN-Revision: 8206