[source] lantiq: fix BTHOMEHUBV2B default packages

LEDE Commits lede-commits at lists.infradead.org
Thu Oct 6 14:02:17 PDT 2016


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/993ca3b747562192e7157081f99d8694bc384099

commit 993ca3b747562192e7157081f99d8694bc384099
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Thu Oct 6 22:55:06 2016 +0200

    lantiq: fix BTHOMEHUBV2B default packages
    
    Due to the introduced double whitespace the default package selection
    isn't applied. This leads to errors like a not working networking
    because of a missing swconfig binary.
    
    Fixes FS#208.
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 target/linux/lantiq/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index 54a6caf..3bb6441 100644
--- a/target/linux/lantiq/image/Makefile
+++ b/target/linux/lantiq/image/Makefile
@@ -291,7 +291,7 @@ ifeq ($(SUBTARGET),xway)
 define Device/BTHOMEHUBV2B
   $(Device/NAND)
   DEVICE_TITLE := BT Home Hub 2B
-  DEVICE_PACKAGES :=  kmod-ltq-hcd-danube \
+  DEVICE_PACKAGES := kmod-ltq-hcd-danube \
 	kmod-ltq-adsl-danube-mei kmod-ltq-adsl-danube \
 	kmod-ltq-adsl-danube-fw-a kmod-ltq-atm-danube \
 	kmod-ltq-deu-danube \



More information about the lede-commits mailing list