Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target/sdk: use .config instead of unconditionally enabling all build dirs | Felix Fietkau | 2014-03-13 | 1 | -5/+2 |
| | | | | | | | | Call make defconfig on every build to catch newly added packages Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39913 | ||||
* | build: fix installation of default-variant packages when the source package ↵ | Felix Fietkau | 2014-03-12 | 1 | -1/+1 |
| | | | | | | | | has multiple variants (#15237) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39899 | ||||
* | package/index: fix index creating when building without signing | Steven Barth | 2013-10-02 | 1 | -4/+4 |
| | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 38287 | ||||
* | Add package signing infrastructure | Steven Barth | 2013-10-02 | 1 | -3/+28 |
| | | | | | | | | | | | | | Add package signing key and certificate configuration options to the "Image configuration" submenu. If enabled, the Packages.gz list will be signed as file Packages.sig. The passphrase for the signing key can be sourced from a file or entered by the user. The signing certificate is automatically added to the firmware image if opkg-smime is selected. Signed-off-by: Evan Hunt <each@isc.org> Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 38284 | ||||
* | mklibs: Fix mklibs usage when *.so files reside in subdirs | Felix Fietkau | 2013-08-26 | 1 | -5/+3 |
| | | | | | | | | | | | Currently package/Makefile only passes /lib /usr/lib and /usr/lib/ebtables to mklibs. However, other libs can also reside in different subdirectories (in my case /usr/lib/ipsec). Hence, create the list of library directories dynamically. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 37841 | ||||
* | build: fix IGNORE_ERRORS for sources packages that match both 'y' and 'm' | Felix Fietkau | 2013-07-18 | 1 | -1/+6 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37405 | ||||
* | build: only install packages for selected variants, fixes building multiple ↵ | Felix Fietkau | 2012-12-13 | 1 | -2/+13 |
| | | | | | | variant selections in one tree SVN-Revision: 34656 | ||||
* | package: use file_copy to deploy files/ in the package/install phase | Jo-Philipp Wich | 2012-12-02 | 1 | -9/+1 |
| | | | | SVN-Revision: 34438 | ||||
* | buildroot: isolate the .install stamp files for build variants (#12279) | Jo-Philipp Wich | 2012-11-07 | 1 | -7/+7 |
| | | | | | | | | This fixes missing embedded packages if multiple build variants are selected in the build config, e.g. missing ppp if CONFIG_PACKAGE_ppp=y and CONFIG_PACKAGE_ppp-multilink=m . SVN-Revision: 34106 | ||||
* | build: add back the package/cleanup step to remove the root staging dir for ↵ | Felix Fietkau | 2012-10-15 | 1 | -1/+5 |
| | | | | | | mklibs SVN-Revision: 33777 | ||||
* | build: rework the package/install step - collect package install lists ↵ | Felix Fietkau | 2012-10-06 | 1 | -11/+33 |
| | | | | | | during package/compile, then install all packages at once SVN-Revision: 33631 | ||||
* | mklibs: update to 0.1.34 (v2) | Luka Perkov | 2012-06-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 32165 | ||||
* | make sure that base-files is installed last, this allows per-target ↵ | Jo-Philipp Wich | 2011-06-08 | 1 | -1/+1 |
| | | | | | | base-file overlays to work correctly SVN-Revision: 27138 | ||||
* | remove postinst files for preinstalled packages | Felix Fietkau | 2011-03-25 | 1 | -0/+1 |
| | | | | SVN-Revision: 26299 | ||||
* | Send ipkg-make-index.sh output to stdout | Jo-Philipp Wich | 2011-02-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The "Generating index for package" created by ipkg-make-index only clutter stderr and serve to push previous warnings/errors off-screen. Instead, send to stdout. Note: This would send incorrect invocation messages to stdout as well. If this is a concern, perhaps we could send them to FD 3, then send 3 to 2... Signed-off-by: Kevin Locke <klocke@digitalenginesoftware.com> SVN-Revision: 25678 | ||||
* | allow files/ to overwrite existing symlinks (fixes #3508) | Felix Fietkau | 2011-01-23 | 1 | -0/+8 |
| | | | | SVN-Revision: 25078 | ||||
* | make IGNORE_ERRORS apply to deselected packages as well (typically triggered ↵ | Felix Fietkau | 2010-11-02 | 1 | -1/+1 |
| | | | | | | through dependencies) SVN-Revision: 23796 | ||||
* | revert r22372 and r22405, dependency on host libtool causes problems | Jo-Philipp Wich | 2010-07-28 | 1 | -5/+4 |
| | | | | SVN-Revision: 22406 | ||||
* | make base-files dependent on opkg host compile, fixes install errors when ↵ | Jo-Philipp Wich | 2010-07-27 | 1 | -5/+2 |
| | | | | | | package/compile and package/install are invoked separately SVN-Revision: 22405 | ||||
* | use host opkg for installing packages in buildroot and ImageBuilder | Jo-Philipp Wich | 2010-07-23 | 1 | -4/+8 |
| | | | | SVN-Revision: 22372 | ||||
* | this patch fixes package/Makefile. | Travis Kemen | 2010-03-05 | 1 | -2/+4 |
| | | | | | | -Raphael SVN-Revision: 20000 | ||||
* | fix opkg directory cleaning (#5646) | Felix Fietkau | 2009-10-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 17952 | ||||
* | decrease verbosity of mklibs.py | Felix Fietkau | 2009-08-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 17174 | ||||
* | integrate mklibs.py support into the build process | Felix Fietkau | 2009-08-08 | 1 | -0/+35 |
| | | | | SVN-Revision: 17173 | ||||
* | add a staging directory for unstripped package files, useful for debugging, ↵ | Felix Fietkau | 2009-08-07 | 1 | -1/+1 |
| | | | | | | will be used for mklibs integration later SVN-Revision: 17167 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | Fix enabling of init scripts. | Lars-Peter Clausen | 2008-09-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 12482 | ||||
* | Generate gzipped package lists - Can be used by changing the src line in ↵ | Andy Boyett | 2008-07-29 | 1 | -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 packages | Felix Fietkau | 2008-05-07 | 1 | -0/+3 |
| | | | | SVN-Revision: 11059 | ||||
* | fix the sdk | Felix Fietkau | 2007-12-14 | 1 | -3/+7 |
| | | | | SVN-Revision: 9747 | ||||
* | add option for cleaning all ipkg info before the image build | Felix Fietkau | 2007-10-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 9151 | ||||
* | fix image preconfiguration | Eugene Konev | 2007-09-21 | 1 | -0/+1 |
| | | | | SVN-Revision: 8921 | ||||
* | fix a dependency bug | Felix Fietkau | 2007-08-30 | 1 | -10/+5 |
| | | | | SVN-Revision: 8561 | ||||
* | build system cleanup/restructuring as described in ↵ | Felix Fietkau | 2007-08-07 | 1 | -8/+8 |
| | | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362 | ||||
* | fix package/index | Felix Fietkau | 2007-08-01 | 1 | -2/+4 |
| | | | | SVN-Revision: 8294 | ||||
* | fix rootfs and init script handling | Felix Fietkau | 2007-07-31 | 1 | -7/+11 |
| | | | | SVN-Revision: 8293 | ||||
* | remove unnecessary deps | Felix Fietkau | 2007-07-30 | 1 | -2/+0 |
| | | | | SVN-Revision: 8243 | ||||
* | next round of cleanup, convert target/ - make -j works now ;) | Felix Fietkau | 2007-07-30 | 1 | -3/+10 |
| | | | | SVN-Revision: 8242 | ||||
* | more cleanup | Felix Fietkau | 2007-07-30 | 1 | -2/+2 |
| | | | | SVN-Revision: 8238 | ||||
* | next round of build system cleanup - convert package/ to new structure | Felix Fietkau | 2007-07-30 | 1 | -58/+15 |
| | | | | SVN-Revision: 8236 | ||||
* | add source feed rev to menuconfig, set 8180 as default rev for kamikaze 7.07 | Felix Fietkau | 2007-07-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 8181 | ||||
* | fix parallel build issues | Felix Fietkau | 2007-07-12 | 1 | -2/+2 |
| | | | | SVN-Revision: 7941 | ||||
* | package/refresh should clean all packages before refreshing their patches | Felix Fietkau | 2007-06-04 | 1 | -3/+4 |
| | | | | SVN-Revision: 7489 | ||||
* | Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all ↵ | Felix Fietkau | 2007-06-04 | 1 | -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 packages | Felix Fietkau | 2007-06-03 | 1 | -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 symlinks | Felix Fietkau | 2007-05-31 | 1 | -0/+1 |
| | | | | SVN-Revision: 7417 | ||||
* | fixes for a few build errors on osx without fink | Felix Fietkau | 2007-04-29 | 1 | -3/+3 |
| | | | | SVN-Revision: 7065 | ||||
* | clean up version control junk in the rootfs directory | Felix Fietkau | 2007-04-24 | 1 | -0/+3 |
| | | | | SVN-Revision: 7045 | ||||
* | add missing -prepare target | Felix Fietkau | 2007-04-20 | 1 | -2/+2 |
| | | | | SVN-Revision: 7017 | ||||
* | revert package compile breakage introduced in [6936] | Felix Fietkau | 2007-04-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 6938 |