From 0f2836ea5320a63bfde814337dbcfcde2a0821d6 Mon Sep 17 00:00:00 2001
From: florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Thu, 4 Feb 2010 10:10:55 +0000
Subject: [rdc] fix path to boot.sh, thanks bifferos

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19515 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 target/linux/rdc/base-files/lib/preinit/05_set_ether_mac_rdc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/rdc/base-files/lib/preinit/05_set_ether_mac_rdc b/target/linux/rdc/base-files/lib/preinit/05_set_ether_mac_rdc
index 43823c48e..afb3cb49b 100644
--- a/target/linux/rdc/base-files/lib/preinit/05_set_ether_mac_rdc
+++ b/target/linux/rdc/base-files/lib/preinit/05_set_ether_mac_rdc
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Copyright (C) 2009 OpenWrt.org
 
-. /etc/boot.sh
+. /lib/functions/boot.sh
 
 r6040_module() {
 	insmod r6040
-- 
cgit v1.2.3