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
4f051061
Commit
4f051061
authored
8 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
Update OpenWrt base
parent
b78a53c5
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
+1
-1
1 addition, 1 deletion
modules
patches/openwrt/0014-fix-UBNT-XM-model-detection.patch
+3
-3
3 additions, 3 deletions
patches/openwrt/0014-fix-UBNT-XM-model-detection.patch
with
4 additions
and
4 deletions
modules
+
1
−
1
View file @
4f051061
GLUON_FEEDS='openwrt gluon routing luci'
OPENWRT_REPO=git://git.openwrt.org/15.05/openwrt.git
OPENWRT_COMMIT=
efc26cc8e0513b3ec703ba540a554fde2c717cf6
OPENWRT_COMMIT=
23395d539f4a45d8bed611e7f9c64275cd1cce0e
PACKAGES_OPENWRT_REPO=git://github.com/openwrt/packages.git
PACKAGES_OPENWRT_COMMIT=9622fe984bba3a4547f48bc507ebaba7637eb2b0
...
...
This diff is collapsed.
Click to expand it.
patches/openwrt/0014-fix-UBNT-XM-model-detection.patch
+
3
−
3
View file @
4f051061
...
...
@@ -5,7 +5,7 @@ Subject: fix UBNT XM model detection
Signed-off-by: Neal Oakey <neal.oakey@bingo-ev.de>
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index
d0abf42..f345fae
100755
index
5768286..7f50d8a
100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -64,6 +64,40 @@
wndr3700_board_detect() {
...
...
@@ -49,7 +49,7 @@ index d0abf42..f345fae 100755
cybertan_get_hw_magic() {
local part
@@ -47
2
,12 +50
6
,14 @@
ar71xx_board_detect() {
@@ -47
5
,12 +50
9
,14 @@
ar71xx_board_detect() {
;;
*"Bullet M")
name="bullet-m"
...
...
@@ -64,7 +64,7 @@ index d0abf42..f345fae 100755
;;
*"Nanostation M XW")
name="nanostation-m-xw"
@@ -66
4
,6 +70
0
,7 @@
ar71xx_board_detect() {
@@ -66
7
,6 +70
3
,7 @@
ar71xx_board_detect() {
;;
*"Rocket M")
name="rocket-m"
...
...
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