From 4a7439401bffbc0b2c11fb4b4ebf266494a1fe2d Mon Sep 17 00:00:00 2001
From: Luka Perkov <luka@openwrt.org>
Date: Mon, 8 Jul 2013 00:37:49 +0000
Subject: [PATCH] linux-atm: fix dependencies

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 37189
---
 package/network/utils/linux-atm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/utils/linux-atm/Makefile b/package/network/utils/linux-atm/Makefile
index 12f871cf94..9238b88022 100644
--- a/package/network/utils/linux-atm/Makefile
+++ b/package/network/utils/linux-atm/Makefile
@@ -41,7 +41,7 @@ endef
 define Package/linux-atm/Default
   SECTION:=net
   CATEGORY:=Network
-  DEPENDS:=linux-atm
+  DEPENDS:=+linux-atm
   URL:=http://linux-atm.sourceforge.net/
   SUBMENU:=Linux ATM tools
 endef
-- 
2.30.2