aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/linux-atm/Makefile
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
commit4a7439401bffbc0b2c11fb4b4ebf266494a1fe2d (patch)
tree3ad2c0054ac4f6f217d7d602b8ae34bdfa11d857 /package/network/utils/linux-atm/Makefile
parentdbb2feb87d5e808e983b4069af24568a1edc98ea (diff)
downloadupstream-4a7439401bffbc0b2c11fb4b4ebf266494a1fe2d.tar.gz
upstream-4a7439401bffbc0b2c11fb4b4ebf266494a1fe2d.tar.bz2
upstream-4a7439401bffbc0b2c11fb4b4ebf266494a1fe2d.zip
linux-atm: fix dependencies
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37189
Diffstat (limited to 'package/network/utils/linux-atm/Makefile')
-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