relayd: do not attempt to compile on linux 2.4 (#9997)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 31 Aug 2011 05:08:54 +0000 (05:08 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 31 Aug 2011 05:08:54 +0000 (05:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@28136 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/relayd/Makefile

index 1881da928a83bdb8181e24a14af1c91054489fb3..22f3a0e9e37b3a8eea5a7d8c231c5b640c011338 100644 (file)
@@ -24,7 +24,7 @@ define Package/relayd
   SECTION:=net
   CATEGORY:=Network
   TITLE:=Transparent routing / relay daemon
   SECTION:=net
   CATEGORY:=Network
   TITLE:=Transparent routing / relay daemon
-  DEPENDS:=+libubox
+  DEPENDS:=+libubox @!LINUX_2_4
 endef
 
 TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
 endef
 
 TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include