| Commit message (Expand) | Author | Age | Files | Lines |
* | fix jffs2root compile | nbd | 2006-11-12 | 3 | -2/+306 |
* | move two functions from broadcom.sh to /sbin/wifi | nbd | 2006-11-11 | 1 | -0/+32 |
* | make sure udhcpc is spawned as a background process (use eval) | nbd | 2006-11-09 | 1 | -1/+1 |
* | add support for -t 0 (infinite retry) in busybox udhcpc and use it in the net... | nbd | 2006-11-09 | 1 | -1/+1 |
* | fix dhcp hotplug events | nbd | 2006-11-09 | 1 | -1/+1 |
* | fix ifdown hotplug event for static | nbd | 2006-11-09 | 1 | -0/+5 |
* | fix ifup hotplug event for static | nbd | 2006-11-09 | 1 | -1/+1 |
* | fix for multiple extra commands in init scripts using rc.common | nbd | 2006-11-09 | 1 | -1/+1 |
* | fix potential data loss issue on failed umount (patch from #942) | nbd | 2006-11-09 | 1 | -2/+2 |
* | Ensure dropbear is installed before disabling telnet (#920) | florian | 2006-11-07 | 1 | -1/+1 |
* | Change httpd realm to match the hostname (#932) | florian | 2006-11-07 | 1 | -1/+4 |
* | Test if symbolic is already there (#886) | florian | 2006-11-04 | 1 | -1/+1 |
* | call interface stop handler on ifdown | nbd | 2006-11-04 | 1 | -0/+3 |
* | rename the <boardname>-<kernelversion> directories of base-files to just <boa... | nbd | 2006-11-03 | 22 | -255/+4 |
* | add config option for autostart of network interfaces | nbd | 2006-11-03 | 2 | -1/+13 |
* | fix missing variable assignment (found by db90h) | nbd | 2006-11-03 | 1 | -0/+1 |
* | reset CONFIG_SECTION when calling config_load | nbd | 2006-10-28 | 1 | -0/+1 |
* | add protection against running cf2nand from yaffs2 | nbd | 2006-10-26 | 1 | -0/+5 |
* | add cf2nand script for copying a cf card installation to nand flash automatic... | nbd | 2006-10-26 | 1 | -0/+61 |
* | add lookup function for mtd parts | nbd | 2006-10-26 | 1 | -0/+7 |
* | use lock to remove race conditions in bringing up ppp and dhcp that would lea... | nbd | 2006-10-26 | 2 | -3/+18 |
* | make network scripts more robust, prevent multiple instances of pppd and udhc... | nbd | 2006-10-24 | 3 | -21/+22 |
* | add netconfig fix for wl-500g premium | nbd | 2006-10-24 | 2 | -4/+14 |
* | remove an obsolete function | nbd | 2006-10-24 | 1 | -7/+0 |
* | fix typo | nbd | 2006-10-23 | 2 | -2/+2 |
* | template.awk fix processing of certain config file formats | nbd | 2006-10-20 | 1 | -3/+3 |
* | move /usr/lib/parse-config.awk to /lib/config/template.awk | nbd | 2006-10-20 | 1 | -0/+0 |
* | hacks for supporting the toshiba wrc-1000 | nbd | 2006-10-17 | 2 | -2/+13 |
* | remove support for obsolete /etc/modules file | nbd | 2006-10-16 | 1 | -1/+1 |
* | remove nvram.sh | nbd | 2006-10-16 | 1 | -19/+0 |
* | fix typo | nbd | 2006-10-15 | 1 | -1/+1 |
* | init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname... | nbd | 2006-10-15 | 10 | -5/+21 |
* | fix error message | nbd | 2006-10-15 | 1 | -1/+1 |
* | remove all broadcom interfaces from bridges and bring them down completely wh... | nbd | 2006-10-15 | 2 | -7/+17 |
* | add protection for bridging interface changes | nbd | 2006-10-15 | 1 | -0/+7 |
* | remove the wifi interface from the default bridge | nbd | 2006-10-15 | 2 | -8/+6 |
* | implement simple device autodetection for wifi drivers | nbd | 2006-10-15 | 3 | -25/+53 |
* | save the real configured interface name in the 'device' variable when running... | nbd | 2006-10-09 | 2 | -5/+3 |
* | add new /bin/uci script and api for manipulating buildroot-ng config files | nbd | 2006-10-09 | 4 | -1/+478 |
* | fix shell escaping bug in append() function | nbd | 2006-10-09 | 1 | -1/+1 |
* | add 1 second delay for natsemi ifup (sometimes won't come up otherwise) | nbd | 2006-10-09 | 1 | -0/+3 |
* | fix a small bug in the parse-config script | nbd | 2006-10-08 | 1 | -1/+1 |
* | minor cleanup | nbd | 2006-10-06 | 1 | -5/+2 |
* | hide enable/disable functions, not active yet | nbd | 2006-10-04 | 1 | -4/+0 |
* | fix displayed name in init script help text | nbd | 2006-10-04 | 1 | -1/+1 |
* | add new rc.common for standardized init scripts, convert existing init scripts | nbd | 2006-10-04 | 11 | -215/+318 |
* | move arch specific base-files install call to the end of the generic one - fi... | nbd | 2006-10-04 | 1 | -1/+1 |
* | don't recreate the resolv.conf file from the dhcp script if no dhcp server is... | nbd | 2006-10-03 | 1 | -7/+9 |
* | new (last?) attempt at standardizing Makefiles | nico | 2006-09-24 | 1 | -22/+25 |
* | use absolute paths in include() shell function | nbd | 2006-09-24 | 6 | -6/+6 |