aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
Commit message (Expand)AuthorAgeFilesLines
* base-files: sysupgrade: include uci-defaults script disabling servicesRafał Miłecki2024-02-191-0/+10
* base-files: sysupgrade: always setup overlay when creating backupRafał Miłecki2024-02-191-16/+20
* base-files: sysupgrade: always cleanup after backupsLuiz Angelo Daros de Luca2024-02-191-4/+6
* base-files: sysupgrade: do not hide tar errorsLuiz Angelo Daros de Luca2024-02-191-1/+2
* base-files: move uci_set_poe() to uci-defaults.shSander Vanheule2024-02-121-0/+11
* base-files/leds: add setting the LED color via uciFlorian Eckert2024-02-071-0/+35
* base-files/leds: merging code sequences that belongs togetherFlorian Eckert2024-02-071-3/+2
* base-files/leds: save led color value if availableFlorian Eckert2024-02-071-3/+14
* wifi-scripts: add new package, move wifi scripts to a single placeFelix Fietkau2024-02-031-272/+0
* base-files: upgrade: nand.sh: mute umount errorDaniel Golle2024-02-011-1/+1
* base-files: functions.sh: prepend() always adds separatorPhilip Prindeville2024-01-151-1/+1
* base-files: add support for rootfs mount options from cmdlineChristian Marangi2024-01-151-1/+20
* base-files: execute package's "postinst" after executing uci-defaultsRafał Miłecki2023-12-271-5/+5
* base-files: ipcalc.sh: Add tests for unroutable, etcPhilip Prindeville2023-12-121-0/+70
* base-files: ipcalc.sh: Add netmask2prefix functionPhilip Prindeville2023-12-122-5/+41
* base-files: ipcalc.sh: Add prefix-to-netmask conversionPhilip Prindeville2023-12-122-1/+14
* base-files: ipcalc.sh: Add some commentary, etc.Philip Prindeville2023-12-122-0/+16
* base-files: ipcalc.sh: Add support for decimal outputPhilip Prindeville2023-12-121-7/+31
* base-files: ipcalc.sh: Rewrite in pure shellPhilip Prindeville2023-12-122-95/+244
* base-files: add mmc_get_mac_ascii functionDaniel Golle2023-12-091-5/+25
* base-files: support parse DT LED color and functionShiji Yang2023-12-021-0/+31
* base-files: ipcalc.sh: Should take netmask or prefix after slashPhilip Prindeville2023-11-191-10/+10
* base-files: Create /root w/ appropriate permissionsPhilip Prindeville2023-11-121-1/+2
* base-files: add additional uci-defaults function for GRO and conduitChristian Marangi2023-11-101-0/+8
* base-files: generalize ucidef_set_network_deviceChristian Marangi2023-11-101-7/+7
* base-files: functions.sh: Add prepend() homologue to append()Philip Prindeville2023-10-231-0/+8
* treewide: disable QUILT refresh for unsupported packagesChristian Marangi2023-10-201-0/+3
* base-files: fix wrong ucidef_set_network_device_mac network-device entryMichael 'ASAP' Weinrich2023-10-201-1/+1
* base-files: ipcalc.sh: make check slightly more future-proofLeon M. Busch-George2023-09-251-1/+1
* base-files: ipcalc.sh: turn error into warningLeon M. Busch-George2023-09-251-2/+3
* base-files: ipcalc.sh clarify range parameters in commentLeon M. Busch-George2023-09-251-1/+1
* package: avoid the use of eval to parse ipcalc.sh outputLeon M. Busch-George2023-09-251-0/+5
* base-files: ipcalc.sh: don't print broadcast addr for prefix > 30Leon M. Busch-George2023-09-251-2/+4
* base-files: ipcalc.sh: correctly set limit for prefix > 30Leon M. Busch-George2023-09-251-2/+10
* base-files: ipcalc.sh: correctly interpret num parameterLeon M. Busch-George2023-09-251-1/+1
* base-files: sysupgrade: Add 2 sec sleep into process KILL loopHannu Nyman2023-09-121-1/+1
* base-files: fix duplicate wifi radio sections when using phy renamingFelix Fietkau2023-07-172-0/+4
* base-files: upgrade: nand: add JFFS2 cleanmarkers supportÁlvaro Fernández Rojas2023-06-151-2/+10
* base-files: enable BPF JIT kallsyms by defaultTony Ambardar2023-06-021-0/+1
* base-files: add protocol ncm support for ucidef_set_interface()Arınç ÜNAL2023-05-181-0/+1
* base-files: Do not break on non-eth portsOlliver Schinagl2023-05-091-2/+0
* base-files: add 'isup' to the wifi scriptAndre Heider2023-04-121-1/+18
* base-files: use named variables in the wifi scriptAndre Heider2023-04-121-2/+2
* base-files: fix nand_upgrade_ubinized()Rafał Miłecki2023-04-111-1/+3
* base-files: add support for retrieving IPv6 assignmentsMark Baker2023-02-241-0/+14
* base-files: sysfixtime: Fix time on the fake RTCYuan Tao2023-02-191-6/+16
* build: add option to use preinit IP as LAN IPStijn Tintel2023-02-172-0/+20
* treewide: replace /sys/devices/virtual/ubi by /sys/class/ubiDaniel Golle2023-02-151-5/+4
* base-files: ipcalc.sh: fix awk regex syntaxLeon M. George2023-02-071-1/+1
* base-files: ipcalc.sh: trim for statementLeon M. George2023-02-071-2/+8