diff options
author | Sungbo Eo <mans0n@gorani.run> | 2020-03-10 15:41:09 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-03-21 19:55:12 +0100 |
commit | 5b392c7119f23aef10ffc0def9a70e8335f9f3f8 (patch) | |
tree | 73e56336895a2944f0cb8dfedfd04f7b7d7d6e67 /target/linux/ath79 | |
parent | d5812478ad4c882256e43a2ad52ddf0c0944db7b (diff) | |
download | upstream-5b392c7119f23aef10ffc0def9a70e8335f9f3f8.tar.gz upstream-5b392c7119f23aef10ffc0def9a70e8335f9f3f8.tar.bz2 upstream-5b392c7119f23aef10ffc0def9a70e8335f9f3f8.zip |
treewide: gather DEVICE_VARS into one place
Place DEVICE_VARS assignments at the top of the file or above Device/Default
to make them easier to find.
For ramips, remove redundant values already present in parent file.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
[do not touch ar71xx, extend commit message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
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 |