1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 12:23:50 +03:00

Add automake-1.4 host tool dependency to linux-atm (#910)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5447 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2006-11-04 16:35:53 +00:00
parent cdcd4410bc
commit 5e8368aba4

View File

@ -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. \
))