fix networking on broadcom and possibly other targets as well (#1658)
[openwrt-10.03/.git] / package / base-files / files / etc / init.d / config
diff --git a/package/base-files/files/etc/init.d/config b/package/base-files/files/etc/init.d/config
deleted file mode 100755 (executable)
index 2a14975..0000000
+++ /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
-}