diff options
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/image/nand.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ath79/image/nand.mk b/target/linux/ath79/image/nand.mk index 8f28af4655..7d283b54c4 100644 --- a/target/linux/ath79/image/nand.mk +++ b/target/linux/ath79/image/nand.mk @@ -1,5 +1,7 @@ include ./common-netgear.mk # for netgear-uImage +DEVICE_VARS += RAS_ROOTFS_SIZE RAS_BOARD RAS_VERSION + # attention: only zlib compression is allowed for the boot fs define Build/zyxel-buildkerneljffs rm -rf $(KDIR_TMP)/zyxelnbg6716 @@ -216,4 +218,3 @@ define Device/zyxel_nbg6716 UBINIZE_OPTS := -E 5 endef TARGET_DEVICES += zyxel_nbg6716 -DEVICE_VARS += RAS_ROOTFS_SIZE RAS_BOARD RAS_VERSION |