Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | set maxdepth appropriately for package scanning | Felix Fietkau | 2007-07-15 | 1 | -2/+2 | |
| | | | | SVN-Revision: 7985 | |||||
* | rewrite of the metadata scanning - cleaner code, faster scanning, recursive ↵ | Felix Fietkau | 2007-07-15 | 1 | -2/+5 | |
| | | | | | | scanning and better handling of makefile dependencies SVN-Revision: 7981 | |||||
* | fix distclean | Felix Fietkau | 2007-07-12 | 1 | -1/+1 | |
| | | | | SVN-Revision: 7940 | |||||
* | fix docs compile targets | Felix Fietkau | 2007-07-10 | 1 | -4/+4 | |
| | | | | SVN-Revision: 7905 | |||||
* | Regenerate the menuconfig once symlinked packages are gone | Florian Fainelli | 2007-05-30 | 1 | -0/+1 | |
| | | | | SVN-Revision: 7399 | |||||
* | fix target rescan (version kernel changes) | Felix Fietkau | 2007-05-23 | 1 | -4/+3 | |
| | | | | SVN-Revision: 7317 | |||||
* | Make UCI preconfiguration optional and disabled by default | Felix Fietkau | 2007-05-05 | 1 | -1/+1 | |
| | | | | SVN-Revision: 7095 | |||||
* | fixes for a few build errors on osx without fink | Felix Fietkau | 2007-04-29 | 1 | -1/+1 | |
| | | | | SVN-Revision: 7065 | |||||
* | revert find | xargs => find | exec changes - this is completely unnecessary ↵ | Felix Fietkau | 2007-04-12 | 1 | -1/+1 | |
| | | | | | | and introduces additional dependencies that we do not need SVN-Revision: 6942 | |||||
* | minor tweaks to the verbose system | Mike Baker | 2007-04-11 | 1 | -3/+0 | |
| | | | | SVN-Revision: 6936 | |||||
* | fix targetinfo, packageinfo | Mike Baker | 2007-04-11 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6932 | |||||
* | fix a few bugs with the last few commits | Mike Baker | 2007-04-07 | 1 | -6/+6 | |
| | | | | SVN-Revision: 6887 | |||||
* | make a few commands silent and fix defconfig logic | Felix Fietkau | 2007-04-07 | 1 | -7/+5 | |
| | | | | SVN-Revision: 6886 | |||||
* | fix typo | Nicolas Thill | 2007-04-07 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6885 | |||||
* | fix package/target scanning | Felix Fietkau | 2007-04-07 | 1 | -2/+2 | |
| | | | | SVN-Revision: 6884 | |||||
* | trivial formatting - remove a few @'s and use a .silent instead | Mike Baker | 2007-04-07 | 1 | -18/+18 | |
| | | | | SVN-Revision: 6883 | |||||
* | same as [6881] | Mike Baker | 2007-04-07 | 1 | -3/+3 | |
| | | | | SVN-Revision: 6882 | |||||
* | fix menuconfig | Felix Fietkau | 2007-04-07 | 1 | -3/+3 | |
| | | | | SVN-Revision: 6881 | |||||
* | fix menuconfig checks | Mike Baker | 2007-04-07 | 1 | -2/+3 | |
| | | | | SVN-Revision: 6879 | |||||
* | use ~/.openwrt/defconfig as default config if it exists | Felix Fietkau | 2007-04-06 | 1 | -1/+6 | |
| | | | | SVN-Revision: 6876 | |||||
* | Tidy up Makefiles | Mike Baker | 2007-04-03 | 1 | -44/+26 | |
| | | | | SVN-Revision: 6857 | |||||
* | Using find's -exec to remove directories causes 'not found' errors when find ↵ | Mike Baker | 2007-04-03 | 1 | -1/+1 | |
| | | | | | | tries to search the removed directory. Hopefully fixed now. SVN-Revision: 6849 | |||||
* | Use find -exec instead of xargs | Florian Fainelli | 2007-04-02 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6837 | |||||
* | run metadata scanning only once when multiple targets are specified on the ↵ | Felix Fietkau | 2007-03-29 | 1 | -2/+5 | |
| | | | | | | command line SVN-Revision: 6754 | |||||
* | make sure tmp/info gets created | Felix Fietkau | 2007-03-28 | 1 | -0/+2 | |
| | | | | SVN-Revision: 6749 | |||||
* | nuke some unnecessary complexity in the metadata scanning - simply call ↵ | Felix Fietkau | 2007-03-28 | 1 | -29/+4 | |
| | | | | | | include/scan.mk on every make invocation (does not add any noticeable performance impact) SVN-Revision: 6745 | |||||
* | Add some more clean targets | Florian Fainelli | 2007-03-26 | 1 | -2/+2 | |
| | | | | SVN-Revision: 6721 | |||||
* | Add a symlinkclean target to remove symlinks | Florian Fainelli | 2007-03-26 | 1 | -0/+3 | |
| | | | | SVN-Revision: 6720 | |||||
* | fix metadata scan for profile split | Felix Fietkau | 2007-03-04 | 1 | -4/+8 | |
| | | | | SVN-Revision: 6515 | |||||
* | add some missing deps for the metadata files | Felix Fietkau | 2007-03-04 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6513 | |||||
* | Massive speedup in the package/target scanning step - per package metadata ↵ | Felix Fietkau | 2007-02-27 | 1 | -32/+27 | |
| | | | | | | files are now cached. - timestamp.pl calls have been replaced with make file dependencies - an extra stamp file ensures that directory listing changes force a rebuild SVN-Revision: 6404 | |||||
* | make kernel_menuconfig work without target toolchain | Felix Fietkau | 2007-02-16 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6312 | |||||
* | add top-level kernel_menuconfig target to unpack and reconfigure the kernel ↵ | Felix Fietkau | 2007-02-16 | 1 | -0/+4 | |
| | | | | | | - uses config.pl to generate target/linux/*/config and config-diff SVN-Revision: 6310 | |||||
* | move "make symlinks" to "make package/symlinks" | Mike Baker | 2007-01-31 | 1 | -3/+0 | |
| | | | | SVN-Revision: 6234 | |||||
* | merge the scripts dealing with package/target metadata to remove some ↵ | Felix Fietkau | 2007-01-13 | 1 | -2/+2 | |
| | | | | | | redundant code SVN-Revision: 6088 | |||||
* | Add a doc target and use the defined source feeds to make symlinks | Florian Fainelli | 2007-01-05 | 1 | -1/+7 | |
| | | | | SVN-Revision: 5993 | |||||
* | Add a first implementation of a source feed checkout | Florian Fainelli | 2006-12-31 | 1 | -0/+3 | |
| | | | | SVN-Revision: 5943 | |||||
* | cosmetic fixes | Felix Fietkau | 2006-12-19 | 1 | -6/+6 | |
| | | | | SVN-Revision: 5851 | |||||
* | implement real-time progress info for the package/target info collect ↵ | Felix Fietkau | 2006-12-19 | 1 | -10/+17 | |
| | | | | | | (thanks to Thorsten Glaser for the idea) SVN-Revision: 5850 | |||||
* | Add a help target in case people want to read the README ;) | Florian Fainelli | 2006-12-09 | 1 | -1/+4 | |
| | | | | SVN-Revision: 5739 | |||||
* | trivial changes | Mike Baker | 2006-11-28 | 1 | -1/+1 | |
| | | | | SVN-Revision: 5668 | |||||
* | clear .host.mk before running prereq checks (rechecks for missing packages ↵ | Felix Fietkau | 2006-11-23 | 1 | -0/+3 | |
| | | | | | | like gnu tar on *bsd) SVN-Revision: 5632 | |||||
* | add prereq checks for target/linux/* and target/image/*, check for fdisk for ↵ | Felix Fietkau | 2006-11-18 | 1 | -3/+11 | |
| | | | | | | the x86 builds SVN-Revision: 5569 | |||||
* | implement target profiles in menuconfig | Felix Fietkau | 2006-11-12 | 1 | -2/+2 | |
| | | | | SVN-Revision: 5512 | |||||
* | tty detect fix | Felix Fietkau | 2006-11-12 | 1 | -4/+1 | |
| | | | | SVN-Revision: 5510 | |||||
* | another optimization | Felix Fietkau | 2006-11-12 | 1 | -1/+6 | |
| | | | | SVN-Revision: 5507 | |||||
* | fix unnecessary rebuild of .targetinfo | Felix Fietkau | 2006-11-12 | 1 | -2/+2 | |
| | | | | SVN-Revision: 5504 | |||||
* | fix typo | Felix Fietkau | 2006-11-12 | 1 | -1/+1 | |
| | | | | SVN-Revision: 5503 | |||||
* | make target/linux/* directories self-contained, use the selected kernel ↵ | Felix Fietkau | 2006-11-11 | 1 | -25/+43 | |
| | | | | | | version for the toolchain, autogenerate menuconfig and makefile code for target selection SVN-Revision: 5498 | |||||
* | another fix for invalid fd messages | Felix Fietkau | 2006-10-14 | 1 | -0/+3 | |
| | | | | SVN-Revision: 5076 |