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
This commit is contained in:
parent
cf304f5a5e
commit
62cdc72fb8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue