[openwrt/openwrt] ramips: rt3883: use lzma-loader for DIR-645
LEDE Commits
lede-commits at lists.infradead.org
Thu Aug 27 18:25:43 EDT 2020
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/09faa73c53bd097666cbbe68176dd46cfcf80ee8
commit 09faa73c53bd097666cbbe68176dd46cfcf80ee8
Author: Perry Melange <isprotejesvalkata at gmail.com>
AuthorDate: Wed Aug 26 13:46:23 2020 +0200
ramips: rt3883: use lzma-loader for DIR-645
The DIR-645 fails to boot if the kernel is large.
Enabling lzma-loader resolves the issue.
Run-tested on D-Link DIR-645.
Signed-off-by: Perry Melange <isprotejesvalkata at gmail.com>
---
target/linux/ramips/image/rt3883.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ramips/image/rt3883.mk b/target/linux/ramips/image/rt3883.mk
index 8f4c22097b..f434172c50 100644
--- a/target/linux/ramips/image/rt3883.mk
+++ b/target/linux/ramips/image/rt3883.mk
@@ -33,6 +33,7 @@ TARGET_DEVICES += belkin_f9k1109v1
define Device/dlink_dir-645
$(Device/seama)
+ $(Device/uimage-lzma-loader)
SOC := rt3662
BLOCKSIZE := 4k
IMAGE_SIZE := 7872k
More information about the lede-commits
mailing list