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:
parent
45137b0896
commit
968c77147c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define KernelPackage/sangam-atm/Default
|
define KernelPackage/sangam-atm/Default
|
||||||
SUBMENU:=Network Devices
|
SUBMENU:=Network Devices
|
||||||
DEPENDS:=@TARGET_ar7 +kmod-atm
|
DEPENDS:=@TARGET_ar7_generic +kmod-atm
|
||||||
TITLE:=AR7 ADSL driver
|
TITLE:=AR7 ADSL driver
|
||||||
FILES:=$(PKG_BUILD_DIR)/tiatm.ko
|
FILES:=$(PKG_BUILD_DIR)/tiatm.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,50,tiatm)
|
AUTOLOAD:=$(call AutoLoad,50,tiatm)
|
||||||
|
|
Loading…
Reference in a new issue