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)
commiteca584306baf7812ebded529c9ef8cbc2f6e4da2
treeeb76b8d5465ce4ca8edeed71ee7e2809c2c0edd3
parent9bee816d21a4e9d20a7ef40d8e1e41a84804363d
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>
SVN-Revision: 45659
scripts/mkits.sh