branding: add LEDE branding

Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
John Crispin
2016-03-24 22:40:13 +01:00
parent 343c3be454
commit fa69553900
40 changed files with 76 additions and 85 deletions

View File

@@ -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 \

View File

@@ -20,7 +20,7 @@ UIMAGE:=$(BIN_DIR)/$(IMG_PREFIX)-uImage
define Image/Build/MkuImage
mkimage -A arm -O linux -T kernel -a $(LOADADDR) -C none -e $(LOADADDR) \
-n 'ARM OpenWrt Linux-$(LINUX_VERSION)' -d $(1) $(2);
-n 'ARM LEDE Linux-$(LINUX_VERSION)' -d $(1) $(2);
endef
define Image/Build/DTB

View File

@@ -15,6 +15,6 @@ config wifi-iface
option powersave 1
option network lan
option mode sta
option ssid OpenWrt
option ssid LEDE
# option encryption psk2
# option key "foobar"

View File

@@ -5,6 +5,6 @@ set default="0"
set timeout="@TIMEOUT@"
set root='(cd)'
menuentry "OpenWrt" {
menuentry "LEDE" {
linux /boot/vmlinuz @CMDLINE@ noinitrd
}

View File

@@ -5,9 +5,9 @@ set default="0"
set timeout="@TIMEOUT@"
set root='(hd0,msdos1)'
menuentry "OpenWrt" {
menuentry "LEDE" {
linux /boot/vmlinuz @CMDLINE@ noinitrd
}
menuentry "OpenWrt (failsafe)" {
menuentry "LEDE (failsafe)" {
linux /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd
}