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
This commit is contained in:
nbd 2006-06-20 18:13:06 +00:00
parent 157af88e32
commit cc0ee961c8

View 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 \\\