aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/default
Commit message (Expand)AuthorAgeFilesLines
* remove support for obsolete /etc/modules fileFelix Fietkau2006-10-161-1/+1
* remove nvram.shFelix Fietkau2006-10-161-19/+0
* fix typoFelix Fietkau2006-10-151-1/+1
* init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname...Felix Fietkau2006-10-157-5/+17
* fix error messageFelix Fietkau2006-10-151-1/+1
* remove all broadcom interfaces from bridges and bring them down completely wh...Felix Fietkau2006-10-152-7/+17
* add protection for bridging interface changesFelix Fietkau2006-10-151-0/+7
* implement simple device autodetection for wifi driversFelix Fietkau2006-10-152-11/+53
* save the real configured interface name in the 'device' variable when running...Felix Fietkau2006-10-092-5/+3
* add new /bin/uci script and api for manipulating buildroot-ng config filesFelix Fietkau2006-10-094-1/+478
* fix shell escaping bug in append() functionFelix Fietkau2006-10-091-1/+1
* add 1 second delay for natsemi ifup (sometimes won't come up otherwise)Felix Fietkau2006-10-091-0/+3
* fix a small bug in the parse-config scriptFelix Fietkau2006-10-081-1/+1
* minor cleanupFelix Fietkau2006-10-061-5/+2
* hide enable/disable functions, not active yetFelix Fietkau2006-10-041-4/+0
* fix displayed name in init script help textFelix Fietkau2006-10-041-1/+1
* add new rc.common for standardized init scripts, convert existing init scriptsFelix Fietkau2006-10-048-51/+148
* don't recreate the resolv.conf file from the dhcp script if no dhcp server is...Felix Fietkau2006-10-031-7/+9
* use absolute paths in include() shell functionFelix Fietkau2006-09-246-6/+6
* bring up loopback by defaultMike Baker2006-09-151-0/+8
* change more to lessMike Baker2006-09-071-1/+1
* fix ipcalc (off by 1)Felix Fietkau2006-09-031-2/+1
* add default /etc/config/networkFelix Fietkau2006-08-301-0/+5
* change hotplug trigger to a simpler awk commandMike Baker2006-08-271-1/+2
* fix minor typo & move loopback to network configMike Baker2006-08-272-5/+1
* fix find_config() in the network scriptsFelix Fietkau2006-08-271-2/+5
* clean up hotplug mounting scriptsMike Baker2006-08-263-52/+59
* revert to using *_ifnames internally, too many problems with firewall, ppp, e...Felix Fietkau2006-08-243-6/+17
* default value for *_device in scan_interfacesFelix Fietkau2006-08-241-0/+3
* fix remaining *_ifnames referencesFelix Fietkau2006-08-242-13/+3
* change 'ifnames' to 'ifname' in network config, fix #697Felix Fietkau2006-08-231-22/+8
* fix typoFelix Fietkau2006-08-191-1/+1
* fix ppp related bug in the network scriptsFelix Fietkau2006-08-041-1/+2
* fix typoFelix Fietkau2006-08-011-1/+1
* fix more instances of '' abuseFelix Fietkau2006-07-304-23/+23
* rewrite of the network scripts and configurationFelix Fietkau2006-07-3010-240/+227
* avoid using a reserved word as a variable nameFelix Fietkau2006-07-291-3/+3
* fix unnamed config sectionsFelix Fietkau2006-07-291-6/+15
* use 127.0.0.1 as dns server and point dnsmasq to /tmp/resolv.confFelix Fietkau2006-07-251-0/+2
* sync the sysctls with whiterussian, and tune the conntrack timeoutsImre Kaloz2006-07-171-1/+5
* add copyright headers to base-files scripts and config filesFelix Fietkau2006-06-2719-0/+37
* don't rely on temporary variables in config() as they may get overwritten by ...Felix Fietkau2006-06-261-5/+3
* work around a busybox bugFelix Fietkau2006-06-251-1/+1
* add a simple /sbin/wifi script with support for the new broadcom driver (inco...Felix Fietkau2006-06-251-0/+47
* fixes for common config functionsFelix Fietkau2006-06-251-15/+27
* mount /proc earlier in /sbin/mount_rootFelix Fietkau2006-06-201-1/+1
* add a list append function to functions.shFelix Fietkau2006-06-191-0/+11
* clean up handling of the root filesystem mount - remove broadcom specific jun...Felix Fietkau2006-06-154-134/+4
* resync with kamikazeFelix Fietkau2006-05-302-1/+6
* add common functions for the new config file formatFelix Fietkau2006-05-101-0/+50