aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d/config
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-05-09 20:54:41 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-05-09 20:54:41 +0000
commit76184df0e655ad06980fbc72961e9103b188d3eb (patch)
treede397ceace9d4b22ac653a1806f516e1ef52ac08 /package/base-files/files/etc/init.d/config
parent2b4cd792c1666635ed66b11cd2ffc578bc1d46e4 (diff)
downloadupstream-76184df0e655ad06980fbc72961e9103b188d3eb.tar.gz
upstream-76184df0e655ad06980fbc72961e9103b188d3eb.tar.bz2
upstream-76184df0e655ad06980fbc72961e9103b188d3eb.zip
fix networking on broadcom and possibly other targets as well (#1658)
SVN-Revision: 7149
Diffstat (limited to 'package/base-files/files/etc/init.d/config')
-rwxr-xr-xpackage/base-files/files/etc/init.d/config9
1 files changed, 0 insertions, 9 deletions
diff --git a/package/base-files/files/etc/init.d/config b/package/base-files/files/etc/init.d/config
deleted file mode 100755
index 2a14975035..0000000000
--- a/package/base-files/files/etc/init.d/config
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh /etc/rc.common
-# Copyright (C) 2006 OpenWrt.org
-
-START=15
-
-start() {
- include /lib/config
- uci_apply_defaults
-}