summaryrefslogtreecommitdiff
path: root/openwrt/package/busybox
Commit message (Collapse)AuthorAgeFilesLines
* move old kamikaze out of trunk - will put buildroot-ng in there as soon as ↵Felix Fietkau2006-10-0741-19893/+0
| | | | | | all the developers are ready SVN-Revision: 4944
* don't compile libipkg in busybox if ipkg is disabledFelix Fietkau2006-06-041-6/+6
| | | | SVN-Revision: 3901
* update busybox to v1.1.3, remove passwd_salt patch (fixed upstream).Nicolas Thill2006-05-182-15/+2
| | | | SVN-Revision: 3794
* update busybox+ipkg to latest ipkg (v0.99.162), fix a bug in ipkg that would ↵Nicolas Thill2006-05-094-382/+673
| | | | | | prevent it from installing local packages if at least a remote package with the same name is available. SVN-Revision: 3742
* fix busybox applet lookup (thanks, Stefan Weil)Felix Fietkau2006-04-251-1/+1
| | | | SVN-Revision: 3706
* upgrade to busybox 1.1.2Imre Kaloz2006-04-122-214/+2
| | | | SVN-Revision: 3625
* fix segfault in locking utilityFelix Fietkau2006-04-111-2/+5
| | | | SVN-Revision: 3617
* large init script cleanup and merge of whiterussian changes, new dnsmasq ↵Felix Fietkau2006-04-055-2/+249
| | | | | | config handling SVN-Revision: 3588
* update busybox menuconfig to 1.1.1, should fix the "missing reboot" bugFelix Fietkau2006-04-0416-265/+1012
| | | | SVN-Revision: 3587
* update ipkg patch for 1.1.1, expose an hash_fd function again removed in 1.1.1Nicolas Thill2006-04-022-326/+487
| | | | SVN-Revision: 3579
* upgrade busybox to v1.1.1Imre Kaloz2006-04-027-121/+337
| | | | SVN-Revision: 3578
* enable mount nfs, thx ejka@imfi.kspu.ruWaldemar Brodkorb2006-03-291-1/+1
| | | | SVN-Revision: 3539
* Added support httpd user-agent, IP address binding, closes #265 and #108Florian Fainelli2006-02-062-0/+122
| | | | SVN-Revision: 3165
* busybox httpd.conf: add support for reading passwords from /etc/passwd ↵Felix Fietkau2006-02-041-0/+37
| | | | | | (syntax: $p$user, similar to md5 password syntax $1$password) SVN-Revision: 3122
* Removed 220-http_address_binding.patch as it does not work for the moment. ↵Florian Fainelli2006-01-291-85/+0
| | | | | | Closes #256 SVN-Revision: 3065
* upgrade busybox to 1.1.0 finalImre Kaloz2006-01-144-84/+49
| | | | SVN-Revision: 2977
* add ip address parameter to netmsg utilityFelix Fietkau2006-01-141-4/+4
| | | | SVN-Revision: 2967
* add small 'netmsg' utility to send udp broadcast messagesFelix Fietkau2006-01-112-0/+108
| | | | SVN-Revision: 2893
* Added support for httpd IP address binding, worksforme #108 Corrected module ↵Florian Fainelli2006-01-071-0/+86
| | | | | | extension in for kmod-usb-visor SVN-Revision: 2850
* enable watchdog daemon in busybox by defaultWaldemar Brodkorb2006-01-021-1/+1
| | | | SVN-Revision: 2800
* fix bug #156, thx for reportingWaldemar Brodkorb2005-12-241-1/+1
| | | | SVN-Revision: 2760
* fix busybox+ipkg buildNicolas Thill2005-12-191-11/+0
| | | | SVN-Revision: 2733
* fix ipkg segfaultsNicolas Thill2005-12-191-1/+1
| | | | SVN-Revision: 2732
* upgrade busybox to v1.1.0-pre1Imre Kaloz2005-12-156-382/+337
| | | | SVN-Revision: 2687
* don't display an 8 character password limit on the passwd promptFelix Fietkau2005-12-111-0/+12
| | | | SVN-Revision: 2625
* create /var/spool/cron in cron init script and change the default crontab ↵Felix Fietkau2005-12-111-0/+24
| | | | | | location to /etc/crontabs (fixes #88) SVN-Revision: 2621
* fix stupid bug in my busybox ash performance patchFelix Fietkau2005-11-121-3/+3
| | | | SVN-Revision: 2457
* add a busybox ash performance hackFelix Fietkau2005-11-091-0/+77
| | | | SVN-Revision: 2398
* add hotplug stuff to trunk/Felix Fietkau2005-11-071-1/+0
| | | | SVN-Revision: 2364
* update ipkg patch to v1.99.154, add a patch to suppress warnings from ↵Nicolas Thill2005-11-062-275/+726
| | | | | | libipkg compilation SVN-Revision: 2343
* reorganize/rationalize/format package menuconfig, make updatedd modularNicolas Thill2005-11-051-3/+8
| | | | SVN-Revision: 2333
* change release number of busybox to 1 (new version)Felix Fietkau2005-10-221-1/+1
| | | | SVN-Revision: 2248
* fix telnetd in busybox 1.01Felix Fietkau2005-10-221-0/+12
| | | | SVN-Revision: 2247
* remove Maintainer: and Source: from packagesFelix Fietkau2005-10-211-2/+0
| | | | SVN-Revision: 2210
* update busybox to v1.01Imre Kaloz2005-10-202-20/+20
| | | | SVN-Revision: 2196
* sync with whiterussianWaldemar Brodkorb2005-09-141-0/+15
| | | | SVN-Revision: 1923
* add kernel 2.6 insmod support as default, just adds a few bytesWaldemar Brodkorb2005-09-031-1/+1
| | | | SVN-Revision: 1836
* fix ipkg install bug (default arch was not set)Nicolas Thill2005-08-291-1/+1
| | | | SVN-Revision: 1786
* add fix for tar command line (thx matled)Felix Fietkau2005-08-221-0/+11
| | | | SVN-Revision: 1714
* add a patch to integrate ipkg into busyboxNicolas Thill2005-08-132-0/+13711
| | | | SVN-Revision: 1639
* enable telnet client by defaultFelix Fietkau2005-05-301-2/+2
| | | | SVN-Revision: 1121
* fix udhcp release patchFelix Fietkau2005-05-301-1/+10
| | | | SVN-Revision: 1112
* make dnsmasq probe for dhcp servers before starting a dhcp serverMike Baker2005-05-301-0/+89
| | | | SVN-Revision: 1110
* Add short description to Config.in promptNicolas Thill2005-05-191-3/+3
| | | | SVN-Revision: 950
* enable seq by default in busyboxFelix Fietkau2005-05-121-1/+1
| | | | SVN-Revision: 858
* convert busybox to new packaging styleFelix Fietkau2005-05-122-32/+12
| | | | SVN-Revision: 844
* add busybox printf by defaultFelix Fietkau2005-04-301-1/+1
| | | | SVN-Revision: 775
* enable dirname and id by default (needed by openswan)Felix Fietkau2005-04-181-2/+2
| | | | SVN-Revision: 676
* hide experimental/developer options from the user. can be reenabled by using ↵Felix Fietkau2005-04-051-0/+1
| | | | | | make menuconfig DEVELOPER=1 SVN-Revision: 567
* enable -T for tarFelix Fietkau2005-04-022-2/+2
| | | | SVN-Revision: 533