diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-12-07 23:37:40 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-12-12 13:10:57 +0100 |
commit | c4f6850efc4b76c82962c6db1f77dc63c5b1fd67 (patch) | |
tree | f62a56613ab4d3aed60bde249aa907719eba1453 /target/linux/ramips | |
parent | a283b1788a84e3d950e4f67fe8867f896b791116 (diff) | |
download | upstream-c4f6850efc4b76c82962c6db1f77dc63c5b1fd67.tar.gz upstream-c4f6850efc4b76c82962c6db1f77dc63c5b1fd67.tar.bz2 upstream-c4f6850efc4b76c82962c6db1f77dc63c5b1fd67.zip |
ramips: remove unused DTS variable from DEVICE_VARS
The DTS variable has been removed in 402138d12dca ("ramips: Derive
DTS name from device name in Makefile"), but the DEVICE_VARS entry
has been overlooked.
Remove it now since we are not using this variable.
This must _not_ be backported to 19.07, where the variable is still
in use.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 16748b8260..d700e69440 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -DEVICE_VARS += DTS IMAGE_SIZE NETGEAR_BOARD_ID NETGEAR_HW_ID +DEVICE_VARS += IMAGE_SIZE NETGEAR_BOARD_ID NETGEAR_HW_ID DEVICE_VARS += BUFFALO_TAG_PLATFORM BUFFALO_TAG_VERSION BUFFALO_TAG_MINOR DEVICE_VARS += SEAMA_SIGNATURE SEAMA_MTDBLOCK DEVICE_VARS += SERCOMM_HWID SERCOMM_HWVER SERCOMM_SWVER |