diff options
author | Chuanhong Guo <gch981213@gmail.com> | 2020-04-14 11:00:03 +0800 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2020-04-14 11:14:15 +0800 |
commit | 111029bea7b5c1075f7aa12e8431fe840c3dca12 (patch) | |
tree | 93a30e4d00ee8024268ae99108a45c850fa5fced /target/linux/ramips/image | |
parent | 1b2c4af0392effc6c166e15a70e29272ab88cece (diff) | |
download | upstream-111029bea7b5c1075f7aa12e8431fe840c3dca12.tar.gz upstream-111029bea7b5c1075f7aa12e8431fe840c3dca12.tar.bz2 upstream-111029bea7b5c1075f7aa12e8431fe840c3dca12.zip |
ramips: add missing DEVICE_VARS for lzma-loader
LOADER_TYPE is a per-device variable which should be included in
DEVICE_VARS.
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 7c1f7c6c0b..29db341e9b 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -7,6 +7,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk +DEVICE_VARS += LOADER_TYPE DEVICE_VARS += NETGEAR_BOARD_ID NETGEAR_HW_ID DEVICE_VARS += BUFFALO_TAG_PLATFORM BUFFALO_TAG_VERSION BUFFALO_TAG_MINOR DEVICE_VARS += SEAMA_SIGNATURE SEAMA_MTDBLOCK |