diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2021-06-09 12:52:51 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-06-09 22:18:37 +0200 |
commit | 2c97a02fef0c74b787fdf847e9e6b68457c67362 (patch) | |
tree | 1a64df46b284f2ddc72c52d6501e727b3bbb7fb1 /target/linux | |
parent | e1d8a14cd0a9f8844f9ebb8ca220780b0ce5d6db (diff) | |
download | upstream-2c97a02fef0c74b787fdf847e9e6b68457c67362.tar.gz upstream-2c97a02fef0c74b787fdf847e9e6b68457c67362.tar.bz2 upstream-2c97a02fef0c74b787fdf847e9e6b68457c67362.zip |
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@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |