aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-07-08 00:37:49 +0000
committerLuka Perkov <luka@openwrt.org>2013-07-08 00:37:49 +0000
commit24ad605866a29933451357a3ce6e035ed920c9e7 (patch)
tree4d666b1c66a7179f99abcb0de576f60ecbc94bef /package/network
parentc39701f9cfe85ebd295c871faf6652211e898c99 (diff)
downloadmaster-187ad058-24ad605866a29933451357a3ce6e035ed920c9e7.tar.gz
master-187ad058-24ad605866a29933451357a3ce6e035ed920c9e7.tar.bz2
master-187ad058-24ad605866a29933451357a3ce6e035ed920c9e7.zip
[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