mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-10 04:40:39 +00:00
mac80211: do not delete linux/*_platform.h, they are touched by patches. instead make the build fail if they differ from the ones in the kernel tree to prevent subtle runtime issues (see #11981)
SVN-Revision: 33030
This commit is contained in:
parent
54f30d4f46
commit
74c27a1a92
@ -1331,9 +1331,6 @@ define Build/Prepare
|
||||
rm -rf $(PKG_BUILD_DIR)/include/linux/bcma
|
||||
rm -rf $(PKG_BUILD_DIR)/include/net/bluetooth/
|
||||
rm -f $(PKG_BUILD_DIR)/include/linux/eeprom_93cx6.h
|
||||
rm -f $(PKG_BUILD_DIR)/include/linux/ath9k_platform.h
|
||||
rm -f $(PKG_BUILD_DIR)/include/linux/ath5k_platform.h
|
||||
rm -f $(PKG_BUILD_DIR)/include/linux/rt2x00_platform.h
|
||||
rm -f $(PKG_BUILD_DIR)/include/linux/wl12xx.h
|
||||
rm -f $(PKG_BUILD_DIR)/include/linux/spi/libertas_spi.h
|
||||
rm -f $(PKG_BUILD_DIR)/include/net/ieee80211.h
|
||||
@ -1348,6 +1345,12 @@ ifneq ($(CONFIG_PACKAGE_kmod-cfg80211)$(CONFIG_PACKAGE_kmod-lib80211),)
|
||||
endef
|
||||
endif
|
||||
|
||||
define Build/Configure
|
||||
cmp $(PKG_BUILD_DIR)/include/linux/ath9k_platform.h $(LINUX_DIR)/include/linux/ath9k_platform.h
|
||||
cmp $(PKG_BUILD_DIR)/include/linux/ath5k_platform.h $(LINUX_DIR)/include/linux/ath5k_platform.h
|
||||
cmp $(PKG_BUILD_DIR)/include/linux/rt2x00_platform.h $(LINUX_DIR)/include/linux/rt2x00_platform.h
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/kmod)
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user