>   if someone wants to tweak this, shouldn't the top-level README file
> mention a need for perl on the build system?
The prerequisites checks also for perl. The prereq check is runs automatically 
for the first time if you run 'make menuconfig'. But you can also use the 
prereq target (make prereq) at any time. Currently most distributions have a 
working perl installed anyway.

$ make menuconfig
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'working-gcc'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... ok.
Checking 'zlib'... ok.
Checking 'gawk'... ok.
Checking 'bison'... ok.
Checking 'flex'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'patch'... ok.
Checking 'perl'... ok.      <--------
Checking 'wget'... ok.
Checking 'gnutar'... ok.
Checking 'svn'... ok.
Checking 'autoconf'... ok.
Checking 'gnu-find'... ok.
Checking 'non-root'... ok.
Collecting package info: done
Collecting target info: done


*** End of OpenWrt configuration.
*** Execute 'make' to build the OpenWrt or try 'make help'.
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to