| Commit message (Expand) | Author | Age | Files | Lines |
* | image / basefiles: make console password configurable | John Crispin | 2016-04-18 | 2 | -1/+2 |
* | branding: add LEDE branding | John Crispin | 2016-03-24 | 3 | -15/+12 |
* | base-files: add support for speed mask to switch config init scripts | Felix Fietkau | 2016-02-25 | 1 | -1/+4 |
* | base-files: add netifd's default prelocal table to /etc/iproute2/rt_tables | Jo-Philipp Wich | 2016-02-09 | 1 | -0/+1 |
* | base-files: honor CONFIG_TARGET_INIT_PATH | Jo-Philipp Wich | 2016-02-08 | 2 | -4/+4 |
* | base-files: For sysfixtime use hwclock if RTC available | John Crispin | 2016-02-08 | 1 | -0/+14 |
* | base-files: remove default /etc/config/network, generate it via board.d instead | Felix Fietkau | 2016-01-25 | 2 | -18/+17 |
* | base-files: allow timezone to be overriden by zonename (proper zoneinfo support) | John Crispin | 2015-12-23 | 1 | -1/+2 |
* | base-file: remove /tmp/.jail (now useless) | John Crispin | 2015-12-11 | 1 | -1/+0 |
* | base-files: use max_brightness to set LED | John Crispin | 2015-12-11 | 1 | -1/+1 |
* | base-files: show hint when JFFS2-partition is full and overlayfs mounted read... | John Crispin | 2015-11-24 | 1 | -0/+4 |
* | base-files: add DCCP to /etc/protocols | Hauke Mehrtens | 2015-11-15 | 1 | -0/+1 |
* | base-files: create /var/tmp on boot | John Crispin | 2015-10-19 | 1 | -0/+1 |
* | base-files: revert to default ECN settings | Steven Barth | 2015-10-07 | 1 | -1/+0 |
* | base-files: add URL option for OEM manufacturer info | John Crispin | 2015-10-05 | 1 | -0/+1 |
* | base-files: sanitize and unify $PATH | Steven Barth | 2015-10-02 | 2 | -3/+3 |
* | base-files: add /etc/profile.d support | John Crispin | 2015-09-16 | 1 | -0/+7 |
* | base-files: fix typo in core dump pattern sysctl entry (fixes #20489) | Felix Fietkau | 2015-09-12 | 1 | -1/+1 |
* | base-files: set kernel.core_pattern in sysctl.conf | Felix Fietkau | 2015-09-11 | 1 | -0/+2 |
* | base-files: change banner to Designated Driver release | Rafał Miłecki | 2015-09-11 | 1 | -6/+5 |
* | base-files: add /etc/iproute2/rt_tables, replace ifconfig-usage | Steven Barth | 2015-09-08 | 1 | -0/+11 |
* | base-files: add /etc/hosts entries for ::1, ff02::1 and ff02::2 | Jo-Philipp Wich | 2015-09-02 | 1 | -0/+4 |
* | base-files: rework reset button script to indicate factory reset | John Crispin | 2015-08-17 | 1 | -14/+21 |
* | base-files: buttons: make power script return 0 | Rafał Miłecki | 2015-08-12 | 1 | -0/+2 |
* | buttons: make all button handler scripts return 0 | John Crispin | 2015-07-24 | 3 | -0/+6 |
* | base-files: fix /tmp/.jail permissions | John Crispin | 2015-07-24 | 1 | -1/+0 |
* | base-files: added option to configure the gpio led trigger in uci-defaults | John Crispin | 2015-07-14 | 1 | -0/+7 |
* | base-files: implemented basic GPIO control | John Crispin | 2015-07-08 | 1 | -0/+42 |
* | sysctl: read settings from /etc/sysctl.d/*.conf | John Crispin | 2015-07-07 | 3 | -4/+10 |
* | base-files: add openwrt snapshot key | Felix Fietkau | 2015-06-05 | 1 | -0/+2 |
* | base-files: fix logic error in led default handling (patch from #19593) | Felix Fietkau | 2015-05-03 | 1 | -1/+1 |
* | base-files: reorder led trigger/brightness writes | Felix Fietkau | 2015-04-16 | 1 | -7/+10 |
* | base-files: add a init.d option that will start the syscall tracer | John Crispin | 2015-03-26 | 1 | -1/+6 |
* | base-files: create jail folder on boot | John Crispin | 2015-03-26 | 1 | -0/+2 |
* | fstools: update to the latest version, makes interrupted first boot more reli... | Felix Fietkau | 2015-03-22 | 1 | -1/+1 |
* | base-files: keep sysupgrade.tgz until /etc/init.d/done has been called | Felix Fietkau | 2015-03-22 | 1 | -0/+1 |
* | kernel: remove the netfilter optimization that skips the filter table, it has... | Felix Fietkau | 2015-03-17 | 1 | -1/+0 |
* | base-files: fix led script to skip missing triggers | John Crispin | 2015-01-23 | 1 | -1/+5 |
* | failsafe-mode: print short help on commandline | John Crispin | 2014-10-20 | 2 | -0/+14 |
* | network: Unbind DHCPv6 from underlying interfaces | Steven Barth | 2014-10-08 | 1 | -4/+0 |
* | base-files: remove a 'not found' error message during system boot | Steven Barth | 2014-10-03 | 1 | -1/+1 |
* | package/*: remove useless explicit set of function returncode | John Crispin | 2014-08-25 | 1 | -2/+0 |
* | base-files: increase igmp_max_memberships to improve multicast-proxy handling | Steven Barth | 2014-08-20 | 1 | -0/+1 |
* | base-files: add a hardware detection layer | John Crispin | 2014-08-18 | 1 | -0/+1 |
* | base-files: enable option to skip the netfilter "filter" table for establishe... | Felix Fietkau | 2014-08-07 | 1 | -0/+1 |
* | base-files: properly escape strings for version info | Felix Fietkau | 2014-07-29 | 2 | -10/+10 |
* | base-files: add extra version configuration options for OEM manufacturer info | Felix Fietkau | 2014-07-29 | 1 | -0/+3 |
* | BB is branched, get ready for Chaos Calmer | Imre Kaloz | 2014-07-29 | 1 | -5/+6 |
* | base-files: Remove stale calls to start() in initscripts. | John Crispin | 2014-07-26 | 1 | -2/+0 |
* | base-files: adjust the default netfilter tcp established connection timeout a... | Felix Fietkau | 2014-07-13 | 1 | -1/+1 |