build: rework language dependencies
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 10 Jan 2015 22:36:26 +0000 (23:36 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 10 Jan 2015 22:36:26 +0000 (23:36 +0100)
commit1ce2d8f46af0673068a8057dbeb76af9c477ad55
treeceb23fe8ca1ddf6ca18fc1565b146849c2c6b4e1
parentc5477f717dd50a9a2c87fa7f0cc0cbc03a2047cc
build: rework language dependencies

Rework the language package dependencies to avoid introducing unnecessary
depends. The luci-i18n-$app-$lang packages now depend on luci-$app.

 * When a language is selected as <*> then the language packs for each
   enabled LuCI module are built into the image
 * When a language is selected as <m> then the language packs for each
   enabled LuCI module are built as package
 * When CONFIG_ALL is set (e.g. release builds, snapshots) then all
   language packs are built

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
luci.mk