luci.mk: only use remote branch detection
authorJo-Philipp Wich <jo@mein.io>
Mon, 20 Feb 2017 13:34:16 +0000 (14:34 +0100)
committerJo-Philipp Wich <jo@mein.io>
Mon, 20 Feb 2017 13:34:16 +0000 (14:34 +0100)
commit7942a23c814ed482982d94cceed641a8b68eb5f4
treeaf6b63752a08f3d850f493248fc6d5ea408b1576
parent05c5924434786c6720e0a497215fce0337d57d82
luci.mk: only use remote branch detection

LEDE's scripts/feeds script creates local branches named after the checked
out commit hash, confusing local branch detection.

Solely use remote branch detection to avoid misidentifying such cases.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
luci.mk