summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Fix to wait for internal http server to complete transfer. Rework and ↵Jose Vasconcellos2009-01-181-46/+54
| | | | | | simplify command line options. SVN-Revision: 14098
* Fix parsing of password option; set timeout for writing.Jose Vasconcellos2009-01-151-15/+15
| | | | SVN-Revision: 14046
* add support for build-only packages which do not appear in menuconfigFelix Fietkau2009-01-132-0/+4
| | | | SVN-Revision: 14009
* If a package is part of a virtual dependency and also listed as a normal ↵Lars-Peter Clausen2009-01-051-5/+10
| | | | | | dependency ensure that the dependency is always unconditional. Such a case happens if for example a package has a build dependency and the build dependency provides a virtual install dependency of the package. SVN-Revision: 13877
* fix recursive dependencies that might be caused by using conditional ↵Felix Fietkau2009-01-021-5/+18
| | | | | | dependencies SVN-Revision: 13813
* scripts/feeds update:Felix Fietkau2008-12-311-50/+42
| | | | | | | | | | | * Fix feed update via git. * Add support for bzr and hg. * Proper escaping of command line arguments handed to system. * Reduced code duplication. Patch by Justus Winter SVN-Revision: 13782
* Also move jungo-image.py to scripts/flashingFlorian Fainelli2008-12-171-0/+0
| | | | SVN-Revision: 13675
* Move flashing scripts to scripts/flashing/Florian Fainelli2008-12-175-0/+0
| | | | SVN-Revision: 13674
* Add flashing script for adsl2mue (#3994)Florian Fainelli2008-12-171-0/+170
| | | | SVN-Revision: 13673
* increased SCAN_DEPTH for feeds/ by 1Mirko Vogt2008-12-091-1/+1
| | | | SVN-Revision: 13572
* Updated jungo-image.py script (from Jose): Fix http server issues when ↵Peter Denison2008-12-081-26/+61
| | | | | | imagefile is on different directory Fix computation of flash size Obtain MAC address in a more portable way Add percent display when dumping flash (instead of dots) Set default to display progress information; added --quiet option SVN-Revision: 13550
* Added jungo-image.py script for backing up and flashing Jungo-based routers ↵Peter Denison2008-12-021-0/+223
| | | | | | such as MI424-WR, USR8200 and WRV54G SVN-Revision: 13486
* Fix indention.Lars-Peter Clausen2008-11-221-1/+1
| | | | SVN-Revision: 13321
* Add support for negative conditional dependencies. Also add the condition of ↵Lars-Peter Clausen2008-11-221-6/+10
| | | | | | conditional dependencies to dependencies which are inherited form the conditional dependency. SVN-Revision: 13319
* Detect changed feed urls and rebase working copies if needed. (Patch by xMff)Steven Barth2008-11-071-7/+43
| | | | SVN-Revision: 13138
* menuconfig: don't generate inconsistencies when ~/.openwrt/defconfig ↵Felix Fietkau2008-10-181-5/+1
| | | | | | specifies a default target SVN-Revision: 13008
* add support for conditional depends to the feeds scriptFelix Fietkau2008-10-181-1/+2
| | | | SVN-Revision: 13004
* scripts/env: fix file syncing on env switchFelix Fietkau2008-10-081-1/+1
| | | | SVN-Revision: 12925
* don't print warnings for undefined DEFAULT_* symbols on menuconfig. generate ↵Felix Fietkau2008-10-061-2/+6
| | | | | | those in config-target.in instead of config-package.in SVN-Revision: 12871
* fix infinite recursion in metadata.plFelix Fietkau2008-10-041-1/+5
| | | | SVN-Revision: 12851
* implement conditional dependencies for menuconfig and build depsFelix Fietkau2008-10-012-2/+24
| | | | SVN-Revision: 12820
* scripts/feeds: allow multiple alternative urls for a single feed. this will ↵Felix Fietkau2008-09-271-5/+12
| | | | | | be useful for maintaining release branch forks of /packages SVN-Revision: 12746
* use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes ↵Felix Fietkau2008-09-238-8/+8
| | | | | | #2998) SVN-Revision: 12674
* Restore config after running scripts/env diff.Lars-Peter Clausen2008-09-181-0/+1
| | | | SVN-Revision: 12632
* Fixed dependency handling for feedsSteven Barth2008-09-161-1/+1
| | | | SVN-Revision: 12615
* fix ./scripts/env for newer git versionsFelix Fietkau2008-09-021-3/+1
| | | | SVN-Revision: 12502
* Add @GNOME download source.Lars-Peter Clausen2008-09-011-1/+15
| | | | SVN-Revision: 12469
* fix ./scripts/env deleteFelix Fietkau2008-08-271-2/+3
| | | | SVN-Revision: 12399
* some more s/git-/git /Felix Fietkau2008-08-241-1/+1
| | | | SVN-Revision: 12380
* replace the deprecated git-* command calls with git *Felix Fietkau2008-08-242-16/+16
| | | | SVN-Revision: 12379
* don't display the "Image configuration" menu entry when there's nothing to ↵Nicolas Thill2008-08-221-1/+1
| | | | | | pre-configure (when using the SDK for example) SVN-Revision: 12366
* add "Architecture" field to opkg status file (closes: #3901)Nicolas Thill2008-08-201-1/+1
| | | | SVN-Revision: 12349
* rename feeds.conf to feeds.conf.default, make feeds.conf override ↵Felix Fietkau2008-08-171-1/+3
| | | | | | feeds.conf.default this makes it possible to change the feeds lists without having the version control system record it as a change SVN-Revision: 12328
* fix uninitialized variable in metadata.pm (#3860)Felix Fietkau2008-08-161-0/+1
| | | | SVN-Revision: 12325
* make opkg the default package manager, disable busybox ipkg from building by ↵Travis Kemen2008-08-161-1/+1
| | | | | | default SVN-Revision: 12319
* scripts/feeds calls 'make' irrespective of the platform it is running on. ↵Florian Fainelli2008-08-081-5/+9
| | | | | | | | The attached patch changes the code to use gmake if available (which should cover non-linux platforms, and is the same logic used to adapt other programs in include/host.mk) (#3867) Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it> SVN-Revision: 12246
* and another oneFelix Fietkau2008-08-061-1/+1
| | | | SVN-Revision: 12217
* fix a small typoFelix Fietkau2008-08-061-1/+1
| | | | SVN-Revision: 12216
* add script for managing 'build environments' (.config+files/), including ↵Felix Fietkau2008-08-061-0/+219
| | | | | | documentation SVN-Revision: 12212
* fix a small bug in the recursive dependency lookup for generated menuconfig ↵Felix Fietkau2008-08-041-3/+3
| | | | | | files SVN-Revision: 12107
* scripts/feeds: properly handle virtual packages as well, use the first ↵Felix Fietkau2008-08-041-1/+7
| | | | | | available provider by default SVN-Revision: 12103
* scripts/feeds: fix some installation warnings for locally installed packagesFelix Fietkau2008-08-041-1/+1
| | | | SVN-Revision: 12102
* fix scripts/feeds dependency lookup: process deps for all virtual packages ↵Felix Fietkau2008-08-041-4/+6
| | | | | | of a src package that belongs to the package that the user wants to install SVN-Revision: 12101
* generate zImage for the ADI Sidewinder, tooImre Kaloz2008-07-221-1/+1
| | | | SVN-Revision: 11901
* generate patched zImage for the Pronghorn, tooImre Kaloz2008-07-021-1/+1
| | | | SVN-Revision: 11623
* use the european kernel.org mirror tooMatteo Croce2008-06-121-4/+2
| | | | SVN-Revision: 11448
* fix missing package compile/installation issueFelix Fietkau2008-06-111-11/+12
| | | | SVN-Revision: 11441
* fix some previously ignored build dependencies (for example, uci->lua)Felix Fietkau2008-06-111-4/+14
| | | | SVN-Revision: 11429
* consider virtual dependencies (generated by using PROVIDES:=) when ↵Felix Fietkau2008-06-101-14/+32
| | | | | | generating the build dependencies (fixes python build dependency errors) SVN-Revision: 11428
* add new target feature option for fpuImre Kaloz2008-06-031-0/+1
| | | | SVN-Revision: 11337