projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45137b0
)
ar7-atm: make it depend on the generic AR7 platform
author
Florian Fainelli
<florian@openwrt.org>
Fri, 16 Nov 2012 13:00:41 +0000
(13:00 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 16 Nov 2012 13:00:41 +0000
(13:00 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34205
package/system/ar7-atm/Makefile
patch
|
blob
|
history
diff --git
a/package/system/ar7-atm/Makefile
b/package/system/ar7-atm/Makefile
index e9c38648764de28ce0791f9c3f5a699efe70141e..59e9e79183e5834b0f7e9e7e0591e4a82abfdbd2 100644
(file)
--- a/
package/system/ar7-atm/Makefile
+++ b/
package/system/ar7-atm/Makefile
@@
-38,7
+38,7
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/sangam-atm/Default
SUBMENU:=Network Devices
- DEPENDS:=@TARGET_ar7 +kmod-atm
+ DEPENDS:=@TARGET_ar7
_generic
+kmod-atm
TITLE:=AR7 ADSL driver
FILES:=$(PKG_BUILD_DIR)/tiatm.ko
AUTOLOAD:=$(call AutoLoad,50,tiatm)