aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/image
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2016-10-06 22:55:06 +0200
committerMathias Kresin <dev@kresin.me>2016-10-06 22:58:50 +0200
commit993ca3b747562192e7157081f99d8694bc384099 (patch)
treee03d2d6f6f34aab1017220a49a0cd7bcb427b65e /target/linux/lantiq/image
parent82b8eaa89fb90a796552b1c54aa48bccad5adb30 (diff)
downloadupstream-993ca3b747562192e7157081f99d8694bc384099.tar.gz
upstream-993ca3b747562192e7157081f99d8694bc384099.tar.bz2
upstream-993ca3b747562192e7157081f99d8694bc384099.zip
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@kresin.me>
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r--target/linux/lantiq/image/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \