Remove reference to LINUX_VERSION not defined anymore for normal (non-kmod) package

SVN-Revision: 1188
lede-17.01
Nicolas Thill 2005-06-10 17:19:54 +00:00
parent 9183af1817
commit 95015a8bd6
1 changed files with 1 additions and 1 deletions

View 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) \