Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | build system cleanup/restructuring as described in ↵ | Felix Fietkau | 2007-08-07 |
| | | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362 | ||
* | fix image installation | Felix Fietkau | 2007-08-03 |
| | | | | SVN-Revision: 8324 | ||
* | fix kmod packages that don't use KCONFIG | Felix Fietkau | 2007-08-02 |
| | | | | SVN-Revision: 8323 | ||
* | fix kmod packaging for packages where some KCONFIG symbols are set to y | Felix Fietkau | 2007-08-02 |
| | | | | SVN-Revision: 8316 | ||
* | Port the mbsd_multi patch from freewrt, which adds -fhonour-copts. This will ↵ | Felix Fietkau | 2007-07-31 |
| | | | | | | emit warnings in packages that don't use our target cflags properly SVN-Revision: 8256 | ||
* | fix a rebuild bug related to quilt | Felix Fietkau | 2007-07-30 |
| | | | | SVN-Revision: 8255 | ||
* | silence | Felix Fietkau | 2007-07-30 |
| | | | | SVN-Revision: 8252 | ||
* | same for host builds | Felix Fietkau | 2007-07-30 |
| | | | | SVN-Revision: 8246 | ||
* | speed up the prepare step a bit | Felix Fietkau | 2007-07-30 |
| | | | | SVN-Revision: 8245 | ||
* | ignore dependencies when using QUILT | Felix Fietkau | 2007-07-30 |
| | | | | SVN-Revision: 8244 | ||
* | next round of cleanup, convert target/ - make -j works now ;) | Felix Fietkau | 2007-07-30 |
| | | | | SVN-Revision: 8242 | ||
* | more cleanup | Felix Fietkau | 2007-07-30 |
| | | | | SVN-Revision: 8238 | ||
* | remove CONFIG_JLEVEL. use make -j in the future | Felix Fietkau | 2007-07-30 |
| | | | | SVN-Revision: 8237 | ||
* | next round of build system cleanup - convert package/ to new structure | Felix Fietkau | 2007-07-30 |
| | | | | SVN-Revision: 8236 | ||
* | fix compile errors with make 3.80 | Felix Fietkau | 2007-07-30 |
| | | | | SVN-Revision: 8230 | ||
* | fix verbose output with dash as /bin/sh | Felix Fietkau | 2007-07-30 |
| | | | | SVN-Revision: 8227 | ||
* | add default command for dummy targets | Felix Fietkau | 2007-07-28 |
| | | | | SVN-Revision: 8209 | ||
* | build system fixes, more cleanup | Felix Fietkau | 2007-07-28 |
| | | | | SVN-Revision: 8207 | ||
* | more build system cleanup | Felix Fietkau | 2007-07-28 |
| | | | | SVN-Revision: 8206 | ||
* | allow target specific builddir list override | Felix Fietkau | 2007-07-28 |
| | | | | SVN-Revision: 8204 | ||
* | add missing flag | Felix Fietkau | 2007-07-28 |
| | | | | SVN-Revision: 8203 | ||
* | don't force the install->compile, compile->prepare dependencies in subdir.mk | Felix Fietkau | 2007-07-28 |
| | | | | SVN-Revision: 8202 | ||
* | initial attempt at cleaning up subdirectory handling. tools/Makefile is now ↵ | Felix Fietkau | 2007-07-28 |
| | | | | | | being included instead of recursively called SVN-Revision: 8201 | ||
* | ignore filenames that can cause problems for the recursive dependency handling | Felix Fietkau | 2007-07-26 |
| | | | | SVN-Revision: 8171 | ||
* | remove the @ and change the comment from [8107] (closes: #2122) | Nicolas Thill | 2007-07-26 |
| | | | | SVN-Revision: 8166 | ||
* | do dynamic kernel config changes for netfilter as well | Felix Fietkau | 2007-07-23 |
| | | | | SVN-Revision: 8119 | ||
* | add better working-g++ check (patch from #2017) | Felix Fietkau | 2007-07-23 |
| | | | | SVN-Revision: 8118 | ||
* | more dependency fixes | Felix Fietkau | 2007-07-23 |
| | | | | SVN-Revision: 8115 | ||
* | fix jffs2 images | Nicolas Thill | 2007-07-22 |
| | | | | SVN-Revision: 8107 | ||
* | disable kmod packages where the KCONFIG options are =y | Felix Fietkau | 2007-07-20 |
| | | | | SVN-Revision: 8086 | ||
* | reorder, xt_CHAOS depends on xt_DELUDE | Felix Fietkau | 2007-07-20 |
| | | | | SVN-Revision: 8084 | ||
* | really fix tgz images | Felix Fietkau | 2007-07-19 |
| | | | | SVN-Revision: 8065 | ||
* | Fix the tgz image build | Florian Fainelli | 2007-07-18 |
| | | | | SVN-Revision: 8042 | ||
* | prevent the new config changes from interfering with kernel_menuconfig | Felix Fietkau | 2007-07-18 |
| | | | | SVN-Revision: 8031 | ||
* | dynamically enable/disable kernel config options for kmod packages based on ↵ | Felix Fietkau | 2007-07-18 |
| | | | | | | build system config SVN-Revision: 8026 | ||
* | fail in .quilt_patched when there were patches that didn't apply | Felix Fietkau | 2007-07-18 |
| | | | | SVN-Revision: 8024 | ||
* | cope with QUILT=1 when there are no patches | Peter Denison | 2007-07-17 |
| | | | | SVN-Revision: 8022 | ||
* | Add ipt_random module | Florian Fainelli | 2007-07-17 |
| | | | | SVN-Revision: 8014 | ||
* | better support for handling various jffs2 eraseblock sizes | Felix Fietkau | 2007-07-16 |
| | | | | SVN-Revision: 8011 | ||
* | add kernel_oldconfig target | Felix Fietkau | 2007-07-16 |
| | | | | SVN-Revision: 8003 | ||
* | detect whether the find command supports -L or -follow | Felix Fietkau | 2007-07-16 |
| | | | | SVN-Revision: 8002 | ||
* | find: use -follow instead of -L, some systems don't support -L | Felix Fietkau | 2007-07-16 |
| | | | | SVN-Revision: 8000 | ||
* | kernel: fix dependencies for .config, use selections from oldconfig when ↵ | Felix Fietkau | 2007-07-16 |
| | | | | | | running menuconfig SVN-Revision: 7997 | ||
* | follow symlinks in package scan | Felix Fietkau | 2007-07-15 |
| | | | | SVN-Revision: 7984 | ||
* | properly support dependencies on packages that just use Build/DefaultTargets | Felix Fietkau | 2007-07-15 |
| | | | | SVN-Revision: 7983 | ||
* | fixes for recursive package scanning | Felix Fietkau | 2007-07-15 |
| | | | | SVN-Revision: 7982 | ||
* | rewrite of the metadata scanning - cleaner code, faster scanning, recursive ↵ | Felix Fietkau | 2007-07-15 |
| | | | | | | scanning and better handling of makefile dependencies SVN-Revision: 7981 | ||
* | clean up some leftover junk | Felix Fietkau | 2007-07-13 |
| | | | | SVN-Revision: 7959 | ||
* | fix unwanted automatic package cleaning when using quilt | Felix Fietkau | 2007-07-13 |
| | | | | SVN-Revision: 7956 | ||
* | bump to 2.6.22.1 | Mike Baker | 2007-07-11 |
| | | | | SVN-Revision: 7915 |