diff options
author | Mirko Vogt <mirko@openwrt.org> | 2012-12-19 16:07:53 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2012-12-19 16:07:53 +0000 |
commit | 4f4f7ca18261298b60931061855f7f890e28b822 (patch) | |
tree | 880031b4548dc5e082e022affaa5895166e06635 /target/linux/ep93xx | |
parent | f1b359fecbaa0a2d67ca14490e36a4e1e9a20be6 (diff) | |
download | upstream-4f4f7ca18261298b60931061855f7f890e28b822.tar.gz upstream-4f4f7ca18261298b60931061855f7f890e28b822.tar.bz2 upstream-4f4f7ca18261298b60931061855f7f890e28b822.zip |
merge /lib/functions/boot.sh and /lib/functions.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34794 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ep93xx')
-rw-r--r-- | target/linux/ep93xx/base-files/lib/preinit/05_set_ether_mac_rdc | 2 |
1 files changed, 1 insertions, 1 deletions
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) |