aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files
Commit message (Expand)AuthorAgeFilesLines
...
* base-files/functions.sh: use command -v instead of whichRosen Penev2020-07-111-2/+2
* base-files: remove useless catAdrian Schmutzler2020-07-111-1/+1
* base-files: replace backticks by $(...)Adrian Schmutzler2020-07-114-11/+11
* base-files: add functions to set or clear bit in MAC addressSungbo Eo2020-07-081-2/+18
* base-files: coreutil-sha256sum breaks status codeHuangbin Zhan2020-06-271-1/+1
* base-files: gpio switch: add named GPIO supportKuan-Yi Li2020-06-182-13/+31
* base-files: prevent issues w/ overlay on powerloss after sysupgradeSergey Ryazanov2020-06-032-1/+3
* base-files: fix LED IDE triggerThomas Albers2020-06-031-1/+1
* package/base-files: caldata: work around dd's limitationThibaut VARÈNE2020-05-281-3/+5
* base-files: switch_to_ramfs: add nand-utilsÁlvaro Fernández Rojas2020-05-181-1/+1
* base-files: upgrade: fix indentJavier Marcet2020-05-081-2/+2
* package/base-files: add caldata_sysfsload_from_file()Thibaut VARÈNE2020-05-081-0/+15
* package/base-files: caldata: allow setting target fileThibaut VARÈNE2020-05-081-8/+21
* base-files: generate config files with correct permissionsHans Dedecker2020-04-301-0/+2
* base-files: ensure VERBOSE is setAlexander Couzens2020-04-211-1/+1
* base-files: preinit: also config switch when no port roles definedChuanhong Guo2020-04-121-6/+7
* base-files: source functions.sh in /lib/functions/system.shAdrian Schmutzler2020-04-121-0/+1
* base-files: do not source system.sh in functions.shAdrian Schmutzler2020-04-121-1/+0
* base-files: add enabled commands to service rc.commonFlorian Eckert2020-04-081-0/+1
* treewide: convert sed -r to posix -EKevin Darbyshire-Bryant2020-04-041-1/+1
* x86: generate EFI platform bootable images李国2020-03-311-8/+54
* base-files: convert leading spaces to tabs in functions.shAdrian Schmutzler2020-03-131-2/+2
* base-files: Add /etc/shinit for non-login shell initJeffery To2020-03-013-20/+23
* base-files: diag: restore default trigger for 'boot' LEDPiotr Dymacz2020-02-242-4/+25
* brcm47xx: rename target to bcm47xxAdrian Schmutzler2020-02-141-1/+1
* base-files: remove some bashismsSven Roederer2020-01-261-1/+1
* base-files/functions.sh: use grep -q instead of []Rosen Penev2020-01-181-4/+4
* base-files/system.sh: remove $ in $(())Rosen Penev2020-01-171-1/+1
* base-files/functions.sh: use && instead of -aRosen Penev2020-01-171-2/+2
* base-files/functions.sh: remove useless catRosen Penev2020-01-171-2/+2
* base-files/functions.sh: don't use $var in $(())Rosen Penev2020-01-171-3/+3
* dropbear: move failsafe code out of base-filesKyle Copperfield2020-01-151-6/+0
* base-files: use jshn lib for ubus sysupgrade argument generationFlorian Eckert2020-01-141-14/+11
* base-files: move /tmp/resolv.conf.auto to /tmp/resolv.conf.d/Daniel Golle2020-01-071-2/+3
* base-files: sysupgrade: exit if the firmware download failedPetr Štetiar2020-01-051-1/+1
* base-files: send informational UDP message each second waitingPaul Fertser2019-12-191-3/+2
* base-files: config_generate: split macaddr with multiple ifacesSungbo Eo2019-11-231-6/+10
* base-files: include 'reconf' in help output of 'wifi' commandDaniel Golle2019-11-181-1/+1
* base-files: rc.common: fix missing EXTRA_HELP textsPeter Stadler2019-11-141-1/+1
* base-files: add /usr/share/libubox/jshn.sh to sysupgrade stage2Russell Senior2019-11-131-1/+1
* base-files: remove shebang from uci-defaults filesAdrian Schmutzler2019-11-133-6/+0
* base-files: add 'wifi reconf'John Crispin2019-11-121-0/+5
* Revert "base-files: rename hostname with EUI of mac address"Adrian Schmutzler2019-11-071-15/+1
* base-files: rename hostname with EUI of mac addressRosy Song2019-11-072-1/+22
* base-files: don't store label MAC address in uci system configAdrian Schmutzler2019-11-072-8/+32
* base-files: hotplug-call: exit success when dir is absentYousong Zhou2019-10-291-2/+2
* base-files: uci-defaults: do config flush in one shotRoman Yeryomin2019-10-221-2/+1
* treewide: use a single ath10k MAC patching function with checksumAdrian Schmutzler2019-10-151-7/+1
* treewide: move MAC address patch functions to common libraryAdrian Schmutzler2019-10-141-0/+59
* treewide: move calibration data extraction function to libraryAdrian Schmutzler2019-10-131-0/+75