diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-16 13:00:41 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-16 13:00:41 +0000 |
commit | 1f55e96d45d294767624a41ba83799cad11bd906 (patch) | |
tree | 01c2507c197c9c633b2bda1654db8bdaee264cc1 /package/system | |
parent | 9a47c045f25ecbb0139681996635aa3a85ac6fc9 (diff) |
[package] ar7-atm: make it depend on the generic AR7 platform
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34205 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system')
-rw-r--r-- | package/system/ar7-atm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/ar7-atm/Makefile b/package/system/ar7-atm/Makefile index e9c386487..59e9e7918 100644 --- a/package/system/ar7-atm/Makefile +++ b/package/system/ar7-atm/Makefile @@ -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) |