restructure webif similar to x-wrt
authorFelix Fietkau <[email protected]>
Fri, 6 Oct 2006 20:10:37 +0000 (20:10 +0000)
committerFelix Fietkau <[email protected]>
Fri, 6 Oct 2006 20:10:37 +0000 (20:10 +0000)
commit9e93c15a4135619a038665dd0e810fb3666fb3b4
tree82f43890275a64ad4969f9f71dd212c007d7897e
parente3f96e6a2162deeb1f7f772e44faf94d0812af93
restructure webif similar to x-wrt

SVN-Revision: 4938
27 files changed:
openwrt/package/webif/files/etc/httpd.conf
openwrt/package/webif/files/www/cgi-bin/webif/about.sh
openwrt/package/webif/files/www/cgi-bin/webif/connection.sh [deleted file]
openwrt/package/webif/files/www/cgi-bin/webif/hosts.sh [deleted file]
openwrt/package/webif/files/www/cgi-bin/webif/info.sh
openwrt/package/webif/files/www/cgi-bin/webif/ipkg.sh [deleted file]
openwrt/package/webif/files/www/cgi-bin/webif/lan.sh [deleted file]
openwrt/package/webif/files/www/cgi-bin/webif/leases.sh [deleted file]
openwrt/package/webif/files/www/cgi-bin/webif/network-hosts.sh [new file with mode: 0755]
openwrt/package/webif/files/www/cgi-bin/webif/network-lan.sh [new file with mode: 0755]
openwrt/package/webif/files/www/cgi-bin/webif/network-wan.sh [new file with mode: 0755]
openwrt/package/webif/files/www/cgi-bin/webif/network-wlan-advanced.sh [new file with mode: 0755]
openwrt/package/webif/files/www/cgi-bin/webif/network-wlan.sh [new file with mode: 0755]
openwrt/package/webif/files/www/cgi-bin/webif/password.sh [deleted file]
openwrt/package/webif/files/www/cgi-bin/webif/status-connection.sh [new file with mode: 0755]
openwrt/package/webif/files/www/cgi-bin/webif/status-dhcp.sh [new file with mode: 0755]
openwrt/package/webif/files/www/cgi-bin/webif/status-wireless.sh [new file with mode: 0755]
openwrt/package/webif/files/www/cgi-bin/webif/system-ipkg.sh [new file with mode: 0755]
openwrt/package/webif/files/www/cgi-bin/webif/system-password.sh [new file with mode: 0755]
openwrt/package/webif/files/www/cgi-bin/webif/system-settings.sh [new file with mode: 0755]
openwrt/package/webif/files/www/cgi-bin/webif/system-upgrade.sh [new file with mode: 0755]
openwrt/package/webif/files/www/cgi-bin/webif/system.sh [deleted file]
openwrt/package/webif/files/www/cgi-bin/webif/upgrade.sh [deleted file]
openwrt/package/webif/files/www/cgi-bin/webif/wan.sh [deleted file]
openwrt/package/webif/files/www/cgi-bin/webif/wireless-advanced.sh [deleted file]
openwrt/package/webif/files/www/cgi-bin/webif/wireless-config.sh [deleted file]
openwrt/package/webif/files/www/cgi-bin/webif/wireless-status.sh [deleted file]