[lantiq] unbreak ltq-dsl-fw

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34098 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
John Crispin 2012-11-06 07:41:44 +00:00
parent 8dd03e55f9
commit b6b9f3d883
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)