Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nord Site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
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 Nord
Nord Site
Commits
82ca062a
Commit
82ca062a
authored
6 years ago
by
rubo77
Browse files
Options
Downloads
Patches
Plain Diff
add patch to disable 4M models in ramips-rt305x target
parent
c6329859
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
make-release.sh
+1
-0
1 addition, 0 deletions
make-release.sh
patches/001-disable-4MB-rt305x-targets.patch
+29
-0
29 additions, 0 deletions
patches/001-disable-4MB-rt305x-targets.patch
with
30 additions
and
0 deletions
make-release.sh
+
1
−
0
View file @
82ca062a
...
...
@@ -88,6 +88,7 @@ TARGETS="ar71xx-generic $ONLY_LEDE ar71xx-nand $WDR4900 $RASPBPI $X86"
# redefine all targets:
TARGETS
=
"ar71xx-generic ar71xx-tiny ar71xx-nand brcm2708-bcm2708 brcm2708-bcm2709 mpc85xx-generic ramips-mt7621 sunxi-cortexa7 x86-generic x86-geode x86-64 ipq40xx ramips-mt7620 ar71xx-mikrotik brcm2708-bcm2710 ipq806x mvebu-cortexa9 ramips-mt76x8"
#TARGETS+="ramips-rt305x" // file for a5-v11 gets too big!
# with this patch, the target builds without the 4MB models: /patches/001-disable-4MB-rt305x-targets.patch
if
[
"
$BROKEN
"
!=
""
]
;
then
TARGETS+
=
"
$BANANAPI
$MICROTIK
$WRT1200AC
"
...
...
This diff is collapsed.
Click to expand it.
patches/001-disable-4MB-rt305x-targets.patch
0 → 100644
+
29
−
0
View file @
82ca062a
diff --git a/targets/ramips-rt305x b/targets/ramips-rt305x
index 09c91e3d..4e3b5854 100644
--- a/targets/ramips-rt305x
+++ b/targets/ramips-rt305x
@@ -1,17 +1,17 @@
# A5
-device a5-v11 a5-v11
+#device a5-v11 a5-v11
# D-Link
-device d-link-dir-615-h1 dir-615-h1
+#device d-link-dir-615-h1 dir-615-h1
-device d-link-dir-615-d dir-615-d
-alias d-link-dir-615-d1
-alias d-link-dir-615-d2
-alias d-link-dir-615-d3
-alias d-link-dir-615-d4
+#device d-link-dir-615-d dir-615-d
+#alias d-link-dir-615-d1
+#alias d-link-dir-615-d2
+#alias d-link-dir-615-d3
+#alias d-link-dir-615-d4
# VoCore
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