| Commit message (Expand) | Author | Age | Files | Lines |
* | base-files: support "metric" in board.json | Rafał Miłecki | 2022-12-01 | 1 | -1/+2 |
* | base-files: add support for heartbeat led trigger | Alexey Smirnov | 2022-09-24 | 1 | -0/+9 |
* | base-files: call "sync" after initial setup | Rafał Miłecki | 2022-03-14 | 1 | -0/+1 |
* | base-files: fix service_running check | Florian Eckert | 2021-12-29 | 1 | -3/+3 |
* | base-files: upgrade: fix efi partitions size calculation | Javier Marcet | 2021-12-29 | 1 | -1/+1 |
* | base-files: chmod 1777 /var/lock | Deomid Ryabkov | 2021-11-05 | 1 | -2/+3 |
* | base-files: wifi: tidy up the reconf code | Bob Cantor | 2021-06-30 | 1 | -1/+2 |
* | base-files: wifi: swap the order of some ubus calls | Bob Cantor | 2021-06-30 | 1 | -1/+2 |
* | base-files: fix /tmp/TZ when zoneinfo not installed | Paul Spooren | 2021-06-25 | 1 | -7/+4 |
* | base-files: fix zoneinfo support | Rosen Penev | 2021-06-23 | 1 | -7/+9 |
* | base-files: failsafe: Remove the VLAN modifier from interface name | Hauke Mehrtens | 2021-06-22 | 1 | -0/+2 |
* | base-files: failsafe: Fix IP configuration | Hauke Mehrtens | 2021-06-22 | 1 | -3/+9 |
* | base-files: fix typo in config_generate MAC check | Rafał Miłecki | 2021-06-22 | 1 | -1/+1 |
* | base-files: set MAC for bridge ports (devices) instead of bridge itself | Rafał Miłecki | 2021-06-22 | 1 | -1/+9 |
* | base-files: simplify setting device MAC | Rafał Miłecki | 2021-05-28 | 1 | -11/+8 |
* | base-files: generate network config with "device" options | Rafał Miłecki | 2021-05-27 | 2 | -18/+18 |
* | base-files: fix configuration generation of network if "bridge" exists | INAGAKI Hiroshi | 2021-05-27 | 1 | -2/+3 |
* | base-files: support setting bridge MAC address | Rafał Miłecki | 2021-05-27 | 1 | -0/+2 |
* | base-files: generate bridge device sections with br- name prefix | Rafał Miłecki | 2021-05-27 | 1 | -2/+2 |
* | base-files: generate "device" UCI type section for bridge | Rafał Miłecki | 2021-05-27 | 1 | -2/+8 |
* | base-files: use "ports" array in board.json network for bridges | Rafał Miłecki | 2021-05-24 | 2 | -7/+20 |
* | base-files: shinit: properly handle dashes in service names | Jo-Philipp Wich | 2021-05-12 | 1 | -1/+1 |
* | base-files: fix status display command | Alexander Egorenkov | 2021-04-18 | 1 | -1/+1 |
* | base-files: add logging for configuration import | Florian Eckert | 2021-03-22 | 1 | -0/+1 |
* | base-files: use hwclock --systz | Rosen Penev | 2021-02-14 | 1 | -1/+1 |
* | base-files: mount pstore if present | Brian Norris | 2021-01-29 | 1 | -0/+1 |
* | base-files: remove execute bit and shebang from functions.sh | Adrian Schmutzler | 2021-01-29 | 1 | -1/+0 |
* | treewide: drop shebang from non-executable lib files | Adrian Schmutzler | 2021-01-29 | 16 | -20/+0 |
* | base-files: read all 3 bytes in get_magic_vfat() at once | Adrian Schmutzler | 2021-01-07 | 1 | -1/+1 |
* | base-files: wifi: add support for 802.11ad | Daniel Golle | 2021-01-05 | 1 | -0/+1 |
* | x86/efi: add FAT32 esp mounting support | Kagurazaka Kotori | 2021-01-03 | 1 | -1/+6 |
* | base-files: allow reusing of boolean value extraction logic | Oldřich Jedlička | 2021-01-01 | 1 | -5/+12 |
* | base-files: sysupgrade: add function for conffiles retrieval | Adrian Schmutzler | 2020-12-30 | 1 | -7/+12 |
* | base-files: flush kernel memory cache during sysupgrade | Hannu Nyman | 2020-12-22 | 2 | -0/+2 |
* | base-files: upgrade: fix initramfs detection | Robert Marko | 2020-12-20 | 1 | -1/+1 |
* | package/base-files: caldata: use dd iflag fullblock | John Thomson | 2020-12-11 | 1 | -12/+25 |
* | base-files: informative service command in /etc/shinit. service command shows... | Stan Grishin | 2020-12-03 | 1 | -5/+17 |
* | base-files: allow setting device and bridge macs | John Crispin | 2020-12-02 | 2 | -9/+42 |
* | base-files: fix alias more to properly detect /usr/bin/more | Huangbin Zhan | 2020-11-28 | 1 | -1/+1 |
* | base-files: merge /etc/passwd on rw-rootfs | Imran Khan | 2020-11-27 | 1 | -3/+5 |
* | base-files: functions.sh: replace [^...] with [!...] in case | Rosen Penev | 2020-11-25 | 1 | -1/+1 |
* | base-files: generated named bridge-vlan sections | John Crispin | 2020-11-19 | 1 | -7/+8 |
* | base-files: fix backwards compatiblity of rc.common EXTRA_COMMANDS | Matthias Schiffer | 2020-11-17 | 1 | -6/+7 |
* | base-files: upgrade: stage2: use v for log lines | Yousong Zhou | 2020-11-11 | 1 | -7/+7 |
* | base-files: upgrade: fwtool.sh: rewording logs | Yousong Zhou | 2020-11-11 | 1 | -2/+2 |
* | base-files: upgrade: fwtool.sh: use v for log lines | Yousong Zhou | 2020-11-11 | 1 | -13/+13 |
* | base-files: upgrade: add get_image_dd() | Yousong Zhou | 2020-11-11 | 1 | -0/+11 |
* | base-files: upgrade: use stdin redirection to replace cat command | Yousong Zhou | 2020-11-11 | 1 | -1/+1 |
* | base-files: upgrade: add vn and variants | Yousong Zhou | 2020-11-11 | 1 | -1/+13 |
* | base-files: upgrade: log with date prefix | Yousong Zhou | 2020-11-11 | 2 | -2/+2 |