[Zrouter-src] ZRouter.org: push to ZRouter boards/Ubiquiti/RS/board.mk
zrouter-src at zrouter.org
zrouter-src at zrouter.org
Wed Jan 25 09:52:20 UTC 2012
details: http://zrouter.org/hg/zrouter//rev/cbb479657be0
changeset: 323:cbb479657be0
user: ray at terran.dlink.ua
date: Wed Jan 25 11:51:42 2012 +0200
description:
Fix RS boot
diffstat:
boards/Ubiquiti/RS/board.mk | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (52 lines):
diff -r cacb440b5a39 -r cbb479657be0 boards/Ubiquiti/RS/board.mk
--- a/boards/Ubiquiti/RS/board.mk Sat Jan 21 18:38:16 2012 +0200
+++ b/boards/Ubiquiti/RS/board.mk Wed Jan 25 11:51:42 2012 +0200
@@ -29,12 +29,14 @@
WITH_IPSEC=yes
# Builded modules
# device wlan in kernel alredy enable this modules
-#KERNCONF_MODULES_OVERRIDE+=wlan_xauth wlan_wep wlan_tkip wlan_acl wlan_amrr wlan_ccmp wlan_rssadapt
-#KERNCONF_MODULES_OVERRIDE+=usb/uplcom usb/u3g usb/umodem usb/umass usb/ucom cam zlib
+KERNCONF_MODULES_OVERRIDE+=wlan_xauth wlan_wep wlan_tkip wlan_acl wlan_amrr wlan_ccmp wlan_rssadapt
+KERNCONF_MODULES_OVERRIDE+=usb/uplcom usb/u3g usb/umodem usb/umass usb/ucom cam zlib
KERNCONF_MODULES_OVERRIDE+=pf pflog
# Additional utilities
WORLD_SUBDIRS_ZROUTER+=target/sbin/upgrade
+KERNCONF_DEVICES+= switch
+
.if !defined(WITHOUT_WIRELESS)
KERNCONF_OPTIONS+= IEEE80211_DEBUG
KERNCONF_OPTIONS+= IEEE80211_SUPPORT_MESH
@@ -66,8 +68,6 @@
#
###################################################
-
-
# Image must not be biggest than GEOM_MAP_P2 (upgrade part.)
FIRMWARE_IMAGE_SIZE_MAX=0x007a0000
@@ -79,15 +79,14 @@
TARGET_PROFILES+=SMALL_ ath dnsmasq mpd ssh shttpd dlink.ua.web hostap dhcp \
racoon ntpdate
-# pf
KERNEL_COMPRESSION=oldlzma
KERNEL_COMPRESSION_TYPE=oldlzma
MKULZMA_BLOCKSIZE=65536
-# XXX: Here is must be Redboot packer, but not defined yet
-PACKING_KERNEL_IMAGE?=kernel.kbin.gz.sync
+UBNT_KERNEL_LOAD_ADDRESS?=0x80050000
+PACKING_KERNEL_IMAGE?=kernel.gz.sync
PACKING_ROOTFS_IMAGE?=rootfs_clean.iso.ulzma
IMAGE_SUFFIX=zimage
@@ -95,3 +94,4 @@
UBNT_VERSION?=RS.ar7100.Zrouter.V1
NEW_IMAGE_TYPE=ubntimage
+
More information about the Zrouter-src
mailing list