Signed-off-by: Michael Heimpold <m...@heimpold.de>
---
 package/base-files/files/lib/functions.sh |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/package/base-files/files/lib/functions.sh 
b/package/base-files/files/lib/functions.sh
index a488f4d..ac188f2 100755
--- a/package/base-files/files/lib/functions.sh
+++ b/package/base-files/files/lib/functions.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (C) 2006-2011 OpenWrt.org
+# Copyright (C) 2006-2013 OpenWrt.org
 # Copyright (C) 2006 Fokus Fraunhofer <carsten.tit...@fokus.fraunhofer.de>
 
 
@@ -406,10 +406,6 @@ pi_include() {
        return 0
 }
 
-#!/bin/sh
-# Copyright (C) 2006-2010 OpenWrt.org
-# Copyright (C) 2010 Vertical Communications
-
 boot_hook_splice_start() {
        export -n PI_HOOK_SPLICE=1
 }
@@ -472,7 +468,7 @@ boot_run_hook() {
        done
 }
 
-jffs2_ready () {
+jffs2_ready() {
        mtdpart="$(find_mtd_part rootfs_data)"
        [ -z "$mtdpart" ] && return 1
        magic=$(hexdump $mtdpart -n 4 -e '4/1 "%02x"')
-- 
1.7.9.5

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to