unbreak ltq-dsl-fw

SVN-Revision: 34098
This commit is contained in:
John Crispin 2012-11-06 07:41:44 +00:00
parent 3a1851964e
commit b178e90506
2 changed files with 1 additions and 1 deletions

0
package/a Normal file
View File

View File

@ -25,7 +25,7 @@ define Package/kmod-ltq-dsl-firmware-template
SUBMENU:=Network Devices
VARIANT:= $(1)-$(2)
URL:=http://www.lantiq.com/
DEPENDS:=@(TARGET_lantiq_xway|| kmod-ltq-dsl-$(2)
DEPENDS:=@(TARGET_lantiq_$(2)||TARGET_lantiq_$(3)) kmod-ltq-dsl-$(2)
endef
Package/kmod-ltq-dsl-firmware-a-danube=$(call Package/kmod-ltq-dsl-firmware-template,a,danube,xway)