build: drop obsolete kernel version dependencies

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44110 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2015-01-24 20:02:09 +00:00
parent cac0cf6daa
commit ae62798e99
13 changed files with 25 additions and 31 deletions

View File

@@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/ifenslave
SECTION:=net
CATEGORY:=Network
DEPENDS:=+kmod-bonding @(LINUX_3_3||LINUX_3_6||LINUX_3_7||LINUX_3_8||LINUX_3_9||LINUX_3_10)
DEPENDS:=+kmod-bonding @(LINUX_3_8||LINUX_3_9||LINUX_3_10)
TITLE:=A utility to manipulate kernel ethernet bonding devices
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
URL:=http://www.kernel.org

View File

@@ -31,7 +31,6 @@ define Package/xtables-addons
SECTION:=net
CATEGORY:=Network
SUBMENU:=Firewall
DEPENDS:=@!LINUX_3_3
TITLE:=Extensions not distributed in the main Xtables
URL:=http://xtables-addons.sourceforge.net/
endef