Skip to content
Snippets Groups Projects
Commit 62cdc72f authored by Jonas Gorski's avatar Jonas Gorski
Browse files

package: ar7-atm: depend on !LINUX_4_1


ar7-atm will require modifications to build on 4.1.

Signed-off-by: default avatarJonas Gorski <jogo@openwrt.org>

SVN-Revision: 46185
parent cf304f5a
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/sangam-atm/Default
SUBMENU:=Network Devices
DEPENDS:=@TARGET_ar7_generic +kmod-atm
DEPENDS:=@TARGET_ar7_generic +kmod-atm @!LINUX_4_1
TITLE:=AR7 ADSL driver
FILES:=$(PKG_BUILD_DIR)/tiatm.ko
AUTOLOAD:=$(call AutoLoad,50,tiatm)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment