aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* build system cleanup/restructuring as described in http://lists.openwrt.org/p...Felix Fietkau2007-08-071-8/+8
* fix package/indexFelix Fietkau2007-08-011-2/+4
* fix rootfs and init script handlingFelix Fietkau2007-07-311-7/+11
* remove unnecessary depsFelix Fietkau2007-07-301-2/+0
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-301-3/+10
* more cleanupFelix Fietkau2007-07-301-2/+2
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-301-58/+15
* add source feed rev to menuconfig, set 8180 as default rev for kamikaze 7.07Felix Fietkau2007-07-261-1/+1
* fix parallel build issuesFelix Fietkau2007-07-121-2/+2
* package/refresh should clean all packages before refreshing their patchesFelix Fietkau2007-06-041-3/+4
* Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all ...Felix Fietkau2007-06-041-2/+9
* Add quilt integration for packagesFelix Fietkau2007-06-031-2/+2
* make sure that /etc/rc.d exists before creating symlinksFelix Fietkau2007-05-311-0/+1
* fixes for a few build errors on osx without finkFelix Fietkau2007-04-291-3/+3
* clean up version control junk in the rootfs directoryFelix Fietkau2007-04-241-0/+3
* add missing -prepare targetFelix Fietkau2007-04-201-2/+2
* revert package compile breakage introduced in [6936]Felix Fietkau2007-04-121-1/+1
* minor tweaks to the verbose systemMike Baker2007-04-111-4/+9
* Tidy up MakefilesMike Baker2007-04-031-17/+6
* fix the sdkFelix Fietkau2007-03-261-5/+1
* speed up package/installFelix Fietkau2007-03-171-1/+14
* Add an 'Image Configuration' menu to menuconfigFelix Fietkau2007-03-161-4/+8
* use default_subtargets in package/Makefile and target/MakefileFelix Fietkau2007-02-261-14/+1
* missed a reference to compile-targetsMike Baker2007-02-161-1/+1
* remove obsolete compile-targets ruleMike Baker2007-02-161-3/+1
* remove annoying package rm commandFelix Fietkau2007-02-161-1/+0
* move "make symlinks" to "make package/symlinks"Mike Baker2007-01-311-0/+2
* Fix config checks for Image Builder and SDK - only build them when requested.Felix Fietkau2007-01-141-0/+2
* remove hardcoded package nameFelix Fietkau2006-12-201-1/+1
* allow people to add files to the rootfs by putting them in $(TOPDIR)/files/Felix Fietkau2006-12-011-0/+3
* fix path to temporary filesFelix Fietkau2006-11-121-2/+2
* init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname...Felix Fietkau2006-10-151-0/+7
* fix typoFelix Fietkau2006-10-141-1/+1
* only check prerequisites of actually selected packagesFelix Fietkau2006-10-121-1/+1
* replace ipkg-make-index with a shell script that works on bsdFelix Fietkau2006-10-101-1/+2
* speed up package prereq check (only run make on those directories that actual...Felix Fietkau2006-10-051-1/+1
* clean up smp compilesMike Baker2006-08-031-7/+13
* only rebuild the package index when the *.ipk files have changedMike Baker2006-08-021-1/+3
* create a package indexFelix Fietkau2006-07-301-0/+3
* add support for per-package prereq checks, run global prereq checks before (m...Felix Fietkau2006-07-291-2/+7
* add copyright statementNicolas Thill2006-07-211-1/+8
* change 'source' to 'download'Mike Baker2006-07-201-3/+3
* switch on new verbose systemMike Baker2006-06-231-2/+0
* fix and enable the sdkFelix Fietkau2006-06-211-1/+4
* add package/download targetFelix Fietkau2006-06-201-0/+5
* add support for parallel build of packages (tested with -j8)Felix Fietkau2006-05-311-7/+11
* add package install targetFelix Fietkau2006-05-311-0/+4
* improve dependency handling, fix some package makefile bugsFelix Fietkau2006-05-301-2/+2
* add proper build dependsFelix Fietkau2006-05-301-1/+1
* finish up package makefileMike Baker2006-05-161-5/+14