Re: [OpenWrt-Devel] [PATCH] [v2][ar71xx] Add support for Netgear WNR2200 wireless router

2013-09-19 Thread Roman A. aka BasicXP
> Thanks, > Gabor > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel There are some small mistakes I found: 1) target/linux/ar71xx/base-files/etc/dia

[OpenWrt-Devel] [PATCH] Add ledtrig-oneshot module for 3.6 kernels

2012-10-31 Thread Roman A. aka BasicXP
This patch adds a package for the ledtrig-oneshot module, available in 3.6 and later. Signed-off-by: Roman A. aka BasicXP -- Index: package/kernel/modules/leds.mk === --- package/kernel/modules/leds.mk (revision 34026

Re: [OpenWrt-Devel] AR7XX LED timer trigger bug

2012-10-19 Thread Roman A. aka BasicXP
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Confirmed. 19.10.2012 21:22, Nuno Gonçalves ?: > LED timer trigger is disabled if you overwrite delay_on with the > current value. > > root@openwrt:/sys/devices/platform/leds-gpio/leds/d-link:blue:wps# > echo timer > trigger #STARTS BLINKING

Re: [OpenWrt-Devel] Unable to log in to LuCI 8899

2012-08-07 Thread Roman A. aka BasicXP
Don't know if this matters in Lua or not, but Looking at line 97 in sauth.lua, I could see is that it lacks a space after luci.sys.uptime(). 08.08.2012, в 6:05, Adam Gensler написал(а): > Hm...doesn't seem atime related, as the atime value seems to be derived from > luci.sys.uptime. > > Its

[OpenWrt-Devel] [PATCH] ar71xx: fix typo in modules.mk

2012-07-25 Thread Roman A. aka BasicXP
This patch fixes a small typo in kmod-leds-wndr3700-usb description, where the board is for some reason made by NETGWR, not NETGEAR. Signed-off-by: Roman A. aka BasicXP --- Index: target/linux/ar71xx/modules.mk === --- target/linux

Re: [OpenWrt-Devel] Extracting board_id and region from Netgear .chk file

2012-06-19 Thread Roman A. aka BasicXP
20.06.2012, в 10:08, Rafał Miłecki написал(а): > 2012/6/19 Roman A. aka BasicXP : >> Turns out the region is 0x0002 for worldwide. If you have a WNDR4500 >> yourself, try running routerinfo, it will give you the information you need. > > Interesting, "routerinfo"

Re: [OpenWrt-Devel] Extracting board_id and region from Netgear .chk file

2012-06-19 Thread Roman A. aka BasicXP
There is a good topic on this: https://forum.openwrt.org/viewtopic.php?pid=15 Turns out the region is 0x0002 for worldwide. If you have a WNDR4500 yourself, try running routerinfo, it will give you the information you need. 20.06.2012, в 0:19, Rafał Miłecki написал(а): > I wanted to genera

[OpenWrt-Devel] [PATCH] [packages] wifitoggle: fix typos in Makefile

2012-06-16 Thread Roman A. aka BasicXP
Signed-off-by: Roman A. aka BasicXP Index: feeds/packages/utils/wifitoggle/Makefile === --- feeds/packages/utils/wifitoggle/Makefile (revision 32396) +++ feeds/packages/utils/wifitoggle/Makefile (working copy) @@ -1,5 +1,5

Re: [OpenWrt-Devel] [PATCH] ar71xx: correctly detect NETGEAR WNDRMAC

2012-06-15 Thread Roman A. aka BasicXP
aka BasicXP wrote: >> This patch helps properly detect a WNDRMAC device. Before this patch the >> model is detected as "NETGEAR ?N". >> >> Signed-off-by: Roman A. aka BasicXP >> >> --- >> >> Index: target/linux/ar71xx/base-files/