From: nbd Date: Tue, 20 Jun 2006 18:13:06 +0000 (+0000) Subject: reverse the order of + and @ in chillispot depends, because package/rules.mk requires it X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=cc0ee961c83c4d2f90636c4f98660088c28becae;p=packages.git reverse the order of + and @ in chillispot depends, because package/rules.mk requires it git-svn-id: svn://svn.openwrt.org/openwrt/packages@4026 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/chillispot/Makefile b/net/chillispot/Makefile index 68a34f7a0..f5e355012 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 \\\