From 31e0ccf22f86a4aa11c032b66bfa0dd4f4b4baaa Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 30 Jul 2006 03:09:09 +0000 Subject: rewrite of the network scripts and configuration SVN-Revision: 4323 --- openwrt/package/base-files/default/etc/init.d/S40network | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 openwrt/package/base-files/default/etc/init.d/S40network (limited to 'openwrt/package/base-files/default/etc/init.d/S40network') diff --git a/openwrt/package/base-files/default/etc/init.d/S40network b/openwrt/package/base-files/default/etc/init.d/S40network new file mode 100755 index 0000000..20a1184 --- /dev/null +++ b/openwrt/package/base-files/default/etc/init.d/S40network @@ -0,0 +1,9 @@ +#!/bin/sh +# Copyright (C) 2006 OpenWrt.orga + +setup_switch() { return 0; } + +. /etc/functions.sh +include network +setup_switch +/sbin/wifi -- cgit v1.1