fix typo
SVN-Revision: 2833
This commit is contained in:
parent
0bedba966f
commit
d59abc2a2d
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -e /etc/config/network ] && exit 0
|
[ -e /etc/config/network ] && exit 0
|
||||||
|
|
||||||
|
mkdir -p /etc/config
|
||||||
|
|
||||||
(
|
(
|
||||||
mkdir -p /etc/config
|
|
||||||
if [ "$(/usr/bin/head -c4 /dev/mtdblock/1 | /usr/bin/tail -c3)" = "ELF" ]; then
|
if [ "$(/usr/bin/head -c4 /dev/mtdblock/1 | /usr/bin/tail -c3)" = "ELF" ]; then
|
||||||
# WGT634u
|
# WGT634u
|
||||||
echo boardtype=wgt634u
|
echo boardtype=wgt634u
|
||||||
|
|
Loading…
Reference in a new issue