Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build & release : downgrade to Barrier Breaker | Ludovic Pouzenc | 2018-09-14 | 1 | -3/+3 |
| | |||||
* | build: clarify the file prereq check message | Felix Fietkau | 2014-04-24 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40569 | ||||
* | build: add a prereq check for file (#15692) | Felix Fietkau | 2014-04-24 | 1 | -0/+4 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40568 | ||||
* | Add package signing infrastructure | Steven Barth | 2013-10-02 | 1 | -0/+4 |
| | | | | | | | | | | | | | 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 | ||||
* | Revert "prereq-build: check for "bc" (#13767)" | Florian Fainelli | 2013-07-01 | 1 | -4/+0 |
| | | | | | | | | | Makes all buildbot builds fail; until we get the right software installed, revert this changeset. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37122 | ||||
* | prereq-build: check for "bc" (#13767) | Florian Fainelli | 2013-06-30 | 1 | -0/+4 |
| | | | | | | | | | bc is required by the kernel to compute timeconsts files, add bc to the list of prereq to build OpenWrt. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37108 | ||||
* | build: BSD compile fixes | Felix Fietkau | 2013-03-07 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | following patch allows to build images for Qemu ARM on OpenBSD 5.2 amd64 and FreeBSD 9.1 amd64. Mostly small pieces of code changes to get things right on the specific platform. Updated the README to describe better, which tools on the host are required. Added some kind of prepare scripts to install needed tools on BSD via packages. Signed-off-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de> SVN-Revision: 35900 | ||||
* | prereq-build.mk: do not perform static linking tests on Darwin | Jo-Philipp Wich | 2012-08-12 | 1 | -15/+20 |
| | | | | SVN-Revision: 33139 | ||||
* | add remaining missing build prereq checks | Jo-Philipp Wich | 2012-08-11 | 1 | -0/+19 |
| | | | | SVN-Revision: 33122 | ||||
* | add a build preeq check for glibc-static | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+9 |
| | | | | SVN-Revision: 33121 | ||||
* | prereq-build: flex is built in tools/ - do not require it to be installed on ↵ | Felix Fietkau | 2012-06-07 | 1 | -4/+0 |
| | | | | | | the host SVN-Revision: 32116 | ||||
* | Add git version check to prerequisite check (#11229) | Vasilis Tsiligiannis | 2012-04-06 | 1 | -2/+6 |
| | | | | SVN-Revision: 31214 | ||||
* | Fix typo in GNU Make prereq check | Vasilis Tsiligiannis | 2012-04-06 | 1 | -2/+2 |
| | | | | SVN-Revision: 31213 | ||||
* | add git (git-core) as a prerequisite (#8866) | Florian Fainelli | 2011-02-14 | 1 | -0/+4 |
| | | | | SVN-Revision: 25536 | ||||
* | set the umask in toplevel.mk instead of forcing the user to adjust it | Felix Fietkau | 2010-10-14 | 1 | -7/+0 |
| | | | | SVN-Revision: 23445 | ||||
* | add a prereq check for umask 0022, other settings will result in broken packages | Jo-Philipp Wich | 2010-10-14 | 1 | -0/+7 |
| | | | | SVN-Revision: 23442 | ||||
* | fix gnu find prereq check | Felix Fietkau | 2010-04-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 21078 | ||||
* | fix source file vs library order in a few prereq checks (#4326) | Felix Fietkau | 2009-04-09 | 1 | -3/+3 |
| | | | | SVN-Revision: 15181 | ||||
* | ooops, m4 is already part of the host tools | Ralph Hempel | 2009-03-25 | 1 | -4/+0 |
| | | | | SVN-Revision: 15044 | ||||
* | added m4 to prereq check, thanks to Gerph | Ralph Hempel | 2009-03-25 | 1 | -0/+4 |
| | | | | SVN-Revision: 15043 | ||||
* | remove autoconf from prereq-build.mk, as it is part of the tools/ build | Felix Fietkau | 2009-03-16 | 1 | -4/+0 |
| | | | | SVN-Revision: 14901 | ||||
* | Bison is not a prerequirement since it's build as part of the openwrt toolchain. | Lars-Peter Clausen | 2009-03-16 | 1 | -4/+0 |
| | | | | SVN-Revision: 14900 | ||||
* | improve support for building on mac os x by improving detection of missing ↵ | Felix Fietkau | 2009-01-25 | 1 | -0/+14 |
| | | | | | | components SVN-Revision: 14180 | ||||
* | add prereq check for extended getopt (#3944) | Felix Fietkau | 2008-09-02 | 1 | -0/+8 |
| | | | | SVN-Revision: 12491 | ||||
* | add prereq check for python | Felix Fietkau | 2008-08-04 | 1 | -0/+4 |
| | | | | SVN-Revision: 12110 | ||||
* | add prereq check for gnu find | Felix Fietkau | 2007-12-11 | 1 | -0/+7 |
| | | | | SVN-Revision: 9710 | ||||
* | enforce gnu make >= 3.81 now. it has become too annoying to work around bugs ↵ | Felix Fietkau | 2007-12-04 | 1 | -5/+1 |
| | | | | | | in 3.80 SVN-Revision: 9654 | ||||
* | prefer http downloads over svn/git checkouts, remove git dependency | Felix Fietkau | 2007-11-16 | 1 | -8/+0 |
| | | | | SVN-Revision: 9567 | ||||
* | add git checkout support | Felix Fietkau | 2007-11-16 | 1 | -0/+12 |
| | | | | SVN-Revision: 9553 | ||||
* | add better working-g++ check (patch from #2017) | Felix Fietkau | 2007-07-23 | 1 | -1/+2 |
| | | | | SVN-Revision: 8118 | ||||
* | revert bogus change | Felix Fietkau | 2007-06-03 | 1 | -3/+0 |
| | | | | SVN-Revision: 7482 | ||||
* | quilt is now a preriquisite | Florian Fainelli | 2007-06-03 | 1 | -0/+4 |
| | | | | SVN-Revision: 7480 | ||||
* | revert find | xargs => find | exec changes - this is completely unnecessary ↵ | Felix Fietkau | 2007-04-12 | 1 | -8/+0 |
| | | | | | | and introduces additional dependencies that we do not need SVN-Revision: 6942 | ||||
* | prereq check for find -exec + | Mike Baker | 2007-04-12 | 1 | -0/+8 |
| | | | | SVN-Revision: 6940 | ||||
* | Typo, nice | Florian Fainelli | 2007-04-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 6826 | ||||
* | Add gawk as a preriquisite (needed for ramdisk images) | Florian Fainelli | 2007-04-02 | 1 | -2/+3 |
| | | | | SVN-Revision: 6825 | ||||
* | add PKG_NAME to prereq-build.mk so that failed checks show a proper prefix ↵ | Felix Fietkau | 2007-03-28 | 1 | -0/+2 |
| | | | | | | instead of just ':' SVN-Revision: 6747 | ||||
* | add a prereq check for autoconf | Felix Fietkau | 2006-11-24 | 1 | -0/+6 |
| | | | | SVN-Revision: 5633 | ||||
* | remove python prereq check - no longer necessary | Felix Fietkau | 2006-11-20 | 1 | -4/+0 |
| | | | | SVN-Revision: 5590 | ||||
* | fix another build error | Felix Fietkau | 2006-11-12 | 1 | -1/+0 |
| | | | | SVN-Revision: 5508 | ||||
* | add prereq check for case-sensitive filesystem | Felix Fietkau | 2006-10-14 | 1 | -0/+10 |
| | | | | SVN-Revision: 5073 | ||||
* | add prereq check for wget | Felix Fietkau | 2006-10-13 | 1 | -0/+4 |
| | | | | SVN-Revision: 5065 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 1 | -0/+105 |