Remove reference to LINUX_VERSION not defined anymore for normal (non-kmod) package
authorNicolas Thill <nico@openwrt.org>
Fri, 10 Jun 2005 17:19:54 +0000 (17:19 +0000)
committerNicolas Thill <nico@openwrt.org>
Fri, 10 Jun 2005 17:19:54 +0000 (17:19 +0000)
SVN-Revision: 1188

openwrt/package/tcpdump/Makefile

index ec8690807fd6f6503657d6ed40cf72bd91a12b54..fabd1500bbbc40de99afe1e4166ac3911467c459 100644 (file)
@@ -28,7 +28,7 @@ $(PKG_BUILD_DIR)/.configured:
                CFLAGS="$(TARGET_CFLAGS)" \
                CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
                LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
-               ac_cv_linux_vers=$(LINUX_VERSION) \
+               ac_cv_linux_vers=2 \
                td_cv_buggygetaddrinfo="no" \
                ./configure \
                --target=$(GNU_TARGET_NAME) \