Hmm... Look like my copy of the sources do not contain such folder and files. That is the reson I did not notice httpd folder.
Perhaps I downloaded some old version.
P.S. I downloaded new version and directory tree is as described in pepe2k post. Add openwrt toolchain and just run make command to check is it working. It works with one important warrning:
Image Name: u-boot image
Created: Tue Apr 8 09:03:00 2014
Image Type: MIPS Linux Firmware (lzma compressed)
Data Size: 49952 Bytes = 48.78 kB = 0.05 MB
Load Address: 0x80010000
Entry Point: 0x80010000
make[1]: Entering directory `/openwrt/pepe2k-uboot-7.4.2014'
======= Preparing 64KB file filled with 0xFF... =======
64+0 records in
128+0 records out
65536 bytes (66 kB) copied, 0,00286629 s, 22,9 MB/s
======= Copying U-Boot image... =======
128+1 records in
128+1 records out
65680 bytes (66 kB) copied, 0,000918969 s, 71,5 MB/s
======= U-Boot image ready, size: 65680 bytes =======
**********************************
* U-BOOT IMAGE SIZE TOO BIG! *
**********************************
I guess oversize is a problem? Here is old code that work without this problem:
Image Name: u-boot image
Created: Tue Apr 8 10:42:00 2014
Image Type: MIPS Linux Firmware (lzma compressed)
Data Size: 43075 Bytes = 42.07 kB = 0.04 MB
Load Address: 0x80010000
Entry Point: 0x80010000
make[1]: Entering directory `/openwrt/pepe-uboot/u-boot_sources_for_tp-link_AR9331_by_pepe2k'
\n======= Preparing 64 KB file filled with 0xFF... =======
64+0 records in
128+0 records out
65536 bytes (66 kB) copied, 0,00447146 s, 14,7 MB/s
\n======= Copying U-Boot image... =======
112+1 records in
112+1 records out
57647 bytes (58 kB) copied, 0,000844541 s, 68,3 MB/s
\n======= U-Boot image ready, size: 65536 bytes =======
(Last edited by nedoskiv on 8 Apr 2014, 09:55)