From: Jo-Philipp Wich Date: Sat, 9 Oct 2010 17:19:19 +0000 (+0000) Subject: [packages] aodv-uu: resolve reference to CONFIG_LINUX_2_6 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f65f2337922fc2bfe50f8bfdf1057cf687c218c2;p=openwrt%2Fsvn-archive%2Farchive.git [packages] aodv-uu: resolve reference to CONFIG_LINUX_2_6 SVN-Revision: 23368 --- diff --git a/net/aodv-uu/Makefile b/net/aodv-uu/Makefile index fc8102ab2e..4a7cd96441 100644 --- a/net/aodv-uu/Makefile +++ b/net/aodv-uu/Makefile @@ -54,7 +54,7 @@ $(call Package/aodv-uu/Default/description) This package contains the AODV kernel module. endef -ifeq ($(CONFIG_LINUX_2_6),y) +ifneq ($(CONFIG_LINUX_2_4),y) define Build/Compile/linux26 $(MAKE) -C $(LINUX_DIR) \ ARCH="$(LINUX_KARCH)" \