Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
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
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
Johannes Rudolph
lede-mikrotik
Commits
75262124
Commit
75262124
authored
18 years ago
by
Florian Fainelli
Browse files
Options
Downloads
Patches
Plain Diff
Add squashfs to rdc, add nvram partition as jffs2 partition (sn9)
SVN-Revision: 6838
parent
6cd84c68
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
target/linux/rdc-2.6/Makefile
+2
-1
2 additions, 1 deletion
target/linux/rdc-2.6/Makefile
with
2 additions
and
1 deletion
target/linux/rdc-2.6/Makefile
+
2
−
1
View file @
75262124
...
...
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH
:=
i386
BOARD
:=
rdc
BOARDNAME
:=
RDC x86
FEATURES
:=
broken jffs2
FEATURES
:=
broken
squashfs
jffs2
define
Target/Description
Build
firmware
images
for
RDC3211
based
routers
...
...
@@ -17,6 +17,7 @@ define Target/Description
endef
include
$(INCLUDE_DIR)/kernel-build.mk
KERNEL_MAKEOPTS
+=
CFLAGS_KERNEL
=
"-DRDC3210_NVRAM_IS_JFFS2=1"
# include the profiles
-include
profiles/*.mk
...
...
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