install -d $(IDIR_WEBIF)/usr/bin
install -m0755 $(PKG_BUILD_DIR)/webif-page $(IDIR_WEBIF)/usr/bin/webif-page
install -m0755 $(PKG_BUILD_DIR)/bstrip $(IDIR_WEBIF)/usr/bin/bstrip
+ ln -sf /www/index.html $(IDIR_WEBIF)/www/index.asp
find $(IDIR_WEBIF) -name CVS | xargs rm -rf
find $(IDIR_WEBIF) -name .svn | xargs rm -rf
$(IPKG_BUILD) $(IDIR_WEBIF) $(PACKAGE_DIR)
apply_passwd() {
case ${SERVER_SOFTWARE%% *} in
busybox)
- echo '/cgi-bin/webif:root:$p$root' > /etc/httpd.conf
+ echo ".asp:text/html" > /etc/httpd.conf
+ echo '/cgi-bin/webif:root:$p$root' >> /etc/httpd.conf
echo '/cgi-bin/webif:admin:$p$root' >> /etc/httpd.conf
killall -HUP httpd
;;