diff options
author | Ben Mulvihill <ben.mulvihill@gmail.com> | 2016-06-20 18:35:52 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-06-21 13:49:54 +0200 |
commit | 7df43d88eca9a518c2e066a380aeddd8b026d534 (patch) | |
tree | c3de205ba286300abb4e89ea01157afeae735fad /target | |
parent | 040ebe24739eef24fc478e3b406be6a227237c39 (diff) | |
download | upstream-7df43d88eca9a518c2e066a380aeddd8b026d534.tar.gz upstream-7df43d88eca9a518c2e066a380aeddd8b026d534.tar.bz2 upstream-7df43d88eca9a518c2e066a380aeddd8b026d534.zip |
lantiq: fix typo in new image generation
Fix typo in commit a6f7536a73c93794812d5e810fb41c3d0ff1fb27
(new image generation)
Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index e75d63410d..ff29b2aa78 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -468,7 +468,7 @@ define LegacyDevice/BTHOMEHUBV3A kmod-ath9k wpad-mini \ swconfig uboot-envtools endef -LEGACY_DEVICES += BTHOMEHUBV3AB +LEGACY_DEVICES += BTHOMEHUBV3A Image/BuildKernel/Profile/DGN3500=$(call Image/BuildKernel/Template,DGN3500) Image/Build/Profile/DGN3500=$(call Image/BuildDGN3500/$(1),$(1),DGN3500) |