build: make device-tree arg optional in mkits.sh
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 10 May 2015 11:46:45 +0000 (11:46 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 10 May 2015 11:46:45 +0000 (11:46 +0000)
commit470d29a43b43ed3252636fc715b5002e07d3e00e
treeeb76b8d5465ce4ca8edeed71ee7e2809c2c0edd3
parente5e1a381cfe591d9af3193d5167630afd37dce70
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