reverse the order of + and @ in chillispot depends, because package/rules.mk requires it
authorFelix Fietkau <nbd@openwrt.org>
Tue, 20 Jun 2006 18:13:06 +0000 (18:13 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 20 Jun 2006 18:13:06 +0000 (18:13 +0000)
SVN-Revision: 4026

net/chillispot/Makefile

index 68a34f7a05a0e1c3aa1e92cd45de7d2f3e1372c1..f5e3550128dba9d5c9df6583a097c6e29be7120d 100644 (file)
@@ -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 \\\