| Commit message (Expand) | Author | Age | Files | Lines |
* | base-files: add generic sdcard upgrade method | Stijn Tintel | 2021-08-07 | 1 | -0/+91 |
* | base-files: upgrade: try umount lvm and loop devices | Daniel Golle | 2021-08-04 | 1 | -0/+4 |
* | base-files: sysupgrade stage2: fix losetup detection | Daniel Golle | 2021-08-03 | 1 | -1/+1 |
* | base-files: wifi: tidy up the reconf code | Bob Cantor | 2021-06-28 | 1 | -1/+2 |
* | base-files: wifi: swap the order of some ubus calls | Bob Cantor | 2021-06-28 | 1 | -1/+2 |
* | base-files: fix /tmp/TZ when zoneinfo not installed | Paul Spooren | 2021-06-24 | 1 | -7/+4 |
* | base-files: fix zoneinfo support | Rosen Penev | 2021-06-23 | 1 | -7/+9 |
* | base-files: bring up vlan interface too | Luiz Angelo Daros de Luca | 2021-06-22 | 1 | -0/+3 |
* | 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 enabled for services with only STOP | Karel Kočí | 2021-06-22 | 1 | -1/+6 |
* | base-files: redirect kill ouptut for ash, telnetd and dropbear | Florian Eckert | 2021-06-20 | 1 | -3/+3 |
* | base-files: remove unused vn and _vn function | Florian Eckert | 2021-06-20 | 1 | -8/+0 |
* | base-files: change logging for upgrade on stage2 | Florian Eckert | 2021-06-20 | 1 | -4/+2 |
* | base-files: add syslog logging for v function | Florian Eckert | 2021-06-20 | 2 | -1/+2 |
* | base-files: upgrade: use zcat command provided by busybox | Chuck Fan | 2021-06-20 | 1 | -1/+1 |
* | busybox: disable bzip2 | Sergey Ponomarev | 2021-06-20 | 2 | -2/+1 |
* | base-files: fix typo in config_generate MAC check | Rafał Miłecki | 2021-06-14 | 1 | -1/+1 |
* | base-files: set MAC for bridge ports (devices) instead of bridge itself | Rafał Miłecki | 2021-06-14 | 1 | -1/+9 |
* | base-files: upgrade: use procd to kill managed daemons | Michael Pratt | 2021-06-12 | 1 | -2/+18 |
* | 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-24 | 1 | -2/+3 |
* | base-files: support setting bridge MAC address | Rafał Miłecki | 2021-05-24 | 1 | -0/+2 |
* | Revert "base-files: migrate old UCI network bridge ports syntax" | Rafał Miłecki | 2021-05-20 | 1 | -23/+0 |
* | base-files: generate bridge device sections with br- name prefix | Rafał Miłecki | 2021-05-20 | 1 | -2/+2 |
* | base-files: migrate old UCI network bridge ports syntax | Rafał Miłecki | 2021-05-18 | 1 | -0/+23 |
* | base-files: generate "device" UCI type section for bridge | Rafał Miłecki | 2021-05-18 | 1 | -2/+8 |
* | base-files: use "ports" array in board.json network for bridges | Rafał Miłecki | 2021-05-18 | 2 | -7/+20 |
* | base-files: change logging for upgrade on fwtool | Florian Eckert | 2021-05-17 | 1 | -3/+3 |
* | base-files: shinit: properly handle dashes in service names | Jo-Philipp Wich | 2021-05-12 | 1 | -1/+1 |
* | base-files: upgrade: take down loop and LVM before upgrade | Daniel Golle | 2021-05-05 | 1 | -0/+10 |
* | base-files: fix status display command | Alexander Egorenkov | 2021-04-03 | 1 | -1/+1 |
* | base-files: functions: introduce new helper functions | Daniel Golle | 2021-03-31 | 2 | -63/+68 |
* | base-files: add logging for configuration import | Florian Eckert | 2021-03-21 | 1 | -0/+1 |
* | treewide: remove execute bit and shebang from board.d files | Adrian Schmutzler | 2021-03-06 | 2 | -2/+1 |
* | base-files: add new application led trigger backend | Florian Eckert | 2021-03-05 | 1 | -4/+5 |
* | base-files: add support for restoring config from tmpfs | Daniel Golle | 2021-02-28 | 1 | -2/+3 |
* | base-files: remove unneeded '$' signs in nand.sh | Daniel Golle | 2021-02-24 | 1 | -2/+2 |
* | sysupgrade-nand: allow limiting rootfs_data by setting env variable | Daniel Golle | 2021-02-24 | 1 | -4/+16 |
* | image: add support for building FIT image with filesystem | Daniel Golle | 2021-02-24 | 1 | -37/+63 |
* | 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 |