[packages] aodv-uu: resolve reference to CONFIG_LINUX_2_6

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23368 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-10-09 17:19:19 +00:00
parent 74ccdf0185
commit 168d935cdf

View File

@ -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)" \