Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Freifunk Luebeck
openwrt
Commits
80afab21
Commit
80afab21
authored
16 years ago
by
Gabor Juhos
Browse files
Options
Downloads
Patches
Plain Diff
add default network configuration for the AW-NR580
SVN-Revision: 14688
parent
91984cff
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
target/linux/ar71xx/base-files/etc/defconfig/aw-nr580/network
+12
-0
12 additions, 0 deletions
...et/linux/ar71xx/base-files/etc/defconfig/aw-nr580/network
target/linux/ar71xx/base-files/lib/ar71xx.sh
+3
-0
3 additions, 0 deletions
target/linux/ar71xx/base-files/lib/ar71xx.sh
with
15 additions
and
0 deletions
target/linux/ar71xx/base-files/etc/defconfig/aw-nr580/network
0 → 100644
+
12
−
0
View file @
80afab21
config interface loopback
option ifname lo
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
config interface lan
option ifname eth0
option type bridge
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
This diff is collapsed.
Click to expand it.
target/linux/ar71xx/base-files/lib/ar71xx.sh
+
3
−
0
View file @
80afab21
...
...
@@ -10,6 +10,9 @@ ar71xx_board_name() {
machine
=
$(
awk
'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}'
/proc/cpuinfo
)
case
"
$machine
"
in
*
AW-NR580
)
name
=
"aw-nr580"
;;
*
LS-SR71
)
name
=
"ls-sr71"
;;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment