[OpenWrt-Devel] [PATCHv3] [ar71xx] add support for TL-WDR3500

2013-01-22 Thread Gui Iribarren
PATCHv3 changelog: * I hate whitespace. v2 is broken, sorry for the noise. PATCHv2 changelog: * got ethernet almost right: eth1 = wan, eth0 = lan ports, reversed * added board to sysupgrade support WDR3500 is similar to WDR3600 except it doesn't have gigabit ethernet, and has only 1 USB port.

[OpenWrt-Devel] [PATCHv2] [ar71xx] add support for TL-WDR3500

2013-01-22 Thread Gui Iribarren
PATCHv2 changelog: * got ethernet almost right: eth1 = wan, eth0 = lan ports, reversed * added board to sysupgrade support WDR3500 is similar to WDR3600 except it doesn't have gigabit ethernet, and has only 1 USB port. So, this patch (over r35162) adds a new board type, based on mach-tl-wdr4300

[OpenWrt-Devel] How to reload the model page?

2013-01-22 Thread . Elvis
Hi all, How to perform if I need to set completed need to re-load the model page? Because some values will not change on model page! thanks all, ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mai

[OpenWrt-Devel] [PATCH] AA: Package zsh 5.0.2.

2013-01-22 Thread Francisco Borges
Hi, I would like to submit a Makefile feed for zsh. The actual patch is attached. If there is something that needs changes, please let me know. Kind regards, -- Francisco 0001-AA-Package-zsh-5.0.2.patch Description: Binary data ___ openwrt-devel ma

[OpenWrt-Devel] [PATCH] [package] [kernel/modules] add nForce Ethernet module

2013-01-22 Thread zhiqiang wang
Signed-off-by: Zhiqiang Wang --- --- package/kernel/modules/netdevices.mk(revision 35195) +++ package/kernel/modules/netdevices.mk(working copy) @@ -663,3 +663,18 @@ endef $(eval $(call KernelPackage,dm9000)) + +define KernelPackage/forcedeth + SUBMENU:=$(NETWORK_DEVICES_MENU)

[OpenWrt-Devel] [PATCH 2/5] ramips: Edimax BR-6425 userspace

2013-01-22 Thread Yuval Adam
Signed-off-by: Yuval Adam --- target/linux/ramips/base-files/etc/diag.sh |3 +++ .../base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom |1 + target/linux/ramips/base-files/etc/uci-defaults/01_leds |3 +++ .../linux/ramips/base-files/etc/uci-defaults/02_network |1 +

[OpenWrt-Devel] [PATCH 1/5] ramips: add Edimax BR-6425 support to kernel

2013-01-22 Thread Yuval Adam
Signed-off-by: Yuval Adam --- .../arch/mips/include/asm/mach-ralink/machine.h|1 + .../ramips/files/arch/mips/ralink/rt305x/Kconfig |5 ++ .../ramips/files/arch/mips/ralink/rt305x/Makefile |1 + .../files/arch/mips/ralink/rt305x/mach-br6425.c| 78 ta

[OpenWrt-Devel] [PATCH 5/5] uboot-envtools: config for Edimax BR-6425

2013-01-22 Thread Yuval Adam
Signed-off-by: Yuval Adam --- package/boot/uboot-envtools/files/ramips |5 + 1 file changed, 5 insertions(+) diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips index 65cd49c..3599f68 100644 --- a/package/boot/uboot-envtools/files/ramips +++

[OpenWrt-Devel] [PATCH 4/5] ramips: generate image for BR-6425

2013-01-22 Thread Yuval Adam
Signed-off-by: Yuval Adam --- target/linux/ramips/image/Makefile | 56 +--- 1 file changed, 52 insertions(+), 4 deletions(-) diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index daceb15..1f9f363 100644 --- a/target/linux/r

[OpenWrt-Devel] [PATCH 3/5] ramips/rt305x: add Edimax profile

2013-01-22 Thread Yuval Adam
Signed-off-by: Yuval Adam --- target/linux/ramips/rt305x/profiles/edimax.mk | 17 + 1 file changed, 17 insertions(+) create mode 100644 target/linux/ramips/rt305x/profiles/edimax.mk diff --git a/target/linux/ramips/rt305x/profiles/edimax.mk b/target/linux/ramips/rt305x/profi

[OpenWrt-Devel] How to display the execution graph?

2013-01-22 Thread . Elvis
Hi all, Such as pictures of the attachment! I want to show the execution status in function "o.write" when I execute my C API ? When the C API implementation of the latter will auto perform a save config and will display as attached status. Because when execution C API function there is a delay ti

[OpenWrt-Devel] Gray out objects in the UI?

2013-01-22 Thread . Elvis
Hi all, How to gray out in the UI on a object, the like option Value, or option ListValue object?(gray out means users can see input text but can not change any values) In luci model, Have gray out design can use it? thanks, ___ openwrt