From f87a57f5afd43676c71cba1d6f691bfac7fe752c Mon Sep 17 00:00:00 2001 From: mbm Date: Mon, 16 Jan 2006 19:16:51 +0000 Subject: move natsemi module into the kernel git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2997 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../base-files/files/aruba-2.6/etc/init.d/S40network | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 target/linux/package/base-files/files/aruba-2.6/etc/init.d/S40network (limited to 'target/linux/package/base-files/files') diff --git a/target/linux/package/base-files/files/aruba-2.6/etc/init.d/S40network b/target/linux/package/base-files/files/aruba-2.6/etc/init.d/S40network deleted file mode 100755 index df7c6b351..000000000 --- a/target/linux/package/base-files/files/aruba-2.6/etc/init.d/S40network +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -. /etc/functions.sh -[ "$FAILSAFE" != "true" -a -e /etc/config/network ] && . /etc/config/network -case "$1" in - start|restart) - ifup lan - ifup wan - ifup wifi - wifi up - - for route in $(nvram get static_route); do { - eval "set $(echo $route | sed 's/:/ /g')" - $DEBUG route add -net $1 netmask $2 gw $3 metric $4 dev $5 - } done - ;; -esac -- cgit v1.2.3