diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-02-04 10:10:55 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-02-04 10:10:55 +0000 |
commit | 9a17a2639fd637f75c27612e6bdae4a297c6ddb3 (patch) | |
tree | d652dc72f00983b040ee1a923327377f94a9709d /target/linux/rdc/base-files/lib | |
parent | 735fbb5b4195f8102ee31e0cb1e1a4473a212f2c (diff) | |
download | master-187ad058-9a17a2639fd637f75c27612e6bdae4a297c6ddb3.tar.gz master-187ad058-9a17a2639fd637f75c27612e6bdae4a297c6ddb3.tar.bz2 master-187ad058-9a17a2639fd637f75c27612e6bdae4a297c6ddb3.zip |
[rdc] fix path to boot.sh, thanks bifferos
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19515 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/base-files/lib')
-rw-r--r-- | target/linux/rdc/base-files/lib/preinit/05_set_ether_mac_rdc | 2 |
1 files changed, 1 insertions, 1 deletions
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 43823c48ea..afb3cb49bf 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 |