From: Felix Fietkau Date: Wed, 31 Aug 2011 05:08:54 +0000 (+0000) Subject: relayd: do not attempt to compile on linux 2.4 (#9997) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b49c5d4bdd497d5266838f37468146e1f1a94a40;p=openwrt%2Fsvn-archive%2Farchive.git relayd: do not attempt to compile on linux 2.4 (#9997) SVN-Revision: 28136 --- diff --git a/package/relayd/Makefile b/package/relayd/Makefile index 1881da928a..22f3a0e9e3 100644 --- a/package/relayd/Makefile +++ b/package/relayd/Makefile @@ -24,7 +24,7 @@ define Package/relayd SECTION:=net CATEGORY:=Network TITLE:=Transparent routing / relay daemon - DEPENDS:=+libubox + DEPENDS:=+libubox @!LINUX_2_4 endef TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include