From 993ca3b747562192e7157081f99d8694bc384099 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Thu, 6 Oct 2016 22:55:06 +0200 Subject: [PATCH] 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 --- 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 54a6caf23e..3bb644142b 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 \ -- 2.30.2