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>
master
Mathias Kresin 8 years ago
parent 82b8eaa89f
commit 993ca3b747
  1. 2
      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 \

Loading…
Cancel
Save