aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2020-11-05 00:00:37 +0100
committerDavid Bauer <mail@david-bauer.net>2020-11-05 00:00:37 +0100
commit22be18effba37bb6cdb31c631fef1e5740a5107e (patch)
tree8d73debc1c18daca961480cce760ba6133e86752 /target
parented2491ba673f2317465f58d6bf954aa30160e233 (diff)
downloadupstream-22be18effba37bb6cdb31c631fef1e5740a5107e.tar.gz
upstream-22be18effba37bb6cdb31c631fef1e5740a5107e.tar.bz2
upstream-22be18effba37bb6cdb31c631fef1e5740a5107e.zip
ath79: streamline image-generation for OCEDO boards
Use the default sysupgrade generation procedure provided by the target. The previously generated images had the rootfs not aligned to an eraseblock. Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ath79/image/generic.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk
index b6ec366eb0..1c2c805b2a 100644
--- a/target/linux/ath79/image/generic.mk
+++ b/target/linux/ath79/image/generic.mk
@@ -1348,8 +1348,6 @@ define Device/ocedo_koala
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
SUPPORTED_DEVICES += koala
IMAGE_SIZE := 7424k
- IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | \
- append-metadata | check-size
endef
TARGET_DEVICES += ocedo_koala
@@ -1358,8 +1356,6 @@ define Device/ocedo_raccoon
DEVICE_VENDOR := Ocedo
DEVICE_MODEL := Raccoon
IMAGE_SIZE := 7424k
- IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | \
- append-metadata | check-size
endef
TARGET_DEVICES += ocedo_raccoon
@@ -1369,8 +1365,6 @@ define Device/ocedo_ursus
DEVICE_MODEL := Ursus
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
IMAGE_SIZE := 7424k
- IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | \
- append-metadata | check-size
endef
TARGET_DEVICES += ocedo_ursus