aboutsummaryrefslogtreecommitdiff
path: root/openwrt/package/busybox
Commit message (Collapse)AuthorAge
* move old kamikaze out of trunk - will put buildroot-ng in there as soon as ↵Felix Fietkau2006-10-07
| | | | | | all the developers are ready SVN-Revision: 4944
* don't compile libipkg in busybox if ipkg is disabledFelix Fietkau2006-06-04
| | | | SVN-Revision: 3901
* update busybox to v1.1.3, remove passwd_salt patch (fixed upstream).Nicolas Thill2006-05-18
| | | | SVN-Revision: 3794
* update busybox+ipkg to latest ipkg (v0.99.162), fix a bug in ipkg that would ↵Nicolas Thill2006-05-09
| | | | | | 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-25
| | | | SVN-Revision: 3706
* upgrade to busybox 1.1.2Imre Kaloz2006-04-12
| | | | SVN-Revision: 3625
* fix segfault in locking utilityFelix Fietkau2006-04-11
| | | | SVN-Revision: 3617
* large init script cleanup and merge of whiterussian changes, new dnsmasq ↵Felix Fietkau2006-04-05
| | | | | | config handling SVN-Revision: 3588
* update busybox menuconfig to 1.1.1, should fix the "missing reboot" bugFelix Fietkau2006-04-04
| | | | SVN-Revision: 3587
* update ipkg patch for 1.1.1, expose an hash_fd function again removed in 1.1.1Nicolas Thill2006-04-02
| | | | SVN-Revision: 3579
* upgrade busybox to v1.1.1Imre Kaloz2006-04-02
| | | | SVN-Revision: 3578
* enable mount nfs, thx ejka@imfi.kspu.ruWaldemar Brodkorb2006-03-29
| | | | SVN-Revision: 3539
* Added support httpd user-agent, IP address binding, closes #265 and #108Florian Fainelli2006-02-06
| | | | SVN-Revision: 3165
* busybox httpd.conf: add support for reading passwords from /etc/passwd ↵Felix Fietkau2006-02-04
| | | | | | (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-29
| | | | | | Closes #256 SVN-Revision: 3065
* upgrade busybox to 1.1.0 finalImre Kaloz2006-01-14
| | | | SVN-Revision: 2977
* add ip address parameter to netmsg utilityFelix Fietkau2006-01-14
| | | | SVN-Revision: 2967
* add small 'netmsg' utility to send udp broadcast messagesFelix Fietkau2006-01-11
| | | | SVN-Revision: 2893
* Added support for httpd IP address binding, worksforme #108 Corrected module ↵Florian Fainelli2006-01-07
| | | | | | extension in for kmod-usb-visor SVN-Revision: 2850
* enable watchdog daemon in busybox by defaultWaldemar Brodkorb2006-01-02
| | | | SVN-Revision: 2800
* fix bug #156, thx for reportingWaldemar Brodkorb2005-12-24
| | | | SVN-Revision: 2760
* fix busybox+ipkg buildNicolas Thill2005-12-19
| | | | SVN-Revision: 2733
* fix ipkg segfaultsNicolas Thill2005-12-19
| | | | SVN-Revision: 2732
* upgrade busybox to v1.1.0-pre1Imre Kaloz2005-12-15
| | | | SVN-Revision: 2687
* don't display an 8 character password limit on the passwd promptFelix Fietkau2005-12-11
| | | | SVN-Revision: 2625
* create /var/spool/cron in cron init script and change the default crontab ↵Felix Fietkau2005-12-11
| | | | | | location to /etc/crontabs (fixes #88) SVN-Revision: 2621
* fix stupid bug in my busybox ash performance patchFelix Fietkau2005-11-12
| | | | SVN-Revision: 2457
* add a busybox ash performance hackFelix Fietkau2005-11-09
| | | | SVN-Revision: 2398
* add hotplug stuff to trunk/Felix Fietkau2005-11-07
| | | | SVN-Revision: 2364
* update ipkg patch to v1.99.154, add a patch to suppress warnings from ↵Nicolas Thill2005-11-06
| | | | | | libipkg compilation SVN-Revision: 2343
* reorganize/rationalize/format package menuconfig, make updatedd modularNicolas Thill2005-11-05
| | | | SVN-Revision: 2333
* change release number of busybox to 1 (new version)Felix Fietkau2005-10-22
| | | | SVN-Revision: 2248
* fix telnetd in busybox 1.01Felix Fietkau2005-10-22
| | | | SVN-Revision: 2247
* remove Maintainer: and Source: from packagesFelix Fietkau2005-10-21
| | | | SVN-Revision: 2210
* update busybox to v1.01Imre Kaloz2005-10-20
| | | | SVN-Revision: 2196
* sync with whiterussianWaldemar Brodkorb2005-09-14
| | | | SVN-Revision: 1923
* add kernel 2.6 insmod support as default, just adds a few bytesWaldemar Brodkorb2005-09-03
| | | | SVN-Revision: 1836
* fix ipkg install bug (default arch was not set)Nicolas Thill2005-08-29
| | | | SVN-Revision: 1786
* add fix for tar command line (thx matled)Felix Fietkau2005-08-22
| | | | SVN-Revision: 1714
* add a patch to integrate ipkg into busyboxNicolas Thill2005-08-13
| | | | SVN-Revision: 1639
* enable telnet client by defaultFelix Fietkau2005-05-30
| | | | SVN-Revision: 1121
* fix udhcp release patchFelix Fietkau2005-05-30
| | | | SVN-Revision: 1112
* make dnsmasq probe for dhcp servers before starting a dhcp serverMike Baker2005-05-30
| | | | SVN-Revision: 1110
* Add short description to Config.in promptNicolas Thill2005-05-19
| | | | SVN-Revision: 950
* enable seq by default in busyboxFelix Fietkau2005-05-12
| | | | SVN-Revision: 858
* convert busybox to new packaging styleFelix Fietkau2005-05-12
| | | | SVN-Revision: 844
* add busybox printf by defaultFelix Fietkau2005-04-30
| | | | SVN-Revision: 775
* enable dirname and id by default (needed by openswan)Felix Fietkau2005-04-18
| | | | SVN-Revision: 676
* hide experimental/developer options from the user. can be reenabled by using ↵Felix Fietkau2005-04-05
| | | | | | make menuconfig DEVELOPER=1 SVN-Revision: 567
* enable -T for tarFelix Fietkau2005-04-02
| | | | SVN-Revision: 533