projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63ec4c5
)
/lib/functions.sh: remove jffs2_mark_erase()
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Apr 2014 10:29:42 +0000
(10:29 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Apr 2014 10:29:42 +0000
(10:29 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40410
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/lib/functions.sh
patch
|
blob
|
history
diff --git
a/package/base-files/files/lib/functions.sh
b/package/base-files/files/lib/functions.sh
index
42886b1
..
018fe2c
100755
(executable)
--- a/
package/base-files/files/lib/functions.sh
+++ b/
package/base-files/files/lib/functions.sh
@@
-331,15
+331,6
@@
macaddr_canonicalize()
printf "%02x:%02x:%02x:%02x:%02x:%02x" 0x${canon// / 0x} 2>/dev/null
}
-jffs2_mark_erase() {
- local part="$(find_mtd_part "$1")"
- [ -z "$part" ] && {
- echo Partition not found.
- return 1
- }
- echo -e "\xde\xad\xc0\xde" | mtd -qq write - "$1"
-}
-
group_add() {
local name="$1"
local gid="$2"