1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 21:39:49 +03:00
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2833 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-01-05 01:10:41 +00:00
parent 661c255a54
commit 41d0bac30e

View File

@ -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