firmware/bsp/ipq806x-generic.bsp
Fabian Blaese 11ab5f15a7 bsp: autogenerate machine variable from filename
Because we nowadays only use bsp files as a wrapper for
OpenWrt targets, the machine variable got obsolete.
It's only use today is to locate the configuration folder for
a specific bsp.

Instead of explicitly defining this variable, it is now generated
from the filename of the bsp.

Signed-off-by: Fabian Bläse <fabian@blaese.de>
Reviewed-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-04-17 15:49:46 +02:00

7 lines
119 B
Plaintext

chipset=ipq806x
subtarget=generic
images=(
"openwrt-${chipset}-${subtarget}-tplink_c2600-squashfs-*"
)