diff options
author | David Bauer <mail@david-bauer.net> | 2023-04-02 18:57:09 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2023-04-08 14:41:01 +0200 |
commit | f058dad1b62d0d6c25ffd8365a8fbf0efb7f6f84 (patch) | |
tree | c9d4725931b8adce061b3d9e1a7726c5a2f2e338 /target/linux/mpc85xx | |
parent | 1d4d21481fcd75a07be081ddb4044ee5ae457b93 (diff) | |
download | openwrt-f058dad1b62d0d6c25ffd8365a8fbf0efb7f6f84.tar.gz openwrt-f058dad1b62d0d6c25ffd8365a8fbf0efb7f6f84.tar.bz2 openwrt-f058dad1b62d0d6c25ffd8365a8fbf0efb7f6f84.zip |
mpc85xx: don't compress kernel image for WS-AP3825i
The kernel is already compressed with XZ by the bootwrapper, thus we
gain nothing by compressing it a second time.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/mpc85xx')
-rw-r--r-- | target/linux/mpc85xx/image/p1020.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/image/p1020.mk b/target/linux/mpc85xx/image/p1020.mk index 1f17de3f55..d3d7f93ddd 100644 --- a/target/linux/mpc85xx/image/p1020.mk +++ b/target/linux/mpc85xx/image/p1020.mk @@ -76,7 +76,7 @@ define Device/extreme-networks_ws-ap3825i KERNEL_NAME := simpleImage.ws-ap3825i KERNEL_ENTRY := 0x1000000 KERNEL_LOADADDR := 0x1000000 - KERNEL = kernel-bin | lzma | fit lzma $(KDIR)/image-$$(DEVICE_DTS).dtb + KERNEL = kernel-bin | fit none $(KDIR)/image-$$(DEVICE_DTS).dtb IMAGES := sysupgrade.bin IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata endef |