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
91e1fa6d
Commit
91e1fa6d
authored
11 years ago
by
Gabor Juhos
Browse files
Options
Downloads
Patches
Plain Diff
rb532: remove trailing whitespaces from image/Makefile
Signed-off-by:
Gabor Juhos
<
juhosg@openwrt.org
>
SVN-Revision: 38156
parent
904ffa32
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/rb532/image/Makefile
+3
-3
3 additions, 3 deletions
target/linux/rb532/image/Makefile
with
3 additions
and
3 deletions
target/linux/rb532/image/Makefile
+
3
−
3
View file @
91e1fa6d
#
#
# Copyright (C) 2006-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
...
...
@@ -7,7 +7,7 @@
include
$(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/image.mk
LOADADDR
=
0x81000000
# RAM start + 16M
LOADADDR
=
0x81000000
# RAM start + 16M
KERNEL_ENTRY
=
0x80101000
RAMSIZE
=
0x00100000
# 1MB
IMAGE_COPY
=
1
...
...
@@ -67,7 +67,7 @@ ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y)
define
Image/Prepare
$(STAGING_DIR_HOST)/bin/patch-cmdline
$(KDIR)/vmlinux-initramfs
'$(strip $(call Image/cmdline/yaffs2)) '
cat
$(KDIR)/vmlinux-initramfs
|
$(STAGING_DIR_HOST)/bin/lzma
e
-si
-so
-eos
-lc1
-lp2
-pb2
>
$(KDIR)/vmlinux-initramfs.lzma
$(MAKE)
-C
$(GENERIC_PLATFORM_DIR)/image/lzma-loader
$(LOADER_MAKEOPTS)
clean
compile
$(MAKE)
-C
$(GENERIC_PLATFORM_DIR)/image/lzma-loader
$(LOADER_MAKEOPTS)
clean
compile
$(CP)
$(KDIR)/loader.elf
$(KDIR)/loader-initramfs.elf
endef
endif
...
...
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