aboutsummaryrefslogtreecommitdiffstats
path: root/package
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
commit968c77147c4cbfd54fb87b803e4c3d814c962c33 (patch)
tree02a6f12747fb0d218688f700e232849a32955014 /package
parent45137b0896e6ed96605e867ab9068014ad6ee935 (diff)
downloadupstream-968c77147c4cbfd54fb87b803e4c3d814c962c33.tar.gz
upstream-968c77147c4cbfd54fb87b803e4c3d814c962c33.tar.bz2
upstream-968c77147c4cbfd54fb87b803e4c3d814c962c33.zip
ar7-atm: make it depend on the generic AR7 platform
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34205
Diffstat (limited to 'package')
-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)