aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-03-10 12:59:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-03-10 12:59:21 +0000
commit43c8254ea249e359d6430862c481c30f9cac7f95 (patch)
treeb5cff6e4e2d201e8a4719704bae94cde7fd2fdba /package/mac80211/Makefile
parenta9706d52f2c15bf3af60312ed81acb4366e86621 (diff)
downloadupstream-43c8254ea249e359d6430862c481c30f9cac7f95.tar.gz
upstream-43c8254ea249e359d6430862c481c30f9cac7f95.tar.bz2
upstream-43c8254ea249e359d6430862c481c30f9cac7f95.zip
mac80211: add the real compat-wireless version + openwrt revision to the compat_version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30862 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r--package/mac80211/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index 0eb6fa803e..d2f568fa81 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -1299,6 +1299,7 @@ define Build/Prepare
rm -rf $(PKG_BUILD_DIR)/include/linux/bcma
rm -f $(PKG_BUILD_DIR)/include/linux/eeprom_93cx6.h
rm -f $(PKG_BUILD_DIR)/include/net/ieee80211.h
+ echo 'compat-wireless-$(PKG_VERSION)-$(PKG_RELEASE)-$(REVISION)' > $(PKG_BUILD_DIR)/compat_version
endef
ifneq ($(CONFIG_PACKAGE_kmod-cfg80211)$(CONFIG_PACKAGE_kmod-lib80211),)