freifunk-berlin / falter-builter

build falter images using precompiled openwrt imagebuilders.
6 stars 6 forks source link

Work around for kernel2minor path length limitation #70

Closed khanku closed 3 years ago

khanku commented 3 years ago

Patch to work around kernel2minor path length limitation. This allows building e.g. mikrotik_sxtsq-5-ac which uses kernel2minor with version 1.2.0-snapshot which leads to paths longer than 250 chars.

Note that there is a related issue upstream but it has not been active for a while now: https://github.com/openwrt/openwrt/pull/3262.