aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/image/common-mikrotik.mk
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/image/common-mikrotik.mk')
-rw-r--r--target/linux/ath79/image/common-mikrotik.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/ath79/image/common-mikrotik.mk b/target/linux/ath79/image/common-mikrotik.mk
index fb3dc78226..ce349b60b1 100644
--- a/target/linux/ath79/image/common-mikrotik.mk
+++ b/target/linux/ath79/image/common-mikrotik.mk
@@ -9,6 +9,7 @@ endef
define Device/mikrotik_nor
$(Device/mikrotik)
+ DEVICE_PACKAGES := -yafut
IMAGE/sysupgrade.bin := append-kernel | kernel2minor -s 1024 -e | \
pad-to $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | \
check-size | append-metadata
@@ -16,8 +17,5 @@ endef
define Device/mikrotik_nand
$(Device/mikrotik)
- IMAGE/sysupgrade.bin = append-kernel | kernel2minor -s 2048 -e -c | \
- sysupgrade-tar kernel=$$$$@ | append-metadata
- DEVICE_PACKAGES := nand-utils
- DEFAULT := n
+ IMAGE/sysupgrade.bin = append-kernel | sysupgrade-tar | append-metadata
endef