aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/ar7-atm
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-07-05 21:31:57 +0000
committerJonas Gorski <jogo@openwrt.org>2015-07-05 21:31:57 +0000
commit62cdc72fb87773188e761e6ebde2c104831b6a64 (patch)
tree5e387408ea785e8f7767ff25fbff78315b2d211c /package/kernel/ar7-atm
parentcf304f5a5e611e60fce5a0dda2a144f8ca56df3c (diff)
downloadupstream-62cdc72fb87773188e761e6ebde2c104831b6a64.tar.gz
upstream-62cdc72fb87773188e761e6ebde2c104831b6a64.tar.bz2
upstream-62cdc72fb87773188e761e6ebde2c104831b6a64.zip
package: ar7-atm: depend on !LINUX_4_1
ar7-atm will require modifications to build on 4.1. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46185
Diffstat (limited to 'package/kernel/ar7-atm')
-rw-r--r--package/kernel/ar7-atm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/ar7-atm/Makefile b/package/kernel/ar7-atm/Makefile
index 2574568acc..59454fa367 100644
--- a/package/kernel/ar7-atm/Makefile
+++ b/package/kernel/ar7-atm/Makefile
@@ -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)