branding: add LEDE branding
Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -5,6 +5,6 @@ set default="0"
|
||||
set timeout="@TIMEOUT@"
|
||||
set root='(cd)'
|
||||
|
||||
menuentry "OpenWrt" {
|
||||
menuentry "LEDE" {
|
||||
linux /boot/vmlinuz @CMDLINE@ noinitrd
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user