diff options
author | Andre Heider <a.heider@gmail.com> | 2022-08-23 15:18:49 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-09-17 17:39:23 +0200 |
commit | 33e2115fe449d1b9e97ce8c5be96f580442fd3d9 (patch) | |
tree | eafb402a2ebee7a739bbb7ad8f08672533cab241 /package/kernel/lantiq | |
parent | 07536cff513f38ea167c3b1d870d27f1d71a292d (diff) | |
download | upstream-33e2115fe449d1b9e97ce8c5be96f580442fd3d9.tar.gz upstream-33e2115fe449d1b9e97ce8c5be96f580442fd3d9.tar.bz2 upstream-33e2115fe449d1b9e97ce8c5be96f580442fd3d9.zip |
ltq-vdsl-app: rename to ltq-vdsl-vr9-app
This matches the scheme used by other target packages and will avoid
confusion with any future version.
Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r-- | package/kernel/lantiq/ltq-vdsl-vr9-mei/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/lantiq/ltq-vdsl-vr9-mei/Makefile b/package/kernel/lantiq/ltq-vdsl-vr9-mei/Makefile index 040c02f899..e9c5a681fd 100644 --- a/package/kernel/lantiq/ltq-vdsl-vr9-mei/Makefile +++ b/package/kernel/lantiq/ltq-vdsl-vr9-mei/Makefile @@ -56,10 +56,10 @@ MAKE_FLAGS += \ $(KERNEL_MAKE_FLAGS) \ SHELL="$(BASH)" -# ltq-vdsl-app uses a header provided by the MEI driver which has some +# ltq-vdsl-vr9-app uses a header provided by the MEI driver which has some # conditionals. # Define the conditionals here to have the same view on both sides. If you -# change them, you need to change them for the ltq-vdsl-app as well +# change them, you need to change them for the ltq-vdsl-vr9-app as well MEI_DRV_CFLAGS = \ -DMEI_DRV_ATM_PTM_INTERFACE_ENABLE=1 \ -DMEI_SUPPORT_DEBUG_STREAMS=1 \ |