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)
commita37814faa7689fd0c8ddf9000bb9556888ea2d63
treeb87d8bfeb6e1c9b2ec0c5c7220e788e830834739
parent9913b6a90af2eddda0166ed2cc14fd2275758d2d
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