[openwrt/openwrt] ramips: mt7620: disable Jboot devices build
LEDE Commits
lede-commits at lists.infradead.org
Wed Jun 9 13:45:40 PDT 2021
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2c97a02fef0c74b787fdf847e9e6b68457c67362
commit 2c97a02fef0c74b787fdf847e9e6b68457c67362
Author: Pawel Dembicki <paweldembicki at gmail.com>
AuthorDate: Wed Jun 9 12:52:51 2021 +0200
ramips: mt7620: disable Jboot devices build
At this moment kernel size in mt7620 snapshot builds is bigger than 2048k.
It should be disabled by default.
Signed-off-by: Pawel Dembicki <paweldembicki at gmail.com>
---
target/linux/ramips/image/mt7620.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk
index e56e96d347..849bd31ef8 100644
--- a/target/linux/ramips/image/mt7620.mk
+++ b/target/linux/ramips/image/mt7620.mk
@@ -67,6 +67,7 @@ define Device/amit_jboot
IMAGE/sysupgrade.bin := mkdlinkfw | pad-rootfs | append-metadata
IMAGE/factory.bin := mkdlinkfw | pad-rootfs | mkdlinkfw-factory
DEVICE_PACKAGES := jboot-tools kmod-usb2 kmod-usb-ohci
+ DEFAULT := n
endef
define Device/asus_rp-n53
More information about the lede-commits
mailing list