diff options
author | Mathias Kresin <dev@kresin.me> | 2016-10-06 22:55:06 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-10-06 22:58:50 +0200 |
commit | 993ca3b747562192e7157081f99d8694bc384099 (patch) | |
tree | e03d2d6f6f34aab1017220a49a0cd7bcb427b65e /target/linux | |
parent | 82b8eaa89fb90a796552b1c54aa48bccad5adb30 (diff) | |
download | upstream-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')
-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 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 \ |