1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 09:22:00 +03:00

finally fix the /etc/config/network bug on wgt634u (#214, #215, #219)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3105 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-01-31 22:36:07 +00:00
parent 1117bca160
commit b22fc68948
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
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
echo boardtype=wgt634u
else

View File

@ -7,7 +7,7 @@
alias debug=${DEBUG:-:}
# WGT634u
[ "$(/usr/bin/head -c4 /dev/mtdblock/1 | /usr/bin/tail -c3)" = "ELF" ] && exit
grep 'mtd0: 00060000' /proc/mtd 2>&- >&- && exit
remap () {
for type in lan wifi wan pppoe

View File

@ -4,7 +4,7 @@
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
echo boardtype=wgt634u
else