| Commit message (Expand) | Author | Age | Files | Lines |
* | postinst trigger: the new postinst trigger broke IB | John Crispin | 2014-09-16 | 1 | -3/+3 |
* | ipkg: add a default postinst/prerm script | John Crispin | 2014-09-11 | 1 | -1/+2 |
* | build: consider sub-directories when deploying packages to image with CONFIG_... | Jo-Philipp Wich | 2014-08-07 | 1 | -1/+1 |
* | build: introduce per feed repository support | Jo-Philipp Wich | 2014-08-05 | 1 | -4/+17 |
* | package/Makefile: Substituted deprecated -perm +mode with -perm /mode | John Crispin | 2014-06-02 | 1 | -1/+1 |
* | package: ignore failed downloads with IGNORE_ERRORS | Jo-Philipp Wich | 2014-05-14 | 1 | -0/+1 |
* | target/sdk: use .config instead of unconditionally enabling all build dirs | Felix Fietkau | 2014-03-13 | 1 | -5/+2 |
* | build: fix installation of default-variant packages when the source package h... | Felix Fietkau | 2014-03-12 | 1 | -1/+1 |
* | package/index: fix index creating when building without signing | Steven Barth | 2013-10-02 | 1 | -4/+4 |
* | Add package signing infrastructure | Steven Barth | 2013-10-02 | 1 | -3/+28 |
* | mklibs: Fix mklibs usage when *.so files reside in subdirs | Felix Fietkau | 2013-08-26 | 1 | -5/+3 |
* | build: fix IGNORE_ERRORS for sources packages that match both 'y' and 'm' | Felix Fietkau | 2013-07-18 | 1 | -1/+6 |
* | build: only install packages for selected variants, fixes building multiple v... | Felix Fietkau | 2012-12-13 | 1 | -2/+13 |
* | package: use file_copy to deploy files/ in the package/install phase | Jo-Philipp Wich | 2012-12-02 | 1 | -9/+1 |
* | buildroot: isolate the .install stamp files for build variants (#12279) | Jo-Philipp Wich | 2012-11-07 | 1 | -7/+7 |
* | build: add back the package/cleanup step to remove the root staging dir for m... | Felix Fietkau | 2012-10-15 | 1 | -1/+5 |
* | build: rework the package/install step - collect package install lists during... | Felix Fietkau | 2012-10-06 | 1 | -11/+33 |
* | mklibs: update to 0.1.34 (v2) | Luka Perkov | 2012-06-10 | 1 | -1/+1 |
* | make sure that base-files is installed last, this allows per-target base-file... | Jo-Philipp Wich | 2011-06-08 | 1 | -1/+1 |
* | remove postinst files for preinstalled packages | Felix Fietkau | 2011-03-25 | 1 | -0/+1 |
* | Send ipkg-make-index.sh output to stdout | Jo-Philipp Wich | 2011-02-23 | 1 | -1/+1 |
* | allow files/ to overwrite existing symlinks (fixes #3508) | Felix Fietkau | 2011-01-23 | 1 | -0/+8 |
* | make IGNORE_ERRORS apply to deselected packages as well (typically triggered ... | Felix Fietkau | 2010-11-02 | 1 | -1/+1 |
* | revert r22372 and r22405, dependency on host libtool causes problems | Jo-Philipp Wich | 2010-07-28 | 1 | -5/+4 |
* | make base-files dependent on opkg host compile, fixes install errors when pac... | Jo-Philipp Wich | 2010-07-27 | 1 | -5/+2 |
* | use host opkg for installing packages in buildroot and ImageBuilder | Jo-Philipp Wich | 2010-07-23 | 1 | -4/+8 |
* | this patch fixes package/Makefile. | Travis Kemen | 2010-03-05 | 1 | -2/+4 |
* | fix opkg directory cleaning (#5646) | Felix Fietkau | 2009-10-06 | 1 | -1/+1 |
* | decrease verbosity of mklibs.py | Felix Fietkau | 2009-08-08 | 1 | -1/+1 |
* | integrate mklibs.py support into the build process | Felix Fietkau | 2009-08-08 | 1 | -0/+35 |
* | add a staging directory for unstripped package files, useful for debugging, w... | Felix Fietkau | 2009-08-07 | 1 | -1/+1 |
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 |
* | Fix enabling of init scripts. | Lars-Peter Clausen | 2008-09-02 | 1 | -1/+1 |
* | Generate gzipped package lists - Can be used by changing the src line in /etc... | Andy Boyett | 2008-07-29 | 1 | -3/+5 |
* | add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packages | Felix Fietkau | 2008-05-07 | 1 | -0/+3 |
* | fix the sdk | Felix Fietkau | 2007-12-14 | 1 | -3/+7 |
* | add option for cleaning all ipkg info before the image build | Felix Fietkau | 2007-10-05 | 1 | -0/+1 |
* | fix image preconfiguration | Eugene Konev | 2007-09-21 | 1 | -0/+1 |
* | fix a dependency bug | Felix Fietkau | 2007-08-30 | 1 | -10/+5 |
* | build system cleanup/restructuring as described in http://lists.openwrt.org/p... | Felix Fietkau | 2007-08-07 | 1 | -8/+8 |
* | fix package/index | Felix Fietkau | 2007-08-01 | 1 | -2/+4 |
* | fix rootfs and init script handling | Felix Fietkau | 2007-07-31 | 1 | -7/+11 |
* | remove unnecessary deps | Felix Fietkau | 2007-07-30 | 1 | -2/+0 |
* | next round of cleanup, convert target/ - make -j works now ;) | Felix Fietkau | 2007-07-30 | 1 | -3/+10 |
* | more cleanup | Felix Fietkau | 2007-07-30 | 1 | -2/+2 |
* | next round of build system cleanup - convert package/ to new structure | Felix Fietkau | 2007-07-30 | 1 | -58/+15 |
* | add source feed rev to menuconfig, set 8180 as default rev for kamikaze 7.07 | Felix Fietkau | 2007-07-26 | 1 | -1/+1 |
* | fix parallel build issues | Felix Fietkau | 2007-07-12 | 1 | -2/+2 |
* | package/refresh should clean all packages before refreshing their patches | Felix Fietkau | 2007-06-04 | 1 | -3/+4 |
* | Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all ... | Felix Fietkau | 2007-06-04 | 1 | -2/+9 |