mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
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
@ -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 New Issue
Block a user