summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2007-09-15add 'make prepare' target for building the tools and toolchainnbd
2007-09-08major target cleanup. it is now possible to have subtargets that can override...nbd
2007-08-30clean up recursive dependency handling, use timestamp.pl again, because it sa...nbd
2007-08-07build system cleanup/restructuring as described in http://lists.openwrt.org/p...nbd
2007-07-31fix rootfs and init script handlingnbd
2007-07-30fix make distcleannbd
2007-07-30next round of cleanup, convert target/ - make -j works now ;)nbd
2007-07-30next round of build system cleanup - convert package/ to new structurenbd
2007-07-30toolchain/ has been convertednbd
2007-07-30fix verbose output with dash as /bin/shnbd
2007-07-28build system fixes, more cleanupnbd
2007-07-28more build system cleanupnbd
2007-07-28initial attempt at cleaning up subdirectory handling. tools/Makefile is now b...nbd
2007-07-16add kernel_oldconfig targetnbd
2007-07-16kernel: fix dependencies for .config, use selections from oldconfig when runn...nbd
2007-07-16target scan needs a maxdepth of 2nbd
2007-07-15set maxdepth appropriately for package scanningnbd
2007-07-15rewrite of the metadata scanning - cleaner code, faster scanning, recursive s...nbd
2007-07-12fix distcleannbd
2007-07-10fix docs compile targetsnbd
2007-05-30Regenerate the menuconfig once symlinked packages are goneflorian
2007-05-23fix target rescan (version kernel changes)nbd
2007-05-05Make UCI preconfiguration optional and disabled by defaultnbd
2007-04-29fixes for a few build errors on osx without finknbd
2007-04-12revert find | xargs => find | exec changes - this is completely unnecessary a...nbd
2007-04-11minor tweaks to the verbose systemmbm
2007-04-11fix targetinfo, packageinfombm
2007-04-07fix a few bugs with the last few commitsmbm
2007-04-07make a few commands silent and fix defconfig logicnbd
2007-04-07fix typonico
2007-04-07fix package/target scanningnbd
2007-04-07trivial formatting - remove a few @'s and use a .silent insteadmbm
2007-04-07same as [6881]mbm
2007-04-07fix menuconfignbd
2007-04-07fix menuconfig checksmbm
2007-04-06use ~/.openwrt/defconfig as default config if it existsnbd
2007-04-03Tidy up Makefilesmbm
2007-04-03Using find's -exec to remove directories causes 'not found' errors when find ...mbm
2007-04-02Use find -exec instead of xargsflorian
2007-03-29run metadata scanning only once when multiple targets are specified on the co...nbd
2007-03-28make sure tmp/info gets creatednbd
2007-03-28nuke some unnecessary complexity in the metadata scanning - simply call inclu...nbd
2007-03-26Add some more clean targetsflorian
2007-03-26Add a symlinkclean target to remove symlinksflorian
2007-03-04fix metadata scan for profile splitnbd
2007-03-04add some missing deps for the metadata filesnbd
2007-02-27Massive speedup in the package/target scanning stepnbd
2007-02-16make kernel_menuconfig work without target toolchainnbd
2007-02-16add top-level kernel_menuconfig target to unpack and reconfigure the kernel -...nbd
2007-01-31move "make symlinks" to "make package/symlinks"mbm