Author: jogo Date: 2015-07-05 23:31:57 +0200 (Sun, 05 Jul 2015) New Revision: 46185
Modified: trunk/package/kernel/ar7-atm/Makefile Log: package: ar7-atm: depend on !LINUX_4_1 ar7-atm will require modifications to build on 4.1. Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/package/kernel/ar7-atm/Makefile =================================================================== --- trunk/package/kernel/ar7-atm/Makefile 2015-07-05 21:31:54 UTC (rev 46184) +++ trunk/package/kernel/ar7-atm/Makefile 2015-07-05 21:31:57 UTC (rev 46185) @@ -38,7 +38,7 @@ 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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
