summaryrefslogtreecommitdiff
path: root/package/network
diff options
context:
space:
mode:
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-07-08 00:37:49 +0000
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-07-08 00:37:49 +0000
commita8bf6c412610d0c98d28925c9e3bc9bfb14e0f34 (patch)
tree4d666b1c66a7179f99abcb0de576f60ecbc94bef /package/network
parentc616bea77ee607177ee541ea95c76c342f744111 (diff)
[package] linux-atm: fix dependencies
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37189 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-rw-r--r--package/network/utils/linux-atm/Makefile2
1 files changed, 1 insertions, 1 deletions
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