projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix typo
[openwrt.git]
/
openwrt
/
target
/
linux
/
package
/
base-files
/
files
/
brcm-2.6
/
etc
/
init.d
/
S05netconfig
diff --git
a/openwrt/target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig
b/openwrt/target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig
index
f782d41
..
27336e1
100755
(executable)
--- a/
openwrt/target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig
+++ b/
openwrt/target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig
@@
-1,8
+1,9
@@
#!/bin/sh
[ -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
# WGT634u
echo boardtype=wgt634u
This page took
0.022997 seconds
and
4
git commands to generate.