aboutsummaryrefslogtreecommitdiff
path: root/openwrt/package/busybox
Commit message (Collapse)AuthorAge
* really fix webif password access patch for busyboxFelix Fietkau2006-10-06
| | | | SVN-Revision: 4936
* fix for the password check (checked the wrong variable)Felix Fietkau2006-10-02
| | | | SVN-Revision: 4887
* port last commit to -ngFelix Fietkau2006-10-02
| | | | SVN-Revision: 4886
* fix grep's -C optionMike Baker2006-09-25
| | | | SVN-Revision: 4857
* new (last?) attempt at standardizing MakefilesNicolas Thill2006-09-24
| | | | SVN-Revision: 4855
* change more to lessMike Baker2006-09-07
| | | | SVN-Revision: 4774
* enable mknod by default (#490) - some drivers don't register with devfs properlyFelix Fietkau2006-08-22
| | | | SVN-Revision: 4627
* revert [4599], the bug was fixed elsewhereFelix Fietkau2006-08-21
| | | | SVN-Revision: 4618
* don't try to use gnu wget specific options in ipkgFelix Fietkau2006-08-18
| | | | SVN-Revision: 4599
* fix wget long options bug (closes: #682)Nicolas Thill2006-08-18
| | | | SVN-Revision: 4586
* update busybox to v1.2.1Nicolas Thill2006-08-08
| | | | SVN-Revision: 4528
* set PATH in rules.mkMike Baker2006-08-04
| | | | SVN-Revision: 4438
* fix everything I broke with the previous patchesMike Baker2006-08-04
| | | | SVN-Revision: 4436
* add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccacheMike Baker2006-08-04
| | | | SVN-Revision: 4429
* add copyright headers to busybox patchesFelix Fietkau2006-06-27
| | | | SVN-Revision: 4095
* credit where credit is dueMike Baker2006-06-27
| | | | SVN-Revision: 4091
* add INCLUDE_DIR variable for $(TOPDIR)/includeFelix Fietkau2006-06-21
| | | | SVN-Revision: 4033
* build system cleanup. move shared include files into $(TOPDIR)/include, move ↵Felix Fietkau2006-06-21
| | | | | | lzma, mkfs.* into toolchain/ SVN-Revision: 4032
* don't compile libipkg in busybox if ipkg is disabledFelix Fietkau2006-06-04
| | | | SVN-Revision: 3901
* fix busybox buildFelix Fietkau2006-05-31
| | | | SVN-Revision: 3878
* remove weird /lib64 directoryFelix Fietkau2006-05-31
| | | | SVN-Revision: 3873
* sync busybox with trunk (update to v1.1.3).Nicolas Thill2006-05-24
| | | | SVN-Revision: 3823
* fix .pkginfo line to allow the use of $(SOURCE)Mike Baker2006-05-19
| | | | SVN-Revision: 3802
* clean up menu configurationMike Baker2006-05-19
| | | | SVN-Revision: 3801
* Convert packages to new templateMike Baker2006-05-10
| | | | SVN-Revision: 3752
* Add default compile target & use it for bridge and busyboxMike Baker2006-04-21
| | | | SVN-Revision: 3693
* clean up package titles/descriptionsFelix Fietkau2006-04-21
| | | | SVN-Revision: 3686
* more cleanups and a new menuconfig generatorFelix Fietkau2006-04-21
| | | | SVN-Revision: 3685
* more buildroot-ng bugfixesFelix Fietkau2006-04-19
| | | | SVN-Revision: 3675
* bugfix in package/rules.mk, add support for dumping package information with ↵Felix Fietkau2006-04-19
| | | | | | make DUMP=1 SVN-Revision: 3674
* port iptables to new config format, change handling of TITLE and DESCRIPTIONFelix Fietkau2006-04-14
| | | | SVN-Revision: 3647
* new package makefile syntaxFelix Fietkau2006-04-14
| | | | SVN-Revision: 3645
* remove some more stuff, change package makefile format in rules.mk, port ↵Felix Fietkau2006-04-14
| | | | | | busybox over to the new format SVN-Revision: 3643
* 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