diff options
author | Luka Perkov <luka@openwrt.org> | 2013-07-08 00:37:49 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-07-08 00:37:49 +0000 |
commit | 24ad605866a29933451357a3ce6e035ed920c9e7 (patch) | |
tree | 4d666b1c66a7179f99abcb0de576f60ecbc94bef /package | |
parent | c39701f9cfe85ebd295c871faf6652211e898c99 (diff) | |
download | upstream-24ad605866a29933451357a3ce6e035ed920c9e7.tar.gz upstream-24ad605866a29933451357a3ce6e035ed920c9e7.tar.bz2 upstream-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')
-rw-r--r-- | package/network/utils/linux-atm/Makefile | 2 |
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 |