mirror of https://github.com/hak5/openwrt.git
ramips: set uImage name of WeVO 11AC NAS and W2914NS v2
The stock firmware and bootloader only accept uImage with names that
match certain patterns. This patch enables OpenWrt installation from
stock firmware without having to reflash the bootloader or access the
UART console.
Installation via web interface:
1. Flash **initramfs** image through the stock web interface.
2. Boot into OpenWrt and perform sysupgrade with sysupgrade image.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
(cherry picked from commit 19800ac095
)
[backported]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
openwrt-18.06
parent
b0d99e32db
commit
45fefa0459
|
@ -44,6 +44,7 @@ endef
|
|||
define Device/11acnas
|
||||
DTS := 11ACNAS
|
||||
IMAGE_SIZE := $(ralink_default_fw_size_16M)
|
||||
UIMAGE_NAME := 11AC-NAS-Router(0.0.0)
|
||||
DEVICE_TITLE := WeVO 11AC NAS Router
|
||||
DEVICE_PACKAGES := kmod-mt7603 kmod-usb3 kmod-usb-ledtrig-usbport wpad-mini
|
||||
endef
|
||||
|
@ -334,6 +335,7 @@ TARGET_DEVICES += vr500
|
|||
define Device/w2914nsv2
|
||||
DTS := W2914NSV2
|
||||
IMAGE_SIZE := $(ralink_default_fw_size_16M)
|
||||
UIMAGE_NAME := W2914NS-V2(0.0.0)
|
||||
DEVICE_TITLE := WeVO W2914NS v2
|
||||
DEVICE_PACKAGES := \
|
||||
kmod-mt7603 kmod-mt76x2 kmod-usb3 kmod-usb-ledtrig-usbport wpad-mini
|
||||
|
|
Loading…
Reference in New Issue