Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
firmware
FFS Gluon
Commits
a1071bc5
Commit
a1071bc5
authored
9 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
Update modules
parent
d432a0a2
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
modules
+4
-4
4 additions, 4 deletions
modules
patches/openwrt/0006-base-files-disable-reset-button-handling.patch
+4
-2
4 additions, 2 deletions
...enwrt/0006-base-files-disable-reset-button-handling.patch
with
8 additions
and
6 deletions
modules
+
4
−
4
View file @
a1071bc5
GLUON_FEEDS='openwrt gluon routing luci'
OPENWRT_REPO=git://git.openwrt.org/15.05/openwrt.git
OPENWRT_COMMIT=
48e7befbddb933d6cb046ec074470bbccdb060da
OPENWRT_COMMIT=
b62dde9c1c7694b420b3d39823b3553032305409
PACKAGES_OPENWRT_REPO=git://github.com/openwrt/packages.git
PACKAGES_OPENWRT_COMMIT=
1ee31bdfd26c53e41199c3d28cadca731d3bd372
PACKAGES_OPENWRT_COMMIT=
74a1d01651c035b28509babed6a11f34ef2c6ee5
PACKAGES_OPENWRT_BRANCH=for-15.05
PACKAGES_GLUON_REPO=git://github.com/freifunk-gluon/packages.git
PACKAGES_GLUON_COMMIT=881036e1f2818d2f0f0a8a72bfdb9c59e67b0e48
PACKAGES_ROUTING_REPO=git://github.com/openwrt-routing/packages.git
PACKAGES_ROUTING_COMMIT=
15b6598e575a852b1dd94aae6d323ba4683d50fe
PACKAGES_ROUTING_COMMIT=
de2eacac7faf3aeac7b5be84a9ff7712faffeb29
PACKAGES_LUCI_REPO=git://github.com/openwrt/luci.git
PACKAGES_LUCI_COMMIT=
3a7d738e2776e2ddaf6c127dbd9e2b90a77181d8
PACKAGES_LUCI_COMMIT=
c595f3095bd53e458984e410e24bf4d81a976aea
PACKAGES_LUCI_BRANCH=for-15.05
This diff is collapsed.
Click to expand it.
patches/openwrt/0006-base-files-disable-reset-button-handling.patch
+
4
−
2
View file @
a1071bc5
...
...
@@ -6,10 +6,10 @@ This conflicts with our reset button usage.
diff --git a/package/base-files/files/etc/rc.button/reset b/package/base-files/files/etc/rc.button/reset
deleted file mode 100755
index
229b503
..0000000
index
3e24146
..0000000
--- a/package/base-files/files/etc/rc.button/reset
+++ /dev/null
@@ -1,
18
+0,0 @@
@@ -1,
20
+0,0 @@
-#!/bin/sh
-
-[ "${ACTION}" = "released" ] || exit 0
...
...
@@ -28,3 +28,5 @@ index 229b503..0000000
- echo "FACTORY RESET" > /dev/console
- jffs2reset -y && reboot &
-fi
-
-return 0
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