ath79: move mikrotik-caldata.sh to target base-files
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 17 Feb 2020 19:16:17 +0000 (20:16 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 17 Feb 2020 19:23:59 +0000 (20:23 +0100)
commitdc145de4be7b737bd7e37f4a79fc6e36833691b9
treea22350ff7fbc8b94a3607a0daa80d22768b7b9f0
parentd2b8ccb1c04def81224da6f42f644c7d239b9986
ath79: move mikrotik-caldata.sh to target base-files

Mikrotik devices will be found in both generic and nand subtargets.

The file mikrotik-caldata.sh, currently used in generic, contains
a few lines of code that would need to be duplicated for nand
support. Instead of duplicating it, move it to target base-files,
as size impact is small and the maintenance gain should outweigh it.

This is changed separately to make life easier for the people
currently working on Mikrotik NAND support.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/ath79/base-files/lib/functions/mikrotik-caldata.sh [new file with mode: 0644]
target/linux/ath79/generic/base-files/lib/functions/mikrotik-caldata.sh [deleted file]