[OpenWrt-Devel] ERROR: please fix target/

2013-01-25 Thread HeXiLeD
/backfire $ ./scripts/feeds install -a Collecting package info: done ERROR: please fix target/linux/ar7/Makefile ERROR: please fix target/linux/rdc/Makefile ERROR: please fix target/linux/x86/Makefile ERROR: please fix target/linux/uml/Makefile ERROR: please fix target/linux/avr32/Makefile ERROR

[OpenWrt-Devel] [PATCH] [packages] muninlite: fix getting bridge data

2013-01-25 Thread Luca Dariz
This patch fix a bug while getting data for interfaces like br-lan, pppoa-wan. Signed-off-by: Luca Dariz --- Index: admin/muninlite/patches/210-add-bridge-devs.patch === --- admin/muninlite/patches/210-add-bridge-devs.patch (revisi

Re: [OpenWrt-Devel] No wifi on ADB P.DGA4001N

2013-01-25 Thread Rafał Miłecki
2013/1/25 Felix Fietkau : > On 2013-01-25 4:06 PM, Rafał Miłecki wrote: >> 2013/1/25 Ernesto : >>> Hi all, >>> >>> I have an ADB P.DGA4001N with board id: 963281TAN. >>> >>> I flashed >>> http://downloads.openwrt.org/attitude_adjustment/12.09-rc1/brcm63xx/generic/openwrt-963281TAN-8M-flash-generic-

Re: [OpenWrt-Devel] No wifi on ADB P.DGA4001N

2013-01-25 Thread Felix Fietkau
On 2013-01-25 4:06 PM, Rafał Miłecki wrote: > 2013/1/25 Ernesto : >> Hi all, >> >> I have an ADB P.DGA4001N with board id: 963281TAN. >> >> I flashed >> http://downloads.openwrt.org/attitude_adjustment/12.09-rc1/brcm63xx/generic/openwrt-963281TAN-8M-flash-generic-squashfs-cfe.bin >> with success, b

Re: [OpenWrt-Devel] No wifi on ADB P.DGA4001N

2013-01-25 Thread Rafał Miłecki
2013/1/25 Ernesto : > Hi all, > > I have an ADB P.DGA4001N with board id: 963281TAN. > > I flashed > http://downloads.openwrt.org/attitude_adjustment/12.09-rc1/brcm63xx/generic/openwrt-963281TAN-8M-flash-generic-squashfs-cfe.bin > with success, but the router has no wifi: > > root@OpenWrt:/# uci sh

[OpenWrt-Devel] No wifi on ADB P.DGA4001N

2013-01-25 Thread Ernesto
Hi all, I have an ADB P.DGA4001N with board id: 963281TAN. I flashed http://downloads.openwrt.org/attitude_adjustment/12.09-rc1/brcm63xx/generic/openwrt-963281TAN-8M-flash-generic-squashfs-cfe.bin with success, but the router has no wifi: root@OpenWrt:/# uci show wireless wireless.radio0=wifi-de

Re: [OpenWrt-Devel] DSL support and luci integration

2013-01-25 Thread Antonio Di Martino
I found this old post in the OpenWrt-Devel mailing list ( https://lists.openwrt.org/pipermail/openwrt-devel/2012-January/013587.html ) I also have a Buffalo WBMR-HP-G300H and I installed OpenWrt r35047 / LuCI Trunk (trunk+svn9599) on it. This LuCI extension for viewing DSL line parameters isn't t

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

2013-01-25 Thread Francisco Borges
Installs the shell binary, and all applicable completion functions. Completion functions specific for other systems (e.g. AIX/Solaris/Redhat/etc) are not installed. Compiled against ncurses. Notice the "--with-term-lib=..." at Build/Configure forcing the preference for ncurses (against ncursesw).

[OpenWrt-Devel] [PATCH] MTD - Fix block_offset calculation

2013-01-25 Thread Nathan Hintz
The 'erasesize' used to compute 'block_offset' in 'mtd_fixtrx' (imagetag.c) is used before it is computed by 'mtd_check_open'; moving the call to 'mtd_check_open' up a few lines fixes this. A similar problem in 'trx.c' was fixed in https://dev.openwrt.org/changeset/32866 . I do not have the H/W