[source] acx-mac80211: allow compilation on 4.9

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 29 15:41:13 PDT 2017


jogo pushed a commit to source.git, branch master:
https://git.lede-project.org/5302abe74507cfbc46a30c119ef8dd5543f96e0f

commit 5302abe74507cfbc46a30c119ef8dd5543f96e0f
Author: Jonas Gorski <jonas.gorski at gmail.com>
AuthorDate: Sun Oct 29 23:27:33 2017 +0100

    acx-mac80211: allow compilation on 4.9
    
    acx-mac80211 compiles fine with 4.9, so no reason to not allow it.
    
    Signed-off-by: Jonas Gorski <jonas.gorski at gmail.com>
---
 package/kernel/acx-mac80211/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/acx-mac80211/Makefile b/package/kernel/acx-mac80211/Makefile
index adca5b7..5927f17 100644
--- a/package/kernel/acx-mac80211/Makefile
+++ b/package/kernel/acx-mac80211/Makefile
@@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk
 define KernelPackage/acx-mac80211
   SUBMENU:=Wireless Drivers
   TITLE:=ACX1xx mac80211 driver
-  DEPENDS:=@(PCI_SUPPORT||TARGET_ar7) @mipsel @LINUX_3_18||LINUX_4_4 +kmod-mac80211
+  DEPENDS:=@(PCI_SUPPORT||TARGET_ar7) @mipsel +kmod-mac80211
   FILES:=$(PKG_BUILD_DIR)/acx-mac80211.ko
   AUTOLOAD:=$(call AutoProbe,acx-mac80211)
   MAINTAINER:=Florian Fainelli <florian at openwrt.org>



More information about the lede-commits mailing list