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>
This commit is contained in:
parent
82b8eaa89f
commit
993ca3b747
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue