diff --git a/doc/openwrt/dhcp b/doc/openwrt/etc/config/dhcp similarity index 100% rename from doc/openwrt/dhcp rename to doc/openwrt/etc/config/dhcp diff --git a/doc/openwrt/network b/doc/openwrt/etc/config/network similarity index 100% rename from doc/openwrt/network rename to doc/openwrt/etc/config/network diff --git a/doc/openwrt/wifi b/doc/openwrt/etc/config/wifi similarity index 100% rename from doc/openwrt/wifi rename to doc/openwrt/etc/config/wifi diff --git a/doc/openwrt/dnsmasq.conf b/doc/openwrt/etc/dnsmasq.conf similarity index 100% rename from doc/openwrt/dnsmasq.conf rename to doc/openwrt/etc/dnsmasq.conf diff --git a/doc/openwrt/iptables b/doc/openwrt/etc/init.d/iptables similarity index 97% rename from doc/openwrt/iptables rename to doc/openwrt/etc/init.d/iptables index aa86a61..f608ac6 100755 --- a/doc/openwrt/iptables +++ b/doc/openwrt/etc/init.d/iptables @@ -3,8 +3,6 @@ START=45 STOP=89 -VLANS=48 - start () { stop diff --git a/doc/openwrt/vlan b/doc/openwrt/etc/init.d/vlan similarity index 100% rename from doc/openwrt/vlan rename to doc/openwrt/etc/init.d/vlan diff --git a/doc/openwrt/etc/rc.d/K89iptables b/doc/openwrt/etc/rc.d/K89iptables new file mode 120000 index 0000000..17013f0 --- /dev/null +++ b/doc/openwrt/etc/rc.d/K89iptables @@ -0,0 +1 @@ +../init.d/iptables \ No newline at end of file diff --git a/doc/openwrt/etc/rc.d/K89vlan b/doc/openwrt/etc/rc.d/K89vlan new file mode 120000 index 0000000..444d959 --- /dev/null +++ b/doc/openwrt/etc/rc.d/K89vlan @@ -0,0 +1 @@ +../init.d/vlan \ No newline at end of file diff --git a/doc/openwrt/etc/rc.d/S41vlan b/doc/openwrt/etc/rc.d/S41vlan new file mode 120000 index 0000000..444d959 --- /dev/null +++ b/doc/openwrt/etc/rc.d/S41vlan @@ -0,0 +1 @@ +../init.d/vlan \ No newline at end of file diff --git a/doc/openwrt/etc/rc.d/S45iptables b/doc/openwrt/etc/rc.d/S45iptables new file mode 120000 index 0000000..17013f0 --- /dev/null +++ b/doc/openwrt/etc/rc.d/S45iptables @@ -0,0 +1 @@ +../init.d/iptables \ No newline at end of file