SVN-Revision: 3105
This commit is contained in:
parent
6d9260d267
commit
f7ba30f01a
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
mkdir -p /etc/config
|
mkdir -p /etc/config
|
||||||
|
|
||||||
(
|
(
|
||||||
if [ "$(/usr/bin/head -c4 /dev/mtdblock/1 | /usr/bin/tail -c3)" = "ELF" ]; then
|
if grep 'mtd0: 00060000' /proc/mtd 2>&- >&-; then
|
||||||
# WGT634u
|
# WGT634u
|
||||||
echo boardtype=wgt634u
|
echo boardtype=wgt634u
|
||||||
else
|
else
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
alias debug=${DEBUG:-:}
|
alias debug=${DEBUG:-:}
|
||||||
|
|
||||||
# WGT634u
|
# WGT634u
|
||||||
[ "$(/usr/bin/head -c4 /dev/mtdblock/1 | /usr/bin/tail -c3)" = "ELF" ] && exit
|
grep 'mtd0: 00060000' /proc/mtd 2>&- >&- && exit
|
||||||
|
|
||||||
remap () {
|
remap () {
|
||||||
for type in lan wifi wan pppoe
|
for type in lan wifi wan pppoe
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
mkdir -p /etc/config
|
mkdir -p /etc/config
|
||||||
|
|
||||||
(
|
(
|
||||||
if [ "$(/usr/bin/head -c4 /dev/mtdblock/1 | /usr/bin/tail -c3)" = "ELF" ]; then
|
if grep 'mtd0: 00060000' /proc/mtd 2>&- >&-; then
|
||||||
# WGT634u
|
# WGT634u
|
||||||
echo boardtype=wgt634u
|
echo boardtype=wgt634u
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue