summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-09-28 11:01:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-09-28 11:01:33 +0000
commit2b04816c55359cae67f8f5bb473eaf36f670f48c (patch)
tree323817c77ae6ea4e99c08b6d926c849f0cc8ae9d /package
parentd94103514b463b3c4d93802cee4ddb634a1351d9 (diff)
downloadmaster-31e0f0ae-2b04816c55359cae67f8f5bb473eaf36f670f48c.tar.gz
master-31e0f0ae-2b04816c55359cae67f8f5bb473eaf36f670f48c.tar.bz2
master-31e0f0ae-2b04816c55359cae67f8f5bb473eaf36f670f48c.zip
fix iw compile
SVN-Revision: 12760
Diffstat (limited to 'package')
-rw-r--r--package/iw/Makefile1
1 files changed, 1 insertions, 0 deletions
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 += \