From: Felix Fietkau Date: Sun, 28 Sep 2008 11:01:33 +0000 (+0000) Subject: fix iw compile X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2b04816c55359cae67f8f5bb473eaf36f670f48c;p=openwrt%2Fstaging%2Fkaloz.git fix iw compile SVN-Revision: 12760 --- diff --git a/package/iw/Makefile b/package/iw/Makefile index a4cc8cdee9..8fd64913b4 100644 --- a/package/iw/Makefile +++ b/package/iw/Makefile @@ -28,6 +28,7 @@ endef define Build/Configure $(CP) $(PKG_BUILD_DIR)/defconfig $(PKG_BUILD_DIR)/.config + echo "#define IW_VERSION \"$(VERSION)\"" > $(PKG_BUILD_DIR)/version.h endef MAKE_FLAGS += \