Explorar el Código

mac80211: delete linux/eeprom_93cx6.h since the module is used from the kernel tree, fixes rt2x00 issues on lantiq

SVN-Revision: 30754
Felix Fietkau hace 14 años
padre
commit
d6f3746154
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package/mac80211/Makefile

+ 1 - 0
package/mac80211/Makefile

@@ -1297,6 +1297,7 @@ define Build/Prepare
 	$(TAR) -C $(PKG_BUILD_DIR) -xjf $(DL_DIR)/$(PKG_LINUX_FIRMWARE_SOURCE)
 	rm -rf $(PKG_BUILD_DIR)/include/linux/ssb
 	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
 endef