build: create pkginfo dir earlier to avoid build breakage
[openwrt/openwrt.git] / package / madwifi / patches / 470-mac_addresss_from_ath5k_platform_data.patch
index 2bcd09d863132ba51bdb57695ae455d83bc73eeb..0c35050c5120006200dfcb35c6b419ee5d7666f4 100644 (file)
@@ -32,5 +32,5 @@
 +              ath_hal_setmac(ah, pdata->macaddr);
 +#endif
        /* WAR for AR7100 PCI bug */
- #ifdef CONFIG_ATHEROS_AR71XX
+ #if defined(CONFIG_ATHEROS_AR71XX) || defined(CONFIG_ATH79)
        if ((ar_device(sc->devid) >= 5210) && (ar_device(sc->devid) < 5416)) {