1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

ar7-atm: make it depend on the generic AR7 platform

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 34205
This commit is contained in:
Florian Fainelli 2012-11-16 13:00:41 +00:00
parent 45137b0896
commit 968c77147c

@ -38,7 +38,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/sangam-atm/Default
SUBMENU:=Network Devices
DEPENDS:=@TARGET_ar7 +kmod-atm
DEPENDS:=@TARGET_ar7_generic +kmod-atm
TITLE:=AR7 ADSL driver
FILES:=$(PKG_BUILD_DIR)/tiatm.ko
AUTOLOAD:=$(call AutoLoad,50,tiatm)