aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/ar7-atm
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-16 13:00:41 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-16 13:00:41 +0000
commit4592bacb841717e7d09dbe8d6f32d33069de13f1 (patch)
tree01c2507c197c9c633b2bda1654db8bdaee264cc1 /package/system/ar7-atm
parentd1afb91198078c347020e79bde3581dab116d014 (diff)
downloadmaster-187ad058-4592bacb841717e7d09dbe8d6f32d33069de13f1.tar.gz
master-187ad058-4592bacb841717e7d09dbe8d6f32d33069de13f1.tar.bz2
master-187ad058-4592bacb841717e7d09dbe8d6f32d33069de13f1.zip
[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/ar7-atm')
-rw-r--r--package/system/ar7-atm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/ar7-atm/Makefile b/package/system/ar7-atm/Makefile
index e9c3864876..59e9e79183 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)