diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-09-28 11:01:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-09-28 11:01:33 +0000 |
commit | 2b04816c55359cae67f8f5bb473eaf36f670f48c (patch) | |
tree | 323817c77ae6ea4e99c08b6d926c849f0cc8ae9d /package/iw | |
parent | d94103514b463b3c4d93802cee4ddb634a1351d9 (diff) | |
download | openwrt-2b04816c55359cae67f8f5bb473eaf36f670f48c.tar.gz openwrt-2b04816c55359cae67f8f5bb473eaf36f670f48c.tar.bz2 openwrt-2b04816c55359cae67f8f5bb473eaf36f670f48c.zip |
fix iw compile
SVN-Revision: 12760
Diffstat (limited to 'package/iw')
-rw-r--r-- | package/iw/Makefile | 1 |
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 += \ |