[Zrouter-src] ZRouter.org: push to ZRouter boards/D-Link/DIR-620/README boards...

zrouter-src at zrouter.org zrouter-src at zrouter.org
Tue Mar 20 10:48:11 UTC 2012


details:   http://zrouter.org/hg/zrouter//rev/cd2570ca3681
changeset: 378:cd2570ca3681
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Tue Mar 20 12:46:28 2012 +0200
description:
Update

diffstat:

 boards/D-Link/DIR-620/README      |   8 ++++++++
 boards/D-Link/DIR-620/board.hints |  10 +++++-----
 boards/D-Link/DIR-620/board.mk    |  11 +++++++----
 3 files changed, 20 insertions(+), 9 deletions(-)

diffs (73 lines):

diff -r 9d0cd146ea5c -r cd2570ca3681 boards/D-Link/DIR-620/README
--- a/boards/D-Link/DIR-620/README	Tue Mar 20 12:38:16 2012 +0200
+++ b/boards/D-Link/DIR-620/README	Tue Mar 20 12:46:28 2012 +0200
@@ -0,0 +1,8 @@
+
+
+tft 0x80800000 DIR-620/D-Link_DIR-620.zimage
+erase bf050000 bf7dffff
+cp.b 80800000 bf050000 $(filesize)
+
+setenv updatebsd 'tft 0x80800000 DIR-620/D-Link_DIR-620.zimage ; erase bf050000 bf7dffff ; cp.b 80800000 bf050000 $(filesize)'
+saveenv
diff -r 9d0cd146ea5c -r cd2570ca3681 boards/D-Link/DIR-620/board.hints
--- a/boards/D-Link/DIR-620/board.hints	Tue Mar 20 12:38:16 2012 +0200
+++ b/boards/D-Link/DIR-620/board.hints	Tue Mar 20 12:46:28 2012 +0200
@@ -7,9 +7,9 @@
 hint.nvram.0.base=0x1f030000
 hint.nvram.0.maxsize=0x2000
 hint.nvram.0.flags=9 # 1 = No check, 2 = Format U-Boot
-hint.nvram.1.base=0x1f032000
-hint.nvram.1.maxsize=0x4000
-hint.nvram.1.flags=9 # 1 = No check, 2 = Format U-Boot
+#hint.nvram.1.base=0x1f032000
+#hint.nvram.1.maxsize=0x4000
+#hint.nvram.1.flags=9 # 1 = No check, 2 = Format U-Boot
 
 # on-board Ralink Frame Engine
 hint.rt.0.at="nexus0"
@@ -50,12 +50,12 @@
 # GPIO10 - Reset BTN	IN PU II INT
 hint.gpioreset.0.at="gpiobus0"
 hint.gpioreset.0.pins="0x0400"
-hint.gpioreset.0.name="wps"
+hint.gpioreset.0.name="reset"
 hint.gpioreset.0.flags="0x04a1"
 
 ## GPIO0  - WPS BTN	IN PU II INT
 hint.gpiobutton.0.at="gpiobus0"
-hint.gpiobutton.0.pins="0x01"
+hint.gpiobutton.0.pins="0x0001"
 hint.gpiobutton.0.name="wps"
 hint.gpiobutton.0.flags="0x04a1"
 
diff -r 9d0cd146ea5c -r cd2570ca3681 boards/D-Link/DIR-620/board.mk
--- a/boards/D-Link/DIR-620/board.mk	Tue Mar 20 12:38:16 2012 +0200
+++ b/boards/D-Link/DIR-620/board.mk	Tue Mar 20 12:46:28 2012 +0200
@@ -25,8 +25,10 @@
 WITH_USB=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/umass cam
+KERNCONF_MODULES_OVERRIDE+=	usb/uplcom usb/u3g usb/umodem usb/ucom zlib
 
 # Additional utilities
 WORLD_SUBDIRS_ZROUTER+=target/sbin/upgrade
@@ -50,10 +52,11 @@
 #
 ###################################################
 
-TARGET_PROFILES+=SMALL_ mpd ssh dlink.ua.web dhcp mroute ntpdate dnsmasq
-# hostap
+TARGET_PROFILES+=	SMALL_ mpd ssh dlink.ua.web dhcp mroute ntpdate \
+    dnsmasq hostap ipfw net_help ppp
 # nfs_client
 # racoon
+ 
 
 KERNEL_COMPRESSION=oldlzma
 KERNEL_COMPRESSION_TYPE=oldlzma


More information about the Zrouter-src mailing list