aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
Commit message (Expand)AuthorAgeFilesLines
* base-files: implement a --force option for sysupgrade to override image check...Jo-Philipp Wich2012-01-082-4/+13
* package/base-files: add support for the switch LED triggerGabor Juhos2011-12-312-1/+9
* package/base-files: use case statement in led init scriptGabor Juhos2011-12-311-15/+27
* base-files: add -b (--create-backup) option to sysupgrade, which generates a ...Jo-Philipp Wich2011-12-202-3/+27
* base-files: add lib/functions/uci-defaults.shGabor Juhos2011-12-011-0/+88
* base-files: kill remaining processes after running user hooks (#10461)Jo-Philipp Wich2011-11-192-3/+3
* base-files: another empty password check fix (#10440)Jo-Philipp Wich2011-11-172-2/+2
* base-files: now that we have date -k, adjust the kernel timezone after settin...Jo-Philipp Wich2011-11-172-2/+5
* base-files: rewrite killing of nonessential services to not rely on top, use ...Jo-Philipp Wich2011-11-162-10/+18
* base-files: prime root password with "x" to notify programs that there is a s...Jo-Philipp Wich2011-11-143-3/+6
* package/base-files: enhance service functionsNicolas Thill2011-11-121-13/+27
* base-files: now that the initial password is completely empty (and not primed...Jo-Philipp Wich2011-11-112-3/+3
* nuke another 2.4 skeletonImre Kaloz2011-11-101-1/+0
* enable and use shadow passwords by defaultImre Kaloz2011-11-101-5/+4
* the empty root password should be empty ;)Imre Kaloz2011-11-101-1/+1
* base-files, target: assign name to system timeserver section, makes it easier...Jo-Philipp Wich2011-11-101-1/+1
* package/base-files: /lib/functions.sh: add {group,user}_{add,exists} functionsNicolas Thill2011-11-091-0/+37
* package/base-files: /lib/functions.sh: let service_stop exit early if no matc...Nicolas Thill2011-11-081-1/+1
* package/base-files: enhance & cleanup service wrappersNicolas Thill2011-11-082-27/+41
* package/base-files: move service* functions from /etc/rc.common to /lib/funct...Nicolas Thill2011-11-082-82/+82
* base-files: do not kill udhcpc on sysupgrade, it will tear down the interface...Jo-Philipp Wich2011-11-081-1/+1
* base-files: do not assume that "top" is busybox' top, but try to call the app...Jo-Philipp Wich2011-11-082-2/+2
* base-files: properly handle wifi ifaces with no network attached, useful for ...Jo-Philipp Wich2011-11-082-4/+6
* package/base-files: move /etc/functions.sh to /lib/functions.shNicolas Thill2011-11-083-321/+322
* package/base-files: use new service wrapperNicolas Thill2011-11-074-24/+26
* package/base-files: /etc/rc.common: add service wrapper around start-stop-daemonNicolas Thill2011-11-071-1/+83
* package/base-files: /etc/passwd: fix uid number for user 'daemon' (conflictin...Nicolas Thill2011-11-071-1/+1
* base-files: process platform hotplug calls in the early launch of hotplug2 to...Felix Fietkau2011-11-051-0/+4
* netifd: ensure that a bridge gets created before hostapd needs it, hostapd mu...Felix Fietkau2011-11-041-0/+1
* base-files: load modules early, run wifi detect afterwards and only then proc...Felix Fietkau2011-11-031-6/+12
* base-files: add some more protected services to sysupgrade kill blacklistJo-Philipp Wich2011-11-032-2/+2
* base-files: fix typoJo-Philipp Wich2011-10-301-1/+1
* base-files: sysupgrade: kill all but essential processes before starting the ...Jo-Philipp Wich2011-10-273-1/+30
* base-files/sysupgrade: add more busybox applet symlinks to ramdiskGabor Juhos2011-10-272-2/+7
* base-files: remove rdate integration, add busybox ntpd init script and server...Jo-Philipp Wich2011-10-275-81/+41
* add an initial (experimental) version of netifd, disabled by defaultFelix Fietkau2011-10-211-1/+6
* base-files: move network related scripts to a separate package to make the tr...Felix Fietkau2011-10-209-979/+1
* base-files: introduce "igmp_snooping" option to toggle IGMP snooping on bridg...Jo-Philipp Wich2011-10-112-2/+4
* base-files: use "zonename" system option to symlink /etc/localtime via /tmp/l...Jo-Philipp Wich2011-09-262-1/+6
* base-files: apply network interface settings such as macaddr, mtu and txqueue...Felix Fietkau2011-09-241-15/+9
* base-files: make ip matching in dns add/remove functions more explicit, avoid...Jo-Philipp Wich2011-09-232-3/+3
* base-files: Fix IPv6 address and route adding on aliases with no IPv4 address...Vasilis Tsiligiannis2011-09-141-2/+2
* Revert "[package] base-files: Add support for assigning multiple IPv6 address...Vasilis Tsiligiannis2011-09-141-9/+8
* base-files: Add support for assigning multiple IPv6 addresses on an interfaceVasilis Tsiligiannis2011-09-121-8/+9
* base-files: remove an old network tunable tweak which is messing up network s...Felix Fietkau2011-08-291-1/+0
* base-files: fix arp() procedure to properly detect /usr/bin/arpJo-Philipp Wich2011-08-122-2/+2
* base-files: warn when calling /etc/init.d/<script> enable and neither START n...Felix Fietkau2011-07-271-0/+4
* base-files: use "reboot -f" after sysupgrade to prevent executing deleted ini...Jo-Philipp Wich2011-07-252-2/+2
* base-files: attempt bring up related wifi devices when calling ifup If a user...Jo-Philipp Wich2011-07-223-17/+49
* base-files: implement a generic mechanism to map per-interface sysctls to uci...Jo-Philipp Wich2011-07-172-1/+21