From 09b877c9399d967a90fd2e31603a26560181a5df Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 20 Jun 2006 18:13:06 +0000 Subject: [PATCH] reverse the order of + and @ in chillispot depends, because package/rules.mk requires it SVN-Revision: 4026 --- net/chillispot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/chillispot/Makefile b/net/chillispot/Makefile index 68a34f7a05..f5e3550128 100644 --- a/net/chillispot/Makefile +++ b/net/chillispot/Makefile @@ -19,7 +19,7 @@ include $(TOPDIR)/package/rules.mk define Package/chillispot SECTION:=net CATEGORY:=Network - DEPENDS:=+@PACKAGE_KMOD_TUN + DEPENDS:=@+PACKAGE_KMOD_TUN TITLE:=Wireless LAN HotSpot controller DESCRIPTION:=Wireless LAN HotSpot controller\\\ ChilliSpot is an open source captive portal or wireless LAN \\\ -- 2.30.2