projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b427da1
)
Add automake-1.4 host tool dependency to linux-atm (#910)
author
Florian Fainelli
<florian@openwrt.org>
Sat, 4 Nov 2006 16:35:53 +0000
(16:35 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 4 Nov 2006 16:35:53 +0000
(16:35 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5447
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/linux-atm/Makefile
patch
|
blob
|
history
diff --git
a/package/linux-atm/Makefile
b/package/linux-atm/Makefile
index
24a914a
..
3745c7c
100644
(file)
--- a/
package/linux-atm/Makefile
+++ b/
package/linux-atm/Makefile
@@
-86,3
+86,7
@@
endef
$(eval $(call BuildPackage,linux-atm))
$(eval $(call BuildPackage,br2684ctl))
+
+$(eval $(call RequireCommand,automake-1.4, \
+ $(PKG_NAME) requires automake-1.4. \
+))