From 4f4f7ca18261298b60931061855f7f890e28b822 Mon Sep 17 00:00:00 2001
From: Mirko Vogt <mirko@openwrt.org>
Date: Wed, 19 Dec 2012 16:07:53 +0000
Subject: merge /lib/functions/boot.sh and /lib/functions.sh

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34794 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 target/linux/ep93xx/base-files/lib/preinit/05_set_ether_mac_rdc  | 2 +-
 target/linux/x86/rdc/base-files/lib/preinit/05_set_ether_mac_rdc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'target/linux')

diff --git a/target/linux/ep93xx/base-files/lib/preinit/05_set_ether_mac_rdc b/target/linux/ep93xx/base-files/lib/preinit/05_set_ether_mac_rdc
index 948ed74c35..9e5d09fd13 100644
--- a/target/linux/ep93xx/base-files/lib/preinit/05_set_ether_mac_rdc
+++ b/target/linux/ep93xx/base-files/lib/preinit/05_set_ether_mac_rdc
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Copyright (C) 2010 OpenWrt.org
 
-. /lib/functions/boot.sh
+. /lib/functions.sh
 
 set_ether_mac() {
 	mac=$(sed -n 's/^Serial.* 000000/02/p' /proc/cpuinfo)
diff --git a/target/linux/x86/rdc/base-files/lib/preinit/05_set_ether_mac_rdc b/target/linux/x86/rdc/base-files/lib/preinit/05_set_ether_mac_rdc
index 4640e008fa..0518766a78 100644
--- a/target/linux/x86/rdc/base-files/lib/preinit/05_set_ether_mac_rdc
+++ b/target/linux/x86/rdc/base-files/lib/preinit/05_set_ether_mac_rdc
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Copyright (C) 2009-2012 OpenWrt.org
 
-. /lib/functions/boot.sh
+. /lib/functions.sh
 
 r6040_module() {
 	insmod libphy
-- 
cgit v1.2.3