summaryrefslogtreecommitdiffstats
path: root/rules/rauc.in
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2019-01-11 09:58:21 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-01-12 10:17:07 +0100
commit4a0d242691f4dce0445ac02bd7bd5177ea5d00bb (patch)
treedcba3b965cc00acdf44edb0a7631bb80bbafe381 /rules/rauc.in
parenta68e06999b7cf65d89e4209078185807cf62ae68 (diff)
downloadptxdist-4a0d242691f4dce0445ac02bd7bd5177ea5d00bb.tar.gz
ptxdist-4a0d242691f4dce0445ac02bd7bd5177ea5d00bb.tar.xz
rauc: align if statements in selects statements
Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/rauc.in')
-rw-r--r--rules/rauc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/rauc.in b/rules/rauc.in
index 0ce6a4cff..20c5564ed 100644
--- a/rules/rauc.in
+++ b/rules/rauc.in
@@ -6,8 +6,8 @@ menuconfig RAUC
select OPENSSL
select GLIB
select HOST_GLIB
- select LIBCURL if RAUC_NETWORK
- select JSON_GLIB if RAUC_JSON
+ select LIBCURL if RAUC_NETWORK
+ select JSON_GLIB if RAUC_JSON
select SQUASHFS_TOOLS if RUNTIME
select SQUASHFS_TOOLS_UNSQUASHFS if RUNTIME
help