Dear all,

I upgraded the firmware of my wl500g deluxe to the latest firmware v.1.9.2.7 CR3b by oleg. And I followed the instructions in the howto guide "WAN Webserver on port 80" to configure my post-boot with the following code.

mount /dev/discs/disc0/part1 /tmp/harddisk -t ext3
busybox_httpd -p 8080 -h /tmp/harddisk/web

After I bootup the router, I excuted the command ps. But the busybox_httpd was not found.

I tried to amend the post-boot as following:

touch /usr/local/sbin/abc
mount /dev/discs/disc0/part1 /tmp/harddisk -t ext3
busybox_httpd -p 8080 -h /tmp/harddisk/web

After bootup, the file /usr/local/sbin/abc was not found. It seems that the script post-boot was not executed at all.

Remark : I did chmod +x post-boot.

Am I doing anything wrong? May someone help me please? Thanks!