projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf304f5
)
package: ar7-atm: depend on !LINUX_4_1
author
Jonas Gorski
<jogo@openwrt.org>
Sun, 5 Jul 2015 21:31:57 +0000
(21:31 +0000)
committer
Jonas Gorski
<jogo@openwrt.org>
Sun, 5 Jul 2015 21:31:57 +0000
(21:31 +0000)
ar7-atm will require modifications to build on 4.1.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46185
package/kernel/ar7-atm/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/ar7-atm/Makefile
b/package/kernel/ar7-atm/Makefile
index 2574568acc90190d5539b3704a39ecc536606c0f..59454fa3677ee7b0bcdb403fd161b1112156dbfb 100644
(file)
--- 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)