diff options
author | John Crispin <blogic@openwrt.org> | 2016-03-24 22:40:13 +0100 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-03-24 22:40:13 +0100 |
commit | fa69553900516944fc43cf7b377105ea1f6d3db0 (patch) | |
tree | 2df1a9d02c0a785f6d5865bd6e82fbc65243e4ad /target/linux/imx6/image | |
parent | 343c3be45451e4a11f03109bd6cb1dd9061ec5eb (diff) | |
download | upstream-fa69553900516944fc43cf7b377105ea1f6d3db0.tar.gz upstream-fa69553900516944fc43cf7b377105ea1f6d3db0.tar.bz2 upstream-fa69553900516944fc43cf7b377105ea1f6d3db0.zip |
branding: add LEDE branding
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'target/linux/imx6/image')
-rw-r--r-- | target/linux/imx6/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile index 910f88cf51..584ac7a060 100644 --- a/target/linux/imx6/image/Makefile +++ b/target/linux/imx6/image/Makefile @@ -39,7 +39,7 @@ define Build/ubi-boot-overlay $(TARGET_ROOTFS_DIR)/boot-$(DEVICE_NAME)_$(word 1, $(1))/$(dts).dtb; \ ) mkimage -A arm -O linux -T script -C none -a 0 -e 0 \ - -n '$(DEVICE_ID) OpenWrt bootscript' \ + -n '$(DEVICE_ID) LEDE bootscript' \ -d ./bootscript-$(DEVICE_NAME) \ $(TARGET_ROOTFS_DIR)/boot-$(DEVICE_NAME)_$(word 1, $(1))/6x_bootscript-$(DEVICE_NAME) $(STAGING_DIR_HOST)/bin/mkfs.ubifs \ |