projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: don't override CONFIG_FSNOTIFY
[openwrt.git]
/
target
/
linux
/
ramips
/
base-files
/
etc
/
uci-defaults
/
network
diff --git
a/target/linux/ramips/base-files/etc/uci-defaults/network
b/target/linux/ramips/base-files/etc/uci-defaults/network
index
8d4c6d5
..
35b2fcc
100755
(executable)
--- a/
target/linux/ramips/base-files/etc/uci-defaults/network
+++ b/
target/linux/ramips/base-files/etc/uci-defaults/network
@@
-1,6
+1,6
@@
#!/bin/sh
-RT3
05X=`cat /proc/cpuinfo | grep RT30
5`
-[ -z "${RT3
0
5X}" ] || {
+RT3
X5X=`cat /proc/cpuinfo | grep RT3.
5`
+[ -z "${RT3
X
5X}" ] || {
uci batch <<EOF
set network.lan.ifname=eth0.1
set network.wan=interface
This page took
0.023323 seconds
and
4
git commands to generate.