summaryrefslogtreecommitdiff
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
commit30b1247a0415a634f6f5895c858eacc1d56d7c56 (patch)
treebe52fd0283f26a18c2cdc2dbe1ff419953943238 /package/mac80211/Makefile
parentffa4a3c4f578c8a9a91a4e1eb321d103b57a9ba5 (diff)
downloadmtk-20170518-30b1247a0415a634f6f5895c858eacc1d56d7c56.zip
mtk-20170518-30b1247a0415a634f6f5895c858eacc1d56d7c56.tar.gz
mtk-20170518-30b1247a0415a634f6f5895c858eacc1d56d7c56.tar.bz2
mac80211: add the real compat-wireless version + openwrt revision to the compat_version
SVN-Revision: 30862
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 0eb6fa8..d2f568f 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),)