diff options
| author | Tim Lunn | 2024-04-18 00:53:54 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2024-11-08 12:37:10 +0000 |
| commit | 71b4842e3bdaed91cd2daa4b28a208559c3de7c6 (patch) | |
| tree | aa9dc1754d7c4bfea780b88a6e551fe44cfe9395 | |
| parent | 1bdbd511b27017157e92ffe128e66853d169dcbf (diff) | |
| download | openwrt-71b4842e3bdaed91cd2daa4b28a208559c3de7c6.tar.gz | |
rampis: mt7621: Re-enable Edgerouter-X image builds
With the new layout providing 6MB for kernel there will be no issues
with kernel size affecting build of images.
Re-enable image builds for Edgerouter-X and X-SFP.
Signed-off-by: Tim Lunn <tim@feathertop.org>
Tested-by: Mauri Sandberg <maukka@ext.kapsi.fi>
Link: https://github.com/openwrt/openwrt/pull/15194
Signed-off-by: Petr Štetiar <ynezz@true.cz>
| -rw-r--r-- | target/linux/ramips/image/mt7621.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index f4dacba894..b9692c5f3a 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -2869,7 +2869,6 @@ define Device/ubnt_edgerouter_common DEVICE_COMPAT_MESSAGE := Partition table has been changed due to kernel size restrictions. \ Refer to the wiki page for instructions to migrate to the new layout: \ https://openwrt.org/toh/ubiquiti/edgerouter_x_er-x_ka - DEFAULT := n endef define Device/ubnt_edgerouter-x |