mark dibbler 2.6 only, it needs <linux/ip_mp_alg.h> to build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@8625 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-09-05 12:45:02 +00:00
parent e127604d3d
commit 583aeece10

View File

@ -21,10 +21,11 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
# add dependency on 2.6 since recent dibbler needs <linux/ip_mp_alg.h>
define Package/dibbler/Default
SECTION:=ipv6
CATEGORY:=IPv6
DEPENDS:=+uclibcxx
DEPENDS:=+uclibcxx @LINUX_2_6
TITLE:=Dibbler, a portable DHCPv6 implementation
URL:=http://klub.com.pl/dhcpv6/
endef