[Zrouter-src] ZRouter.org: push to ZRouter boards/Ubiquiti/RS/board.mk boards/...
zrouter-src at zrouter.org
zrouter-src at zrouter.org
Sat Jan 7 00:37:51 UTC 2012
details: http://zrouter.org/hg/zrouter//rev/423f6e1d2f68
changeset: 308:423f6e1d2f68
user: ray at terran.dlink.ua
date: Sat Jan 07 02:38:37 2012 +0200
description:
Prepare to use ELF kernel on RS/RSPRO.
diffstat:
boards/Ubiquiti/RS/board.mk | 4 +++-
boards/Ubiquiti/RSPRO/board.mk | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 806cb53de7f7 -r 423f6e1d2f68 boards/Ubiquiti/RS/board.mk
--- a/boards/Ubiquiti/RS/board.mk Fri Jan 06 14:11:59 2012 +0200
+++ b/boards/Ubiquiti/RS/board.mk Sat Jan 07 02:38:37 2012 +0200
@@ -20,7 +20,9 @@
# ident
KERNCONF_IDENT=${TARGET_VENDOR}_${TARGET_DEVICE}
-KERNCONF_KERNLOADADDR?=0x80050100
+KERNCONF_KERNLOADADDR?=0x80050000
+# Define empty LDSCRIPT_NAME, FreeBSD kernel make process will use his default
+KERNCONF_KERN_LDSCRIPT_NAME=
# Include usb and SoC usb controller drivers
WITH_USB=yes
diff -r 806cb53de7f7 -r 423f6e1d2f68 boards/Ubiquiti/RSPRO/board.mk
--- a/boards/Ubiquiti/RSPRO/board.mk Fri Jan 06 14:11:59 2012 +0200
+++ b/boards/Ubiquiti/RSPRO/board.mk Sat Jan 07 02:38:37 2012 +0200
@@ -81,7 +81,7 @@
#UBNT_KERNEL_LOAD_ADDRESS?=0x80050000
#UBNT_KERNEL_ENTRY_POINT?=0x80050100
#KERNCONF_KERNLOADADDR?=0x80050000
-KERNCONF_KERNLOADADDR?=0x80050100
+KERNCONF_KERNLOADADDR?=0x80050000
PACKING_KERNEL_IMAGE?=kernel.kbin.gz.sync
PACKING_ROOTFS_IMAGE?=rootfs_clean.iso.ulzma
More information about the Zrouter-src
mailing list