summaryrefslogtreecommitdiffstats
path: root/package/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix enabling of init scripts.Lars-Peter Clausen2008-09-021-1/+1
| | | | SVN-Revision: 12482
* Generate gzipped package lists - Can be used by changing the src line in ↵Andy Boyett2008-07-291-3/+5
| | | | | | /etc/ipkg.conf to src/gz - Cannot be used by busybox ipkg SVN-Revision: 11981
* add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packagesFelix Fietkau2008-05-071-0/+3
| | | | SVN-Revision: 11059
* fix the sdkFelix Fietkau2007-12-141-3/+7
| | | | SVN-Revision: 9747
* add option for cleaning all ipkg info before the image buildFelix Fietkau2007-10-051-0/+1
| | | | SVN-Revision: 9151
* fix image preconfigurationEugene Konev2007-09-211-0/+1
| | | | SVN-Revision: 8921
* fix a dependency bugFelix Fietkau2007-08-301-10/+5
| | | | SVN-Revision: 8561
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-071-8/+8
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* fix package/indexFelix Fietkau2007-08-011-2/+4
| | | | SVN-Revision: 8294
* fix rootfs and init script handlingFelix Fietkau2007-07-311-7/+11
| | | | SVN-Revision: 8293
* remove unnecessary depsFelix Fietkau2007-07-301-2/+0
| | | | SVN-Revision: 8243
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-301-3/+10
| | | | SVN-Revision: 8242
* more cleanupFelix Fietkau2007-07-301-2/+2
| | | | SVN-Revision: 8238
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-301-58/+15
| | | | SVN-Revision: 8236
* add source feed rev to menuconfig, set 8180 as default rev for kamikaze 7.07Felix Fietkau2007-07-261-1/+1
| | | | SVN-Revision: 8181
* fix parallel build issuesFelix Fietkau2007-07-121-2/+2
| | | | SVN-Revision: 7941
* package/refresh should clean all packages before refreshing their patchesFelix Fietkau2007-06-041-3/+4
| | | | SVN-Revision: 7489
* Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all ↵Felix Fietkau2007-06-041-2/+9
| | | | | | the patches. Also added a target package/refresh which will do this to all packages in the buildroot SVN-Revision: 7488
* Add quilt integration for packagesFelix Fietkau2007-06-031-2/+2
| | | | | | | | | | | | | make package/<package>-prepare QUILT=1 will apply all patches using quilt Autorebuild will be disabled, so that you can edit all patches in the build dir. When you're done editing patches and everything works, you can call: make package/<package>-refresh That will copy the updated patches from quilt into package/<package>/patches, and remove all old patches. Before the patches are overwritten, the correct order of the patches is verified ('cat series' is compared against 'sort series'). SVN-Revision: 7471
* make sure that /etc/rc.d exists before creating symlinksFelix Fietkau2007-05-311-0/+1
| | | | SVN-Revision: 7417
* fixes for a few build errors on osx without finkFelix Fietkau2007-04-291-3/+3
| | | | SVN-Revision: 7065
* clean up version control junk in the rootfs directoryFelix Fietkau2007-04-241-0/+3
| | | | SVN-Revision: 7045
* add missing -prepare targetFelix Fietkau2007-04-201-2/+2
| | | | SVN-Revision: 7017
* revert package compile breakage introduced in [6936]Felix Fietkau2007-04-121-1/+1
| | | | SVN-Revision: 6938
* minor tweaks to the verbose systemMike Baker2007-04-111-4/+9
| | | | SVN-Revision: 6936
* Tidy up MakefilesMike Baker2007-04-031-17/+6
| | | | SVN-Revision: 6857
* fix the sdkFelix Fietkau2007-03-261-5/+1
| | | | SVN-Revision: 6718
* speed up package/installFelix Fietkau2007-03-171-1/+14
| | | | SVN-Revision: 6588
* Add an 'Image Configuration' menu to menuconfig Packages can export a list ↵Felix Fietkau2007-03-161-4/+8
| | | | | | of config options with labels and data types through the metadata. The selected config values will be exported to the target filesystem in /etc/uci-defaults and applied on the first boot. SVN-Revision: 6572
* use default_subtargets in package/Makefile and target/MakefileFelix Fietkau2007-02-261-14/+1
| | | | SVN-Revision: 6380
* missed a reference to compile-targetsMike Baker2007-02-161-1/+1
| | | | SVN-Revision: 6306
* remove obsolete compile-targets ruleMike Baker2007-02-161-3/+1
| | | | SVN-Revision: 6305
* remove annoying package rm commandFelix Fietkau2007-02-161-1/+0
| | | | SVN-Revision: 6304
* move "make symlinks" to "make package/symlinks"Mike Baker2007-01-311-0/+2
| | | | SVN-Revision: 6234
* Fix config checks for Image Builder and SDK - only build them when ↵Felix Fietkau2007-01-141-0/+2
| | | | | | requested. Clear all packages from bin/packages at the beginning of package/compile when the Image Builder is selected, because the Image Builder can't handle multiple versions of the same package. SVN-Revision: 6102
* remove hardcoded package nameFelix Fietkau2006-12-201-1/+1
| | | | SVN-Revision: 5879
* allow people to add files to the rootfs by putting them in $(TOPDIR)/files/Felix Fietkau2006-12-011-0/+3
| | | | SVN-Revision: 5685
* fix path to temporary filesFelix Fietkau2006-11-121-2/+2
| | | | SVN-Revision: 5502
* init script cleanup, use /etc/rc.d/ for enabled scripts, ↵Felix Fietkau2006-10-151-0/+7
| | | | | | /etc/init.d/<pkgname> (enable|disable) manages symlinks SVN-Revision: 5128
* fix typoFelix Fietkau2006-10-141-1/+1
| | | | SVN-Revision: 5075
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+69