summaryrefslogtreecommitdiff
path: root/openwrt/scripts
Commit message (Collapse)AuthorAgeFilesLines
* fix dependency handling bugFelix Fietkau2006-06-111-2/+2
| | | | SVN-Revision: 3929
* strip kernel modules automatically as wellFelix Fietkau2006-05-311-2/+4
| | | | SVN-Revision: 3870
* don't try to strip kernel modulesFelix Fietkau2006-05-311-1/+1
| | | | SVN-Revision: 3859
* allow building of kernel-specific stuff in package/ instead of ↵Felix Fietkau2006-05-311-0/+21
| | | | | | target/linux/package/ and merge target/linux/package/base-files into package/base-files SVN-Revision: 3855
* allow more complex defaults in menuconfigFelix Fietkau2006-05-301-1/+3
| | | | SVN-Revision: 3848
* improve dependency handling, fix some package makefile bugsFelix Fietkau2006-05-302-5/+23
| | | | SVN-Revision: 3843
* add proper build dependsFelix Fietkau2006-05-302-9/+2
| | | | SVN-Revision: 3841
* add Build/InstallDev template to install dev files in STAGING_DIR, introduce ↵Nicolas Thill2006-05-241-0/+7
| | | | | | a NEEDS: package field to implement SELECT PACKAGE_foo in menuconfig. SVN-Revision: 3824
* clean up menu configurationMike Baker2006-05-191-1/+12
| | | | SVN-Revision: 3801
* finish up package makefileMike Baker2006-05-161-5/+12
| | | | SVN-Revision: 3786
* revert; perl version was entirely too slowMike Baker2006-05-151-22/+11
| | | | SVN-Revision: 3783
* replace find call with perl codeMike Baker2006-05-151-11/+22
| | | | SVN-Revision: 3782
* change syntaxMike Baker2006-05-141-4/+9
| | | | SVN-Revision: 3778
* generate package dependanciesMike Baker2006-05-141-0/+34
| | | | SVN-Revision: 3774
* fix busybox config parsing for new config formatMike Baker2006-05-121-2/+2
| | | | SVN-Revision: 3770
* add wildcard support to menuconfig (again)Mike Baker2006-05-122-44/+86
| | | | SVN-Revision: 3768
* fix detection of removed packagesFelix Fietkau2006-04-211-1/+0
| | | | SVN-Revision: 3688
* include package description in menuconfig helpFelix Fietkau2006-04-211-4/+6
| | | | SVN-Revision: 3687
* more cleanups and a new menuconfig generatorFelix Fietkau2006-04-211-0/+82
| | | | SVN-Revision: 3685
* menuconfig cleanupFelix Fietkau2006-04-201-8/+8
| | | | SVN-Revision: 3684
* modify the kconfig system for openwrtFelix Fietkau2006-04-209-37/+49
| | | | SVN-Revision: 3683
* add kconfig from linux 2.6 to scripts/configFelix Fietkau2006-04-2032-0/+13670
| | | | SVN-Revision: 3682
* add proper package dependency handlingFelix Fietkau2006-04-201-9/+25
| | | | SVN-Revision: 3679
* redirect find stderr to /dev/null in timestamp.plFelix Fietkau2006-04-201-1/+1
| | | | SVN-Revision: 3678
* add timestamp check scriptFelix Fietkau2006-04-201-0/+40
| | | | SVN-Revision: 3677
* remove make-ipkg-dir.shFelix Fietkau2006-04-141-21/+0
| | | | SVN-Revision: 3644
* add mirror1 again. sponsored by FH BRS, Lab for telecommunicationsWaldemar Brodkorb2006-03-201-2/+1
| | | | SVN-Revision: 3418
* sync whiterussian and kamikaze ipkg scriptFelix Fietkau2006-03-181-5/+5
| | | | SVN-Revision: 3403
* Fit new sourceforge.net download page layout, thanks to Fabian Deutsch for ↵Florian Fainelli2006-03-051-0/+1
| | | | | | reporting the bug and submitting the patch. SVN-Revision: 3310
* fix the "sed ... unterminated `s' command" errorMike Baker2006-02-141-2/+1
| | | | SVN-Revision: 3241
* add support for netgear dg834 and the almost identical sphairon jdr454wb: ↵Felix Fietkau2006-02-121-3/+10
| | | | | | new images, automatic boot loader patcher, updated flash script (dlink.pl renamed to adam2flash.pl) - Thanks to Jonathan McDowell (Noodles) SVN-Revision: 3221
* change cp to $(CP)Mike Baker2006-02-011-1/+1
| | | | SVN-Revision: 3112
* fix download script for sourceforge urlsFelix Fietkau2006-01-201-0/+3
| | | | SVN-Revision: 3019
* add toshiba tftp commandsWaldemar Brodkorb2005-12-251-5/+19
| | | | SVN-Revision: 2766
* add a last resort SF round-robin url and some GNU mirrorsNicolas Thill2005-12-071-0/+5
| | | | SVN-Revision: 2594
* fix sourceforge mirrors, thx d1magWaldemar Brodkorb2005-12-061-1/+1
| | | | SVN-Revision: 2582
* temporarily disabled mirrorsWaldemar Brodkorb2005-12-061-2/+2
| | | | SVN-Revision: 2580
* make log output a bit nicerFelix Fietkau2005-10-221-1/+1
| | | | SVN-Revision: 2241
* fix typo in my last commitNicolas Thill2005-10-221-1/+1
| | | | SVN-Revision: 2232
* set undefined WD variableNicolas Thill2005-10-221-1/+3
| | | | SVN-Revision: 2231
* update make-ipkg-dir.shFelix Fietkau2005-10-211-0/+8
| | | | SVN-Revision: 2209
* fix reboot command for dlink flash scriptFelix Fietkau2005-08-241-1/+1
| | | | SVN-Revision: 1742
* add a script for flashing D-Link DSL-G6x4TFelix Fietkau2005-08-231-0/+167
| | | | SVN-Revision: 1741
* add ipkg fix from whiterussianFelix Fietkau2005-08-201-2/+2
| | | | SVN-Revision: 1704
* add config file /etc/config/network, add board-specific network.overrides ↵Felix Fietkau2005-07-211-4/+5
| | | | | | (instead of nvram.overrides) SVN-Revision: 1519
* move target/default/target_skeleton into package/base-files, put all the ↵Felix Fietkau2005-07-171-1/+1
| | | | | | default files in ipkg packages, cleanup some junk in toolchain/, toolchain/ no longer changes build_mipsel/root SVN-Revision: 1494
* update master mirror urlFelix Fietkau2005-07-011-1/+1
| | | | SVN-Revision: 1304
* added mirror1 and mirror2, which dayly rsyncing the distfiles from ↵Waldemar Brodkorb2005-06-121-1/+2
| | | | | | openwrt.org/downloads/sources, so please add packages there via rsync SVN-Revision: 1220
* Add GNU download facilityNicolas Thill2005-06-081-0/+7
| | | | SVN-Revision: 1170
* move package/linux into target/linux, use wbx' new kernel code. support ↵Felix Fietkau2005-05-281-7/+9
| | | | | | building images with more than one kernel, split kernel module parts off of packages that use their own kernel modules (fuse, shfs, openswan). some cleanup in the image building process in target/. image builder is disabled for now, needs some fixing. SVN-Revision: 1085