diff options
author | Sander Vanheule <sander@svanheule.net> | 2022-09-18 10:12:16 +0200 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2022-09-18 10:12:19 +0200 |
commit | fe5a2f334f00d26aaba457f258ed1be939f1bba5 (patch) | |
tree | 7f77478220214af864ab8136cace6c22ff308dbd /target/linux/realtek/image/rtl839x.mk | |
parent | 00094efec33f07c9dc16cce23be492430c40b3cc (diff) | |
download | upstream-fe5a2f334f00d26aaba457f258ed1be939f1bba5.tar.gz upstream-fe5a2f334f00d26aaba457f258ed1be939f1bba5.tar.bz2 upstream-fe5a2f334f00d26aaba457f258ed1be939f1bba5.zip |
realtek: use Device prefix for common recipes
The Build prefix is used for image build commands, while the Device
prefix should be used for base recipes for devices. Apply the same
naming convention here.
While touching the file, also fix the mixed indentation.
Suggested-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Signed-off-by: Sander Vanheule <sander@svanheule.net>
Diffstat (limited to 'target/linux/realtek/image/rtl839x.mk')
-rw-r--r-- | target/linux/realtek/image/rtl839x.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realtek/image/rtl839x.mk b/target/linux/realtek/image/rtl839x.mk index f4704544a6..74ae95ccd7 100644 --- a/target/linux/realtek/image/rtl839x.mk +++ b/target/linux/realtek/image/rtl839x.mk @@ -3,7 +3,7 @@ include ./common.mk define Device/d-link_dgs-1210-52 - $(Build/d-link_dgs-1210) + $(Device/d-link_dgs-1210) SOC := rtl8393 DEVICE_MODEL := DGS-1210-52 endef |