Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Freifunk Franken Firmware
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Freifunk Franken Firmware
Commits
40e4da63
Commit
40e4da63
authored
11 years ago
by
Tim Niemeyer
Browse files
Options
Downloads
Patches
Plain Diff
bsp: wr841: enable lua (for libremap agent)
Signed-off-by:
Tim Niemeyer
<
tim.niemeyer@mastersword.de
>
parent
75fcc49a
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
bsp/wr841/.config
+2
-1
2 additions, 1 deletion
bsp/wr841/.config
bsp/wr841/root_file_system/etc/config/network.org
+45
-0
45 additions, 0 deletions
bsp/wr841/root_file_system/etc/config/network.org
with
47 additions
and
1 deletion
bsp/wr841/.config
+
2
−
1
View file @
40e4da63
...
@@ -2197,7 +2197,8 @@ CONFIG_PACKAGE_libxtables=y
...
@@ -2197,7 +2197,8 @@ CONFIG_PACKAGE_libxtables=y
# CONFIG_PACKAGE_losetup is not set
# CONFIG_PACKAGE_losetup is not set
# CONFIG_PACKAGE_lsblk is not set
# CONFIG_PACKAGE_lsblk is not set
# CONFIG_PACKAGE_luac is not set
# CONFIG_PACKAGE_luac is not set
# CONFIG_PACKAGE_lua is not set
# CONFIG_PACKAGE_lua-examples is not set
CONFIG_PACKAGE_lua
=
y
# CONFIG_PACKAGE_luci-lib-libremap-altermap is not set
# CONFIG_PACKAGE_luci-lib-libremap-altermap is not set
CONFIG_PACKAGE_luci
-
lib
-
libremap
-
contact
=
y
CONFIG_PACKAGE_luci
-
lib
-
libremap
-
contact
=
y
CONFIG_PACKAGE_luci
-
lib
-
libremap
-
freifunk
=
y
CONFIG_PACKAGE_luci
-
lib
-
libremap
-
freifunk
=
y
...
...
This diff is collapsed.
Click to expand it.
bsp/wr841/root_file_system/etc/config/network.org
0 → 100644
+
45
−
0
View file @
40e4da63
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config interface 'wlanmesh'
option mtu '1532'
option proto 'batadv'
option mesh 'bat0'
config interface 'mesh'
option type 'bridge'
option ifname 'eth0.1 bat0 tap0'
option auto '1'
config interface 'wan'
option ifname 'eth1'
option proto 'dhcp'
config interface 'ethmesh'
option ifname 'eth0.3'
option mtu '1532'
option proto 'batadv'
option mesh 'bat0'
config interface 'bat'
option ifname 'bat0'
option mtu '1500'
config switch 'eth0'
option enable '1'
option reset '1'
option enable_vlan '1'
config switch_vlan 'eth0_1'
option device 'eth0'
option vlan '1'
option ports '1 2 0t'
config switch_vlan 'eth0_3'
option device 'eth0'
option vlan '3'
option ports '3 4 0t'
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