mirror of https://github.com/hak5/openwrt.git
parent
3a1851964e
commit
b178e90506
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue