projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make sure udhcpc is spawned as a background process (use eval)
[openwrt.git]
/
package
/
linux-atm
/
Makefile
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. \
+))
This page took
0.020119 seconds
and
4
git commands to generate.