Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | the empty root password should be empty ;) | Imre Kaloz | 2011-11-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 28935 | ||||
* | base-files, target: assign name to system timeserver section, makes it ↵ | Jo-Philipp Wich | 2011-11-10 | 1 | -1/+1 |
| | | | | | | easier to set servers on the cli SVN-Revision: 28933 | ||||
* | package/base-files: move service* functions from /etc/rc.common to ↵ | Nicolas Thill | 2011-11-08 | 1 | -82/+0 |
| | | | | | | /lib/functions.sh SVN-Revision: 28864 | ||||
* | package/base-files: move /etc/functions.sh to /lib/functions.sh | Nicolas Thill | 2011-11-08 | 1 | -320/+1 |
| | | | | SVN-Revision: 28857 | ||||
* | package/base-files: use new service wrapper | Nicolas Thill | 2011-11-07 | 3 | -23/+25 |
| | | | | SVN-Revision: 28835 | ||||
* | package/base-files: /etc/rc.common: add service wrapper around start-stop-daemon | Nicolas Thill | 2011-11-07 | 1 | -1/+83 |
| | | | | SVN-Revision: 28834 | ||||
* | package/base-files: /etc/passwd: fix uid number for user 'daemon' ↵ | Nicolas Thill | 2011-11-07 | 1 | -1/+1 |
| | | | | | | (conflicting with user 'nobody') SVN-Revision: 28799 | ||||
* | base-files: process platform hotplug calls in the early launch of hotplug2 ↵ | Felix Fietkau | 2011-11-05 | 1 | -0/+4 |
| | | | | | | to avoid having crda calls get stuck at boot time (fixes #10350, #10354) SVN-Revision: 28768 | ||||
* | base-files: load modules early, run wifi detect afterwards and only then ↵ | Felix Fietkau | 2011-11-03 | 1 | -6/+12 |
| | | | | | | | | process uci defaults this allows uci-defaults scripts to override wifi settings SVN-Revision: 28733 | ||||
* | base-files: remove rdate integration, add busybox ntpd init script and ↵ | Jo-Philipp Wich | 2011-10-27 | 4 | -80/+40 |
| | | | | | | server list in /etc/config/system The rdate applet proved to be too unreliable to obtain the current time on boot: - public time servers are rare and often unreachable or overloaded - rdate does not daemonize, it needs a network connection the moment it is started, leading to race conditions - the /etc/config/timeserver configuration is overly complex and there is no reliable way to disable rdate invocations - the time protocol as specified in RFC 868 is considered obsolete This commit adds an init script /etc/init.d/sysntpd which starts and stops the busybox ntpd accordingly. The builtin ntpd can be disabled by either disabling the init script, removing the symlink to busybox or by clearing the timeserver list in /etc/config/system. SVN-Revision: 28612 | ||||
* | base-files: move network related scripts to a separate package to make the ↵ | Felix Fietkau | 2011-10-20 | 4 | -266/+0 |
| | | | | | | transition to netifd easier SVN-Revision: 28495 | ||||
* | base-files: use "zonename" system option to symlink /etc/localtime via ↵ | Jo-Philipp Wich | 2011-09-26 | 1 | -0/+3 |
| | | | | | | /tmp/localtime to /usr/share/zoneinfo for glibc and eglibc SVN-Revision: 28306 | ||||
* | base-files: remove an old network tunable tweak which is messing up network ↵ | Felix Fietkau | 2011-08-29 | 1 | -1/+0 |
| | | | | | | stack performance on modern systems SVN-Revision: 28126 | ||||
* | base-files: fix arp() procedure to properly detect /usr/bin/arp | Jo-Philipp Wich | 2011-08-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 27965 | ||||
* | base-files: warn when calling /etc/init.d/<script> enable and neither START ↵ | Felix Fietkau | 2011-07-27 | 1 | -0/+4 |
| | | | | | | nor STOP is defined SVN-Revision: 27797 | ||||
* | base-files: use uci_toggle_state() to prevent unwanted aggregation of state ↵ | Jo-Philipp Wich | 2011-07-15 | 2 | -4/+4 |
| | | | | | | vars (#9711) SVN-Revision: 27616 | ||||
* | base-files: preinit: Fixed sourcing of diag.sh in /etc/preinit. This caused ↵ | Daniel Dickinson | 2011-07-07 | 1 | -1/+0 |
| | | | | | | errors due to frequent use of /proc/cpuinfo to determine board name to pick led layout. Now diag.sh (which only defines set_state and any helper functions) is sourced by a proper preinit function during preinit_main, which is after /proc has been brought up, unlike in /etc/preinit SVN-Revision: 27501 | ||||
* | base-files: pass conloglevel to syslogd (#9463, #9647) | Jo-Philipp Wich | 2011-07-03 | 1 | -2/+6 |
| | | | | SVN-Revision: 27400 | ||||
* | base-files: do not write to /etc/config/wireless at boot time unless a new ↵ | Felix Fietkau | 2011-06-07 | 1 | -3/+6 |
| | | | | | | | | | | interface was found eliminates unnecessary flash write cycles at every boot patch by Peter Wagner (tripolar) SVN-Revision: 27127 | ||||
* | base-files: retrigger usb coldplug after module loading, solves ↵ | Jo-Philipp Wich | 2011-05-08 | 1 | -0/+5 |
| | | | | | | usb_modeswitch on boot and possibly others (#9352) SVN-Revision: 26848 | ||||
* | base-files: fix a typo in etc/banner | Gabor Juhos | 2011-05-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 26841 | ||||
* | base-files: cleanup permissions of device files in common hotplug rules (#9211) | Jo-Philipp Wich | 2011-05-03 | 1 | -6/+15 |
| | | | | SVN-Revision: 26808 | ||||
* | base-files: Use -h instead of deprecated -L for symlink check | Vasilis Tsiligiannis | 2011-04-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 26485 | ||||
* | base-files: fix minor problem in init.d/boot | Vasilis Tsiligiannis | 2011-04-05 | 1 | -1/+1 |
| | | | | | | | | | The script tests for the existance of /dev/root with test -e which fails if /dev/root is a dangling symlink making the call to ln fail. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> SVN-Revision: 26483 | ||||
* | block-mount base-files: Added additional check to pi_include to ensure that ↵ | Daniel Dickinson | 2011-04-05 | 1 | -6/+10 |
| | | | | | | a directory used with pi_include actually contains files matching the souring pattern because if not the shell dies due to an empty string in for statement. Added /lib/functions/fsck as an empty dir to block-mount. This combination fixes a warning which generates a lot of bug reports, without panicking the kernel like the last attempt. SVN-Revision: 26479 | ||||
* | base-files: properly handle vlans on top of wireless interfaces | Jo-Philipp Wich | 2011-03-18 | 1 | -7/+10 |
| | | | | SVN-Revision: 26230 | ||||
* | base-files: update sysctl.conf for modern kernels | Jo-Philipp Wich | 2011-03-17 | 1 | -1/+7 |
| | | | | SVN-Revision: 26204 | ||||
* | base-files: Autodetect newly added wireless hardware | Vasilis Tsiligiannis | 2011-03-15 | 1 | -2/+2 |
| | | | | SVN-Revision: 26166 | ||||
* | base-files: add a default /etc/services files | Felix Fietkau | 2011-03-13 | 1 | -0/+170 |
| | | | | SVN-Revision: 26142 | ||||
* | base-files: add users ftp (for ftp servers), network (network related ↵ | Felix Fietkau | 2011-03-13 | 1 | -0/+2 |
| | | | | | | daemons such as tor, quagga, ...) SVN-Revision: 26138 | ||||
* | base-files: add an ftp group as well | Felix Fietkau | 2011-03-13 | 1 | -0/+1 |
| | | | | SVN-Revision: 26136 | ||||
* | base-files: add a few default groups to /etc/group so that we can get rid of ↵ | Felix Fietkau | 2011-03-13 | 1 | -0/+7 |
| | | | | | | a few postinst scripts SVN-Revision: 26133 | ||||
* | base-files: fix sysctl handling, do not react on fake ifaces in route ↵ | Jo-Philipp Wich | 2011-02-25 | 1 | -2/+5 |
| | | | | | | hotplug handler SVN-Revision: 25713 | ||||
* | it's time for some attitude adjustment ;) | Imre Kaloz | 2011-02-13 | 1 | -5/+9 |
| | | | | SVN-Revision: 25514 | ||||
* | base-files: remove ptbtime3 rdate server, its dead | Jo-Philipp Wich | 2011-02-12 | 1 | -3/+0 |
| | | | | SVN-Revision: 25479 | ||||
* | base-files: update rdate server list | Jo-Philipp Wich | 2011-02-12 | 1 | -9/+3 |
| | | | | SVN-Revision: 25478 | ||||
* | base-files: - properly disable IPv6 on bridge ports - introduce accept_ra ↵ | Jo-Philipp Wich | 2011-02-11 | 1 | -0/+27 |
| | | | | | | option, defaults to true for dhcp interfaces, false for others - introduce send_rs option, defaults to true for static interfaces, false for others SVN-Revision: 25454 | ||||
* | base-files: Add include for target specific hotplug rules | Vasilis Tsiligiannis | 2011-02-07 | 1 | -0/+2 |
| | | | | SVN-Revision: 25415 | ||||
* | hotplug2 rules: Run /etc/hotplug.d/firmware/ scripts (if any) on firmware ↵ | Michael Büsch | 2011-02-06 | 1 | -0/+1 |
| | | | | | | load events SVN-Revision: 25383 | ||||
* | base-files: don't stop hotplug events for ppp interfaces, similar fix like ↵ | Jo-Philipp Wich | 2011-02-03 | 1 | -1/+0 |
| | | | | | | the earlier one for tun/tap interfaces SVN-Revision: 25355 | ||||
* | base-files: make the skipping of ppp interfaces in 10-net hotplug more ↵ | Jo-Philipp Wich | 2011-02-03 | 1 | -1/+1 |
| | | | | | | explicit, this allows users to rely on hotplug events for ppp0 .. ppp9 interfaces spawned by other programs SVN-Revision: 25354 | ||||
* | base-files: Fix alsa raw audio device hotplug rule | Vasilis Tsiligiannis | 2011-02-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 25301 | ||||
* | hotplug2: Use stricter matching for rule regular expressions | Vasilis Tsiligiannis | 2011-02-01 | 2 | -8/+7 |
| | | | | SVN-Revision: 25282 | ||||
* | base-files: Remove deprecated hotplug2 commands, update old commands to new | Vasilis Tsiligiannis | 2011-01-31 | 1 | -15/+5 |
| | | | | SVN-Revision: 25268 | ||||
* | base-files: support port_state in led config (#6763) | Florian Fainelli | 2011-01-27 | 1 | -0/+4 |
| | | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> SVN-Revision: 25172 | ||||
* | base-files: add support for the usbdev LED trigger | Gabor Juhos | 2010-12-17 | 1 | -4/+10 |
| | | | | SVN-Revision: 24647 | ||||
* | base-files: use shutdown instead of stop when the system goes down (patch by ↵ | Felix Fietkau | 2010-12-13 | 2 | -2/+2 |
| | | | | | | tripolar) SVN-Revision: 24540 | ||||
* | base-files: derive connect_time from uptime as local system time may warp ↵ | Jo-Philipp Wich | 2010-12-01 | 1 | -1/+1 |
| | | | | | | due to rdate, ntp and other means SVN-Revision: 24212 | ||||
* | base-files: save the connect time of interfaces in uci state | Jo-Philipp Wich | 2010-12-01 | 1 | -0/+1 |
| | | | | SVN-Revision: 24206 | ||||
* | base-files: - add sysupgrade support for keepfile hints * introduces ↵ | Jo-Philipp Wich | 2010-10-05 | 1 | -0/+5 |
| | | | | | | /lib/upgrade/keep.d/ for per-package keepfile lists * introduces /etc/sysupgrade.conf for user defined keepfile hints - prime /lib/upgrade/keep.d/base-files-essential to keep sysupgrade usable for images without opkg - change sysupgrade to build the keepfile list from /lib/upgrade/keep.d/, /etc/sysupgrade.conf and opkg list-changed-conffiles SVN-Revision: 23258 |