build: make device-tree arg optional in mkits.sh
authorFelix Fietkau <nbd@openwrt.org>
Sun, 10 May 2015 11:46:45 +0000 (11:46 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 10 May 2015 11:46:45 +0000 (11:46 +0000)
commit4022f5a9f4c15ccf8e95ea5ae0f562a5dc3df718
treeeb76b8d5465ce4ca8edeed71ee7e2809c2c0edd3
parent3a8303ca9e67326a05375bfb858d976939173e04
build: make device-tree arg optional in mkits.sh

mkits.sh help currently shows dtb file as optional, but generates an
invalid its file when this option is unspecified.

We're fixing this problem by removing the use of the sed command and
just including variables instead.

Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45659 3c298f89-4303-0410-b956-a3cf2f4a3e73
scripts/mkits.sh