1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-26 03:22:57 +03:00

remove python prereq check - no longer necessary

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5590 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-11-20 00:31:06 +00:00
parent 2c38903c12
commit b6fee4a3b3

View File

@ -85,10 +85,6 @@ $(eval $(call RequireCommand,flex, \
Please install flex. \
))
$(eval $(call RequireCommand,python, \
Please install python. \
))
$(eval $(call RequireCommand,unzip, \
Please install unzip. \
))