diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-09 20:54:41 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-09 20:54:41 +0000 |
commit | 4039f9f6c540e02d72bed1ec24bc3d5c1bdaa0d9 (patch) | |
tree | a560aae828fe2035be57f0c5a22eedb82f5f1cbb /package/base-files/files/etc/init.d/config | |
parent | 18e62334f9bccd4b9560fb8da154a42ef2ab21eb (diff) |
fix networking on broadcom and possibly other targets as well (#1658)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7149 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc/init.d/config')
-rwxr-xr-x | package/base-files/files/etc/init.d/config | 9 |
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 2a1497503..000000000 --- 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 -} |