| Commit message (Expand) | Author | Age | Files | Lines |
* | brcm47xx: rename target to bcm47xx | Adrian Schmutzler | 2020-02-14 | 1 | -1/+1 |
* | base-files: remove some bashisms | Sven Roederer | 2020-01-26 | 1 | -1/+1 |
* | base-files/functions.sh: use grep -q instead of [] | Rosen Penev | 2020-01-18 | 1 | -4/+4 |
* | base-files/system.sh: remove $ in $(()) | Rosen Penev | 2020-01-17 | 1 | -1/+1 |
* | base-files/functions.sh: use && instead of -a | Rosen Penev | 2020-01-17 | 1 | -2/+2 |
* | base-files/functions.sh: remove useless cat | Rosen Penev | 2020-01-17 | 1 | -2/+2 |
* | base-files/functions.sh: don't use $var in $(()) | Rosen Penev | 2020-01-17 | 1 | -3/+3 |
* | dropbear: move failsafe code out of base-files | Kyle Copperfield | 2020-01-15 | 2 | -7/+1 |
* | base-files: fix build for /sbin/pkg_check | Xu Wang | 2020-01-14 | 1 | -2/+2 |
* | base-files: use jshn lib for ubus sysupgrade argument generation | Florian Eckert | 2020-01-14 | 1 | -14/+11 |
* | base-files: move /tmp/resolv.conf.auto to /tmp/resolv.conf.d/ | Daniel Golle | 2020-01-07 | 2 | -3/+4 |
* | base-files: sysupgrade: exit if the firmware download failed | Petr Štetiar | 2020-01-05 | 2 | -2/+2 |
* | base-files: send informational UDP message each second waiting | Paul Fertser | 2019-12-19 | 1 | -3/+2 |
* | base-files: config_generate: split macaddr with multiple ifaces | Sungbo Eo | 2019-11-23 | 2 | -7/+11 |
* | base-files: include 'reconf' in help output of 'wifi' command | Daniel Golle | 2019-11-18 | 1 | -1/+1 |
* | base-files: rc.common: fix missing EXTRA_HELP texts | Peter Stadler | 2019-11-14 | 2 | -2/+2 |
* | base-files: add /usr/share/libubox/jshn.sh to sysupgrade stage2 | Russell Senior | 2019-11-13 | 1 | -1/+1 |
* | base-files: remove shebang from uci-defaults files | Adrian Schmutzler | 2019-11-13 | 4 | -7/+1 |
* | base-files: add 'wifi reconf' | John Crispin | 2019-11-12 | 2 | -1/+6 |
* | Revert "base-files: rename hostname with EUI of mac address" | Adrian Schmutzler | 2019-11-07 | 1 | -15/+1 |
* | base-files: rename hostname with EUI of mac address | Rosy Song | 2019-11-07 | 2 | -1/+22 |
* | base-files: don't store label MAC address in uci system config | Adrian Schmutzler | 2019-11-07 | 2 | -8/+32 |
* | base-files: hotplug-call: exit success when dir is absent | Yousong Zhou | 2019-10-29 | 2 | -3/+3 |
* | base-files: uci-defaults: do config flush in one shot | Roman Yeryomin | 2019-10-22 | 1 | -2/+1 |
* | Revert "build: separate signing logic" | John Crispin | 2019-10-21 | 1 | -9/+8 |
* | build: separate signing logic | Paul Spooren | 2019-10-21 | 1 | -8/+9 |
* | treewide: use a single ath10k MAC patching function with checksum | Adrian Schmutzler | 2019-10-15 | 1 | -7/+1 |
* | treewide: move MAC address patch functions to common library | Adrian Schmutzler | 2019-10-14 | 1 | -0/+59 |
* | treewide: move calibration data extraction function to library | Adrian Schmutzler | 2019-10-13 | 1 | -0/+75 |
* | base-files: move xor() from caldata extraction to functions.sh | Adrian Schmutzler | 2019-10-13 | 1 | -0/+16 |
* | base-files: coreutil-date breaks setting kernel timezone | Val Kulkov | 2019-10-12 | 1 | -1/+1 |
* | base-files: upgrade: add case to export_bootdevice | Klaus Kudielka | 2019-10-09 | 1 | -1/+13 |
* | base-files: provide option to specify label MAC address in board.d | Adrian Schmutzler | 2019-09-19 | 3 | -0/+14 |
* | base-files: add function to retrieve label MAC address | Adrian Schmutzler | 2019-09-19 | 1 | -0/+10 |
* | base-files,procd: add generic service status | Luiz Angelo Daros de Luca | 2019-09-15 | 1 | -1/+10 |
* | base-files: implement generic service_running | Petr Štetiar | 2019-09-15 | 1 | -1/+6 |
* | treewide: sysupgrade: use $UPGRADE_BACKUP to check for backup | Rafał Miłecki | 2019-09-11 | 3 | -3/+2 |
* | base-files: sysupgrade: pass "backup" ubus attribute | Rafał Miłecki | 2019-09-11 | 1 | -0/+3 |
* | base-files: validate firmware for compatibility with backup | Rafał Miłecki | 2019-09-08 | 1 | -0/+7 |
* | treewide: use new procd sysupgrade $UPGRADE_BACKUP variable | Rafał Miłecki | 2019-09-05 | 2 | -2/+1 |
* | base-files: use get_mac_binary() in mtd_get_mac_binary_ubi() | Adrian Schmutzler | 2019-09-05 | 1 | -6/+1 |
* | base-files: fix mtd_get_mac_text not accepting hex offsets | David Bauer | 2019-09-05 | 1 | -1/+1 |
* | treewide: don't hardcode "sysupgrade.tgz" file name | Rafał Miłecki | 2019-09-05 | 2 | -1/+3 |
* | base-files: pass "force" parameter to the "sysupgrade" call | Rafał Miłecki | 2019-09-04 | 1 | -0/+3 |
* | base-files: use JSON for storing firmware validation info | Rafał Miłecki | 2019-08-30 | 2 | -14/+73 |
* | treewide: sysupgrade: pass "save_partitions" option to the "sysupgrade" method | Rafał Miłecki | 2019-08-22 | 2 | -12/+2 |
* | base-files: pass "save_config" option to the "sysupgrade" method | Rafał Miłecki | 2019-08-22 | 4 | -5/+6 |
* | build: add buildinfo files for reproducibility | Paul Spooren | 2019-08-13 | 1 | -1/+1 |
* | base-files: drop support for the platform_nand_pre_upgrade() | Rafał Miłecki | 2019-07-22 | 2 | -5/+1 |
* | base-files: don't set ARGV and ARGC | Rafał Miłecki | 2019-07-17 | 3 | -7/+1 |