Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | really fix webif password access patch for busybox | Felix Fietkau | 2006-10-06 |
| | | | | SVN-Revision: 4936 | ||
* | fix for the password check (checked the wrong variable) | Felix Fietkau | 2006-10-02 |
| | | | | SVN-Revision: 4887 | ||
* | port last commit to -ng | Felix Fietkau | 2006-10-02 |
| | | | | SVN-Revision: 4886 | ||
* | fix grep's -C option | Mike Baker | 2006-09-25 |
| | | | | SVN-Revision: 4857 | ||
* | new (last?) attempt at standardizing Makefiles | Nicolas Thill | 2006-09-24 |
| | | | | SVN-Revision: 4855 | ||
* | change more to less | Mike Baker | 2006-09-07 |
| | | | | SVN-Revision: 4774 | ||
* | enable mknod by default (#490) - some drivers don't register with devfs properly | Felix Fietkau | 2006-08-22 |
| | | | | SVN-Revision: 4627 | ||
* | revert [4599], the bug was fixed elsewhere | Felix Fietkau | 2006-08-21 |
| | | | | SVN-Revision: 4618 | ||
* | don't try to use gnu wget specific options in ipkg | Felix Fietkau | 2006-08-18 |
| | | | | SVN-Revision: 4599 | ||
* | fix wget long options bug (closes: #682) | Nicolas Thill | 2006-08-18 |
| | | | | SVN-Revision: 4586 | ||
* | update busybox to v1.2.1 | Nicolas Thill | 2006-08-08 |
| | | | | SVN-Revision: 4528 | ||
* | set PATH in rules.mk | Mike Baker | 2006-08-04 |
| | | | | SVN-Revision: 4438 | ||
* | fix everything I broke with the previous patches | Mike Baker | 2006-08-04 |
| | | | | SVN-Revision: 4436 | ||
* | add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache | Mike Baker | 2006-08-04 |
| | | | | SVN-Revision: 4429 | ||
* | add copyright headers to busybox patches | Felix Fietkau | 2006-06-27 |
| | | | | SVN-Revision: 4095 | ||
* | credit where credit is due | Mike Baker | 2006-06-27 |
| | | | | SVN-Revision: 4091 | ||
* | add INCLUDE_DIR variable for $(TOPDIR)/include | Felix Fietkau | 2006-06-21 |
| | | | | SVN-Revision: 4033 | ||
* | build system cleanup. move shared include files into $(TOPDIR)/include, move ↵ | Felix Fietkau | 2006-06-21 |
| | | | | | | lzma, mkfs.* into toolchain/ SVN-Revision: 4032 | ||
* | don't compile libipkg in busybox if ipkg is disabled | Felix Fietkau | 2006-06-04 |
| | | | | SVN-Revision: 3901 | ||
* | fix busybox build | Felix Fietkau | 2006-05-31 |
| | | | | SVN-Revision: 3878 | ||
* | remove weird /lib64 directory | Felix Fietkau | 2006-05-31 |
| | | | | SVN-Revision: 3873 | ||
* | sync busybox with trunk (update to v1.1.3). | Nicolas Thill | 2006-05-24 |
| | | | | SVN-Revision: 3823 | ||
* | fix .pkginfo line to allow the use of $(SOURCE) | Mike Baker | 2006-05-19 |
| | | | | SVN-Revision: 3802 | ||
* | clean up menu configuration | Mike Baker | 2006-05-19 |
| | | | | SVN-Revision: 3801 | ||
* | Convert packages to new template | Mike Baker | 2006-05-10 |
| | | | | SVN-Revision: 3752 | ||
* | Add default compile target & use it for bridge and busybox | Mike Baker | 2006-04-21 |
| | | | | SVN-Revision: 3693 | ||
* | clean up package titles/descriptions | Felix Fietkau | 2006-04-21 |
| | | | | SVN-Revision: 3686 | ||
* | more cleanups and a new menuconfig generator | Felix Fietkau | 2006-04-21 |
| | | | | SVN-Revision: 3685 | ||
* | more buildroot-ng bugfixes | Felix Fietkau | 2006-04-19 |
| | | | | SVN-Revision: 3675 | ||
* | bugfix in package/rules.mk, add support for dumping package information with ↵ | Felix Fietkau | 2006-04-19 |
| | | | | | | make DUMP=1 SVN-Revision: 3674 | ||
* | port iptables to new config format, change handling of TITLE and DESCRIPTION | Felix Fietkau | 2006-04-14 |
| | | | | SVN-Revision: 3647 | ||
* | new package makefile syntax | Felix Fietkau | 2006-04-14 |
| | | | | SVN-Revision: 3645 | ||
* | remove some more stuff, change package makefile format in rules.mk, port ↵ | Felix Fietkau | 2006-04-14 |
| | | | | | | busybox over to the new format SVN-Revision: 3643 | ||
* | upgrade to busybox 1.1.2 | Imre Kaloz | 2006-04-12 |
| | | | | SVN-Revision: 3625 | ||
* | fix segfault in locking utility | Felix Fietkau | 2006-04-11 |
| | | | | SVN-Revision: 3617 | ||
* | large init script cleanup and merge of whiterussian changes, new dnsmasq ↵ | Felix Fietkau | 2006-04-05 |
| | | | | | | config handling SVN-Revision: 3588 | ||
* | update busybox menuconfig to 1.1.1, should fix the "missing reboot" bug | Felix Fietkau | 2006-04-04 |
| | | | | SVN-Revision: 3587 | ||
* | update ipkg patch for 1.1.1, expose an hash_fd function again removed in 1.1.1 | Nicolas Thill | 2006-04-02 |
| | | | | SVN-Revision: 3579 | ||
* | upgrade busybox to v1.1.1 | Imre Kaloz | 2006-04-02 |
| | | | | SVN-Revision: 3578 | ||
* | enable mount nfs, thx ejka@imfi.kspu.ru | Waldemar Brodkorb | 2006-03-29 |
| | | | | SVN-Revision: 3539 | ||
* | Added support httpd user-agent, IP address binding, closes #265 and #108 | Florian Fainelli | 2006-02-06 |
| | | | | SVN-Revision: 3165 | ||
* | busybox httpd.conf: add support for reading passwords from /etc/passwd ↵ | Felix Fietkau | 2006-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 Fainelli | 2006-01-29 |
| | | | | | | Closes #256 SVN-Revision: 3065 | ||
* | upgrade busybox to 1.1.0 final | Imre Kaloz | 2006-01-14 |
| | | | | SVN-Revision: 2977 | ||
* | add ip address parameter to netmsg utility | Felix Fietkau | 2006-01-14 |
| | | | | SVN-Revision: 2967 | ||
* | add small 'netmsg' utility to send udp broadcast messages | Felix Fietkau | 2006-01-11 |
| | | | | SVN-Revision: 2893 | ||
* | Added support for httpd IP address binding, worksforme #108 Corrected module ↵ | Florian Fainelli | 2006-01-07 |
| | | | | | | extension in for kmod-usb-visor SVN-Revision: 2850 | ||
* | enable watchdog daemon in busybox by default | Waldemar Brodkorb | 2006-01-02 |
| | | | | SVN-Revision: 2800 | ||
* | fix bug #156, thx for reporting | Waldemar Brodkorb | 2005-12-24 |
| | | | | SVN-Revision: 2760 | ||
* | fix busybox+ipkg build | Nicolas Thill | 2005-12-19 |
| | | | | SVN-Revision: 2733 |