From: nico Date: Wed, 5 Sep 2007 12:45:02 +0000 (+0000) Subject: mark dibbler 2.6 only, it needs to build X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=583aeece104765463dd7547ac69177203be0903a;p=packages.git mark dibbler 2.6 only, it needs to build git-svn-id: svn://svn.openwrt.org/openwrt/packages@8625 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/ipv6/dibbler/Makefile b/ipv6/dibbler/Makefile index e553c1a85..89d4efb06 100644 --- a/ipv6/dibbler/Makefile +++ b/ipv6/dibbler/Makefile @@ -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 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