luci.mk: reorder to have common-things in a block
authorSven Roederer <freifunk@it-solutions.geroedel.de>
Fri, 1 May 2020 21:52:03 +0000 (23:52 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sun, 19 Jul 2020 17:49:16 +0000 (19:49 +0200)
commit3b2a1e9e1129e77c4ebd5e7ace35653969f2d515
tree6b3de6dac186e2401aa5d415e61ec61621c63347
parent42fd5f98ebecec61a63a3899051ae4a27a6f0e46
luci.mk: reorder to have common-things in a block

The luci.mk file has grown over the years and became more complex. This
change reorders some sections to make it more easy to read and understand
on the first view.

* move all constants into a common block
* put all standard package definitons together
* put the specific sections for the "luci-base" behind the common things
* have the defines for the translations at the very end

Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
luci.mk