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
fba8c40b
Commit
fba8c40b
authored
20 years ago
by
Waldemar Brodkorb
Browse files
Options
Downloads
Patches
Plain Diff
remove stuff, update to reality
SVN-Revision: 363
parent
0d92cec0
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
openwrt/README
+4
-15
4 additions, 15 deletions
openwrt/README
with
4 additions
and
15 deletions
openwrt/README
+
4
−
15
View file @
fba8c40b
This is the buildsystem for the OpenWrt Linux
D
istribution
This is the buildsystem for the OpenWrt Linux
d
istribution
It is a modified uClibc buildroot2.
It is a modified uClibc buildroot2.
Please use "make menuconfig" to configure your appreciated
Please use "make menuconfig" to configure your appreciated
configuration for the toolchain and firmware.
configuration for the toolchain and firmware.
Simply running 'make' will build your firmware
and a tarball
Simply running 'make' will build your firmware
.
of kernel modules.
It will download all sources, build the
It will download all sources, build the
cross-compile toolchain,
cross-compile toolchain,
the kernel and all choosen applications.
the kernel and all choosen applications.
You can use scripts/flash.sh for remotely updating your embedded system
You can use scripts/flash.sh for remotely updating your embedded system
via tftp.
via tftp.
There are some cleanup targets we would like to explain.
"make clean" will only clean the firmware images and the root
filesystem. "make dirclean" will remove the extracted kernel source
and all exctracted software. (busybox,bridge-utils,..), but will
preserve your toolchain. (compiler,linker,..)
"make distclean" will remove everything, including the toolchain,
all downloaded source code archives and your firmware configuration.
You can cleanup separate directories by using "make application-dirclean"
and rebuild the firmware with "make".
Be happy..
Be happy..
Your OpenWrt Project
Your OpenWrt Project
http://www.openwrt.org
http://www.openwrt.org
...
...
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