summaryrefslogtreecommitdiff
path: root/openwrt/scripts
Commit message (Collapse)AuthorAgeFilesLines
* speed up package prereq check (only run make on those directories that ↵Felix Fietkau2006-10-051-1/+7
| | | | | | actually contain prereq checks) SVN-Revision: 4927
* ignore kernel and base-files depends, both don't install anything into the ↵Felix Fietkau2006-10-031-0/+1
| | | | | | staging dir SVN-Revision: 4890
* fix lxdialog cc/ldflags check script for darwin/osxFelix Fietkau2006-09-271-15/+21
| | | | SVN-Revision: 4864
* disable gettext in menuconfigFelix Fietkau2006-09-271-4/+1
| | | | SVN-Revision: 4863
* disable mirror1.openwrt.org for now - doesn't seem to be activeFelix Fietkau2006-09-241-1/+1
| | | | SVN-Revision: 4851
* Standardize shell script, closes #788Florian Fainelli2006-09-211-1/+1
| | | | SVN-Revision: 4807
* change path for mirror2.openwrt.orgFelix Fietkau2006-09-061-1/+1
| | | | SVN-Revision: 4759
* increase the size of a few static buffers in menuconfig - fixes display of ↵Felix Fietkau2006-08-081-3/+4
| | | | | | menus with lots of packages SVN-Revision: 4517
* add -f option to timestamp.pl (follow symlinks)Felix Fietkau2006-08-041-2/+4
| | | | SVN-Revision: 4457
* add mirror2 to download.plFelix Fietkau2006-08-041-0/+1
| | | | SVN-Revision: 4445
* FreeBSD fix to generate the menuconfig properlyFlorian Fainelli2006-08-021-0/+9
| | | | SVN-Revision: 4396
* let ipkg fail when a package file to be installed is not foundNicolas Thill2006-07-261-4/+0
| | | | SVN-Revision: 4287
* fix menu/submenu nestingFelix Fietkau2006-07-211-8/+13
| | | | SVN-Revision: 4200
* add submenu dependencies (used to hide the proprietary broadcom driver on ↵Felix Fietkau2006-07-211-0/+7
| | | | | | anything except for brcm-2.4) SVN-Revision: 4197
* credit where credit is dueMike Baker2006-06-278-0/+56
| | | | SVN-Revision: 4091
* add 'reset to defaults' to menuconfigFelix Fietkau2006-06-253-0/+29
| | | | SVN-Revision: 4080
* move the broadcom driver stuff into its own submenuFelix Fietkau2006-06-251-0/+12
| | | | SVN-Revision: 4073
* sstrip binaries that have been stripped by the regular strip beforeFelix Fietkau2006-06-221-1/+1
| | | | SVN-Revision: 4047
* don't generate invalid dependency lines in sdk modeFelix Fietkau2006-06-211-1/+1
| | | | SVN-Revision: 4035
* add sdk option for gen_deps.plFelix Fietkau2006-06-211-1/+13
| | | | SVN-Revision: 4034
* more dependency fixesFelix Fietkau2006-06-201-1/+1
| | | | SVN-Revision: 4024
* fix for multiple dependency flagsFelix Fietkau2006-06-201-1/+1
| | | | SVN-Revision: 4023
* 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