[OpenWrt-Devel] [PATCH] [ramips] add vlan configuration for asiarf awm002-evb

2014-06-13 Thread Russell Senior
Without this, the ports all end up on vlan 1. This enables a separate WAN port that works. Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/base-files/etc/uci-defaults/02_network | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/base-files

[OpenWrt-Devel] [PATCH] Restore AWM002-EVB profile in asiarf.mk

2014-06-14 Thread Russell Senior
...@seitzassoc.com Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/rt305x/profiles/asiarf.mk | 15 +-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/target/linux/ramips/rt305x/profiles/asiarf.mk b/target/linux/ramips/rt305x/profiles/asiarf.mk

[OpenWrt-Devel] [PATCH] iproute2: update version to 3.15.0, refresh patches, add maintainer

2014-06-17 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- package/network/utils/iproute2/Makefile | 9 + package/network/utils/iproute2/patches/006-no_sctp.patch | 4 ++-- package/network/utils/iproute2/patches/110-extra-ccopts.patch| 2 +- package

Re: [OpenWrt-Devel] IEEE 802.11 TDMA mode support in OpenWRT

2014-07-03 Thread Russell Senior
purpose of the GPS was for timing. -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] OpenWRT IPv6 firewall

2014-07-19 Thread Russell Senior
to guess it. -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] ramips: fix vlan configuration for asiarf avm003

2014-07-25 Thread Russell Senior
The earlier r41797 change was missing this part, to enable the right vlan configuration. Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/base-files/etc/uci-defaults/02_network | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/base-files/etc

[OpenWrt-Devel] [PATCH] ramips: fix sysupgrade for asiarf awm003

2014-07-26 Thread Russell Senior
Since the earlier r41797 change, the board_name for awm003 has been miscalculated, and sysupgrade has been broken. This seems to fix it. Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/base-files/lib/ramips.sh | 3 +++ target/linux/ramips/base-files

[OpenWrt-Devel] MAC address on ramips?

2014-07-26 Thread Russell Senior
for our project, if that's indeed where they ought to be coming from. Thanks! -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt

[OpenWrt-Devel] [PATCH] ramips: add ethernet macaddr to dts for AWM003-EVB

2014-07-26 Thread Russell Senior
Follows the pattern of http://patchwork.openwrt.org/patch/5970/ Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/dts/AWM003-EVB.dts | 4 1 file changed, 4 insertions(+) diff --git a/target/linux/ramips/dts/AWM003-EVB.dts b/target/linux/ramips/dts/AWM003

[OpenWrt-Devel] [PATCH 1/2] ramips: fix mode switch gpio for AsiaRF AWM eval board

2014-07-28 Thread Russell Senior
Fix a typo: gpio 21 is already used for the WPS led. Gpio 20 is the right one (tested) for the mode switch. Confirmed that /sys/kernel/debug/gpio state followed the position of the switch. Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/dts/AWM002-EVB-4M.dts

[OpenWrt-Devel] [PATCH 2/2] ramips: correct typo ubsphy - usbphy

2014-07-28 Thread Russell Senior
This appears to be a typo. Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/dts/mt7620a.dtsi | 2 +- target/linux/ramips/dts/mt7620n.dtsi | 2 +- target/linux/ramips/dts/rt5350.dtsi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/target

[OpenWrt-Devel] [PATCH] autoconf: bump version to 2.69

2014-08-05 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- tools/autoconf/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/autoconf/Makefile b/tools/autoconf/Makefile index f5d22c3..ec154e4 100644 --- a/tools/autoconf/Makefile +++ b/tools/autoconf

[OpenWrt-Devel] Explanation of LED infrastructure

2014-08-05 Thread Russell Senior
that, I would most appreciate it. git grep'ing in the tree isn't finding where the connection is taking place for me, or what might be going wrong. Maybe the explanation for my non-workingness is that there is no connection? Thanks for any clues! -- Russell Senior, President russ

[OpenWrt-Devel] [PATCH] [package] iproute2: update from v3.15.0 to v3.16.0

2014-09-14 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- package/network/utils/iproute2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index fc47159..ee4cd65 100644

[OpenWrt-Devel] [PATCH] ramips: fix device-trees for AsiaRF awm002/3 evb

2014-09-17 Thread Russell Senior
controller, in rt5350.dtsi, but does not use it. Signed-off-by: Russell Senior russ...@personaltelco.net --- .../gpio-button-hotplug/src/gpio-button-hotplug.c | 1 + target/linux/ramips/base-files/etc/board.d/01_leds | 4 +++- target/linux/ramips/dts/AWM002-EVB-4M.dts | 18

Re: [OpenWrt-Devel] [PATCHv2] ramips: fix device-trees for AsiaRF awm002/3 evb

2014-09-17 Thread Russell Senior
or AWM003. Renamed the reset_wps button to just reset, since it does not in practice function as a WPS button. This patch adds support for a mode event associated with the slider switch on the eval board, through the gpio-button-hotplug infrastructure. Signed-off-by: Russell Senior russ

Re: [OpenWrt-Devel] [PATCH] ramips: fix device-trees for AsiaRF awm002/3 evb

2014-09-17 Thread Russell Senior
John == John Crispin blo...@openwrt.org writes: John On 17/09/2014 09:24, Russell Senior wrote: It also enables GPIO control of the second GPIO controller, in rt5350.dtsi, but does not use it. John that is why it is not enabled by default :) It could be used, which I did while testing. I

[OpenWrt-Devel] [PATCHv3 1/3] ramips: fix device-trees for AsiaRF awm002/3 evb

2014-09-17 Thread Russell Senior
or AWM003. Renamed the reset_wps button to just reset, since it does not in practice function as a WPS button. Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/base-files/etc/board.d/01_leds | 4 +++- target/linux/ramips/dts/AWM002-EVB-4M.dts | 16

[OpenWrt-Devel] [PATCHv3 2/3] [package] gpio-button-hotplug: Add a mode event

2014-09-17 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c b/package/kernel/gpio-button-hotplug/src/gpio-button

[OpenWrt-Devel] [PATCHv3 3/3] ramips: slider switch on asiarf evb, send mode event

2014-09-17 Thread Russell Senior
Uses the new mode event in gpio-button-hotplug. Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/dts/AWM002-EVB-4M.dts | 2 +- target/linux/ramips/dts/AWM002-EVB-8M.dts | 2 +- target/linux/ramips/dts/AWM003-EVB.dts| 2 +- 3 files changed, 3 insertions(+), 3

Re: [OpenWrt-Devel] [PATCHv3 2/3] [package] gpio-button-hotplug: Add a mode event

2014-09-17 Thread Russell Senior
), }; /* -*/ -- 2.0.0 Hmm. If we used KEY_M here instead of horribly abusing BTN_MODE, the third patch would be unnecessary. -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel

Re: [OpenWrt-Devel] out of date(?) links in openwrt wiki page, Wireless overview

2014-09-28 Thread Russell Senior
maintainer, and will eventually make a pull request for moving it to the github packages feed. Or we'll maintain it in a separate feed if necessary. Not sure about the state of the wiki. -- Russell Senior, President russ...@personaltelco.net ___ openwrt

Re: [OpenWrt-Devel] kernel changes on recompilation?

2014-10-02 Thread Russell Senior
image later, or install them later without the hash clash. Please test and report back :-) -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman

[OpenWrt-Devel] [PATCH] update iftop to 1.0pre2

2012-09-04 Thread Russell Senior
Update iftop from 0.17 to 1.0pre2 This is tested on alix2, includes ipv6 support, please test on other targets, I unceremoniously deleted the older patches without checking to see that they were integrated upstream. Signed-of-by: Russell Senior russ...@personaltelco.net diff --git a/net/iftop

Re: [OpenWrt-Devel] [PATCH] update iftop to 1.0pre2

2012-09-05 Thread Russell Senior
Russell == Russell Senior russ...@personaltelco.net writes: Russell Update iftop from 0.17 to 1.0pre2 Russell This is tested on alix2, includes ipv6 support, please test Russell on other targets, I unceremoniously deleted the older patches Russell without checking to see that they were

[OpenWrt-Devel] [PATCH v2] update iftop to 1.0pre2

2012-09-10 Thread Russell Senior
Update iftop from 0.17 to 1.0pre2 Most significantly, includes IPv6 support. This version forces libncurses, by patching the configure script, instead of allowing libncursesw, saving (~65k) image space. Signed-off-by: Russell Senior russ...@personaltelco.net diff --git a/net/iftop/Makefile b

Re: [OpenWrt-Devel] [PATCH][v2][kernel][sound-core] pcspkr x86 fix

2012-10-18 Thread Russell Senior
On top of Jiri's kmod-snd-pcsp patch in http://patchwork.openwrt.org/patch/2677/, found these were needed to allow x86_generic kernel configuration to complete. Signed-off-by: Russell Senior russ...@personaltelco.net diff --git a/target/linux/x86/generic/config-3.3 b/target/linux/x86/generic

[OpenWrt-Devel] [PATCH] Correct image magic for grub2 images

2012-10-21 Thread Russell Senior
Sysupgrade broke on x86 when grub2 superceded grub. This patch corrects tha magic_word to be expected in grub2 combined images. Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/x86/base-files/lib/upgrade/platform.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [OpenWrt-Devel] GRUB2 on Geos x86?

2012-11-02 Thread Russell Senior
I need to do differently with GRUB2? The same problem exists for alix2. Oddly, x86-generic-net45xx (as of very recently) was working with grub2. I don't know why. -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] GRUB2 on Geos x86?

2012-11-02 Thread Russell Senior
David == David Woodhouse dw...@infradead.org writes: David On Fri, 2012-11-02 at 01:47 -0700, Russell Senior wrote: Nathan == Nathan Williams nat...@traverse.com.au writes: Nathan Hi, I've just noticed that since r33640 (x86: remove Nathan grub-legacy) my builds for Geos don't boot. After

[OpenWrt-Devel] [PATCH 1/1] Disabling at_keyboard in the grub2 core.img fixes alix2 booting

2012-11-09 Thread Russell Senior
at_keyboard from the grub_mkimage's construction of core.img allows booting to proceed to a successful completion. Why is an uninvestigated question at the moment. Signed-off-by: Russell Senior russ...@personaltelco.net --- diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image

[OpenWrt-Devel] Trunk busted on Netgear WGT634U since r33920

2012-11-12 Thread Russell Senior
: 0x8000/8188 Entry at 0x80001000 Closing network. et0: link down Starting program at 0x80001000 -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org

Re: [OpenWrt-Devel] Trunk busted on Netgear WGT634U since r33920

2012-11-12 Thread Russell Senior
Russell == Russell Senior russ...@personaltelco.net writes: Russell Hauke, Russell I bisected the problem to r33920 (r33919 is okay), Russell distclean'ing between each build. Russell Symptoms are that the kernel doesn't load. I get the Russell bootloader messages and then Starting program

Re: [OpenWrt-Devel] Trunk busted on Netgear WGT634U since r33920

2012-11-12 Thread Russell Senior
you! See bootlog here: http://sprunge.us/KHZU I notice a bunch of can not parse nvram name and similar messages. Should those be there? It seems WGT634U NVRAM was already detected. I wonder if those lookups could be short circuited in the case of WGT634U? -- Russell Senior, President russ

Re: [OpenWrt-Devel] Trunk busted on Netgear WGT634U since r33920

2012-11-12 Thread Russell Senior
Russell == Russell Senior russ...@personaltelco.net writes: Hauke == Hauke Mehrtens ha...@hauke-m.de writes: Russell Hauke, Russell I bisected the problem to r33920 (r33919 is okay), Russell distclean'ing between each build. Russell Symptoms are that the kernel doesn't load. I get

Re: [OpenWrt-Devel] Newer AA builds corrupt on WNDR3800

2012-11-18 Thread Russell Senior
the bare minimum for your situation, then running: scripts/diffconfig.sh ../my-starting-config -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman

[OpenWrt-Devel] Netgear WGT634U broken in trunk

2013-11-13 Thread Russell Senior
working with them again. I will be happy to work to help fix the problem. Let me know if I left out any pertinent details. I'll be around on the IRC channel during waking hours US West Coast time. Thanks! -- Russell Senior, President russ...@personaltelco.net

Re: [OpenWrt-Devel] Netgear WGT634U broken in trunk

2013-11-13 Thread Russell Senior
(bcma) bus. + */ -+#define BCM47XX_SERIAL_ADDR (SSB_ENUM_BASE + SSB_CHIPCO_UART0_DATA) ++#define BCM47XX_SERIAL_ADDR (SSB_ENUM_BASE + SSB_CHIPCO_UART1_DATA) + void __init prom_init(void) { -- Russell Senior, President russ...@personaltelco.net

Re: [OpenWrt-Devel] Basic Package/Feed Workflow

2014-01-28 Thread Russell Senior
straight. Thanks for your time, Is this what you are looking for? http://wiki.openwrt.org/doc/devel/patches#iteratively.modify.patches.without.cleaning.the.source.tree -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list

[OpenWrt-Devel] [PATCH] [packages] curl: update to 7.35.0, fixes CVE-2014-0015

2014-02-02 Thread Russell Senior
Spotted this on my twitter feed, so i guess it is good for something. http://curl.haxx.se/docs/adv_20140129.html Signed-off-by: Russell Senior russ...@personaltelco.net --- libs/curl/Makefile | 8 libs/curl/patches/100-check_long_long.patch | 2 +- libs/curl

[OpenWrt-Devel] [PATCH] atheros: change LINUX_VERSON from 3.8.13 to 3.10.28

2014-02-03 Thread Russell Senior
The 3.10.x infrastructure has been present for some time, and seems to run fine here. Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/atheros/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/atheros/Makefile b/target/linux

Re: [OpenWrt-Devel] how do I troubleshoot Kernel Panic

2014-02-19 Thread Russell Senior
. Then make it panic. This will give you a hopefully-meaningful stack trace. That should give you clues to where things are going wrong. -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [RFC] menuconfig policy?

2014-02-22 Thread Russell Senior
Support section as well as in the Network section is beyond the pale or acceptable. I'm suggesting to accept it, because it seems the most natural of the alternatives. ACK/NACK? -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel

Re: [OpenWrt-Devel] [RFC] menuconfig policy?

2014-02-25 Thread Russell Senior
package selection in the Kernel modules/Network Support section as well as in the Network section is beyond the pale or acceptable. I'm suggesting to accept it, because it seems the most natural of the alternatives. ACK/NACK? Should I assume silence equals assent? -- Russell Senior

[OpenWrt-Devel] [PATCH] [routing] olsrd: bump version to 0.6.6.1, remove redundant patch

2014-03-15 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net diff --git a/olsrd/Makefile b/olsrd/Makefile index e7f4615..8643370 100644 --- a/olsrd/Makefile +++ b/olsrd/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=olsrd -PKG_VERSION:=0.6.6 -PKG_RELEASE:=3 +PKG_VERSION:=0.6.6.1

[OpenWrt-Devel] [PATCH] [packages] etherpuppet: correct broken url

2014-05-02 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- net/etherpuppet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/etherpuppet/Makefile b/net/etherpuppet/Makefile index f85f9d2..0851f84 100644 --- a/net/etherpuppet/Makefile +++ b/net/etherpuppet/Makefile

[OpenWrt-Devel] [PATCH] [packages] bemused: fix build by including more include files

2014-05-02 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- utils/bemused/Makefile | 4 ++-- utils/bemused/patches/110-missing_includes.patch | 19 +++ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/utils/bemused/Makefile b/utils

[OpenWrt-Devel] [PATCH] [packages] weechat: add missing dependencies to fix build

2014-05-02 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- net/weechat/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/weechat/Makefile b/net/weechat/Makefile index d5dec7a..055c598 100644 --- a/net/weechat/Makefile +++ b/net/weechat/Makefile @@ -1,5 +1,5

[OpenWrt-Devel] [PATCH] [packages] mutt: add a mailpath to configuration to fix build

2014-05-03 Thread Russell Senior
Not sure who is insane enough to store and read mail on an openwrt device, but this patch at least lets mutt build so they can try. The mailpath directory was made up. If someone knows a mailpath that makes more sense, please substitute. Signed-off-by: Russell Senior russ...@personaltelco.net

[OpenWrt-Devel] [PATCH] [packages] libftdi: disable boost to prevent build failure in c++ land

2014-05-26 Thread Russell Senior
At least on ar71xx, if libftdi finds Boost, it tries to compile C++ libraries and dies horribly on some bogus looking assembler instructions. Disabling boost allows libftdi to build. Signed-off-by: Russell Senior russ...@personaltelco.net --- libs/libftdi/Makefile| 2

Re: [OpenWrt-Devel] [PATCH] [packages] libftdi: disable C++ bindings

2014-05-27 Thread Russell Senior
Dirk == Dirk Neukirchen dirkneukirc...@web.de writes: Dirk alternatively deactivate building of libftdi++ during which the Dirk error happens +1 -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel

Re: [OpenWrt-Devel] Support for Nanostation M2 devices

2014-06-03 Thread Russell Senior
. In any case there seems to be existing support for ar934x-based devices within the ar71xx target space, according to: git grep ar934 -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] Partially fix xtables-addons for kernel 3.7, update from 2.0 to 2.1

2013-01-15 Thread Russell Senior
for kuid_t/kgid_t types (HALP!). Also, updates to xtables-addons-2.1 for good measure. Signed-off-by: Russell Senior russ...@personaltelco.net --- net/xtables-addons/Makefile|4 +- .../patches/110-dnetmap-linux-3.7.patch| 22 - net/xtables-addons/patches/310

[OpenWrt-Devel] [PATCHv2 1/2] [packages] fix uid/gid type errors in xtables-addons

2013-01-15 Thread Russell Senior
the problem while continuing to support module_param(). Signed-off-by: Russell Senior russ...@personaltelco.net --- net/xtables-addons/patches/310-uidgid.patch | 77 +++ 1 files changed, 77 insertions(+), 0 deletions(-) create mode 100644 net/xtables-addons/patches/310

[OpenWrt-Devel] [PATCHv3 2/2] [packages] update xtables-addons from 2.0 to 2.1 for kernel versions 3.7 and later

2013-01-15 Thread Russell Senior
@@ -17,6 +17,7 @@ #include linux/skbuff.h #include linux/spinlock.h -- 1.7.2.2 -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] [x86] convert alix2 to KERNEL_VERSION 3.7.2, fix crypto-ocf

2013-01-16 Thread Russell Senior
Moves alix2 the kernel version 3.7.2. The newer kernel breaks crypto-ocf which was using kernel_thread(), no longer exported. Converted crypto-ocf to use newer kthread_$foo. Signed-off-by: Russell Senior russ...@personaltelco.net --- diff --git a/target/linux/generic/files/crypto/ocf/random.c

[OpenWrt-Devel] [PATCH] [packages] fix perf (and incidentally, elfutils) dependencies

2013-01-16 Thread Russell Senior
Fixing a couple build failures: perf was looking for libbfd, and libdw was looking for libbz2. Signed-off-by: Russell Senior russ...@personaltelco.net --- devel/perf/Makefile|2 +- libs/elfutils/Makefile |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel

[OpenWrt-Devel] [PATCH] [packages] fix cups build

2013-01-16 Thread Russell Senior
cups was getting confused between libusb and libusb-1.0, the dependency said libusb, but a configure script was seeing libusb-1.0 available and preferred it, but then failed during link. Also, an install target had some line wrapping problems. Signed-off-by: Russell Senior russ

[OpenWrt-Devel] [PATCH] [packages] fix wprobe build for kernel v3.7

2013-01-16 Thread Russell Senior
in linux commit 15e473046cb6e5d18a4d0057e61d76315230382b, a struct member name was changed from pid to portid. This patch makes the corresponding change. might break earlier kernels. Signed-off-by: Russell Senior russ...@personaltelco.net --- net/wprobe/src/kernel/wprobe-core.c |8

Re: [OpenWrt-Devel] Flash from DD-WRT to OpenWrt for ASUS RT-N13U router

2013-01-16 Thread Russell Senior
and it worked. Anything that says root or vmlinux isn't going to contain everything you need in the image. Beyond that, I'd just be guessing. FWIW. -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel

[OpenWrt-Devel] [PATCH 1/3] [packages] fix nginx build

2013-01-16 Thread Russell Senior
The NGINX_SSL qualifier in the dependencies list doesn't seem to do what is intended. Needed to remove it in order to build to a successful conclusion. Signed-off-by: Russell Senior russ...@personaltelco.net --- net/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OpenWrt-Devel] [PATCH 2/3] [packages] fix sox build

2013-01-16 Thread Russell Senior
Added missing libao dependency. Would not build for me without it. Signed-off-by: Russell Senior russ...@personaltelco.net --- sound/sox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/sox/Makefile b/sound/sox/Makefile index 5cb5f4f..614ae3b 100644

[OpenWrt-Devel] [PATCH 3/3] [packages] update i2c-tools to v3.1.0

2013-01-16 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- utils/i2c-tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/i2c-tools/Makefile b/utils/i2c-tools/Makefile index d67d8bb..16feedb 100644 --- a/utils/i2c-tools/Makefile +++ b/utils/i2c-tools

Re: [OpenWrt-Devel] [PATCH] [packages] fix wprobe build for kernel v3.7

2013-01-17 Thread Russell Senior
Jo-Philipp == Jo-Philipp Wich x...@subsignal.org writes: Jo-Philipp Hi Russell, this got obsoleted by Jo-Philipp https://dev.openwrt.org/changeset/35185 Nice! I like yours better. -- Russell Senior, President russ...@personaltelco.net ___ openwrt

[OpenWrt-Devel] [PATCH 0/5] [packages] split/reformatted better, hopefully

2013-01-17 Thread Russell Senior
fixes. -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 1/5] [packages] elfutils: add missing libbz2 dependency

2013-01-17 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- libs/elfutils/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/elfutils/Makefile b/libs/elfutils/Makefile index 4f2ffa5..0311d82 100644 --- a/libs/elfutils/Makefile +++ b/libs/elfutils/Makefile

[OpenWrt-Devel] [PATCH 2/5] [packages] perf: add missing binutils dependency, needed for libbfd

2013-01-17 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- devel/perf/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/perf/Makefile b/devel/perf/Makefile index 2f3712b..bd51fa5 100644 --- a/devel/perf/Makefile +++ b/devel/perf/Makefile @@ -1,5 +1,5

[OpenWrt-Devel] [PATCH 3/5] [packages] libjpeg-turbo: fix binary names to match what is built

2013-01-17 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- libs/libjpeg-turbo/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libjpeg-turbo/Makefile b/libs/libjpeg-turbo/Makefile index 9ae15a6..6adbe84 100644 --- a/libs/libjpeg-turbo/Makefile +++ b/libs

[OpenWrt-Devel] [PATCH 4/5] [packages] minidlna: depend on libjpeg-turbo to avoid confusion about libjpeg version to use

2013-01-17 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- multimedia/minidlna/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/multimedia/minidlna/Makefile b/multimedia/minidlna/Makefile index 2d74ccf..af89f0f 100644 --- a/multimedia/minidlna/Makefile +++ b

[OpenWrt-Devel] [PATCH 5/5] [packages] cups: depend on libusb-1.0 instead of libusb to avoid linking with wrong one, fix linewrap problem

2013-01-17 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- net/cups/Makefile | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net/cups/Makefile b/net/cups/Makefile index ec2fdd5..81432e5 100644 --- a/net/cups/Makefile +++ b/net/cups/Makefile @@ -1,5 +1,5

Re: [OpenWrt-Devel] [PATCH 3/5] [packages] libjpeg-turbo: fix binary names to match what is built

2013-01-19 Thread Russell Senior
Ian == Ian Leonard antonla...@gmail.com writes: Signed-off-by: Russell Senior russ...@personaltelco.net PKG_NAME:=libjpeg-turbo PKG_VERSION:=1.2.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 define Package/jpeg-tools/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/.libs/{c,d}jpeg

[OpenWrt-Devel] [PATCH] [packages] libjpeg-turbo: add package for test utils, move appropriate targets there

2013-01-19 Thread Russell Senior
on libturbojpeg functions for some reason, the library should be added back. Signed-off-by: Russell Senior russ...@personaltelco.net --- libs/libjpeg-turbo/Makefile | 24 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/libs/libjpeg-turbo/Makefile b/libs/libjpeg-turbo

[OpenWrt-Devel] [PATCHv2 1/2] convert crypto-ocf from kernel_thread to kthread

2013-01-23 Thread Russell Senior
recent kernels have finally stopped exporting kernel_thread, since a deprecation circa 2006. This patch attempts to convert to the newer kernel kthread API, particularly in random.c Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/generic/files/crypto/ocf/random.c | 17

[OpenWrt-Devel] [PATCHv2 2/2] [x86] alix2: convert from kernel version 3.3.8 to 3.7.3

2013-01-23 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/x86/alix2/config-3.7 | 28 target/linux/x86/alix2/target.mk | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 target/linux/x86/alix2/config-3.7 diff --git a/target

Re: [OpenWrt-Devel] How to bridge 2 Wifi subnet

2013-01-29 Thread Russell Senior
' option 'interfaces' 'wlan0-1' option 'orig_interval' option 'log_level' option 'aggregated_ogms' option 'bonding' option 'fragmentation' option 'vis_mode' (you might need to rejigger the interface names for modern openwrt) -- Russell Senior

[OpenWrt-Devel] [PATCH] [packages] update libupnp to deal with http://securitytracker.com/id/1028057

2013-02-06 Thread Russell Senior
build tested only Signed-off-by: Russell Senior russ...@personaltelco.net -- diff --git a/libs/libupnp/Makefile b/libs/libupnp/Makefile index ac56258..f76f520 100644 --- a/libs/libupnp/Makefile +++ b/libs/libupnp/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libupnp

[OpenWrt-Devel] [PATCH] [x86] update x86 generic to kernel v3.7

2013-02-15 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/x86/generic/config-3.7 | 204 +++ target/linux/x86/generic/target.mk |2 + 2 files changed, 206 insertions(+) create mode 100644 target/linux/x86/generic/config-3.7 diff --git

[OpenWrt-Devel] [PATCH] [packages] php4: add compatibility fix for gmp

2013-02-24 Thread Russell Senior
gmp modified some if it's internal constants, in particular __GMP_BITS_PER_MP_LIMB. Added a patch to substitute GMP_LIMB_BITS. Also bumped release number and copyright date. Signed-off-by: Russell Senior russ...@personaltelco.net --- lang/php4/Makefile |4 ++-- lang

[OpenWrt-Devel] [PATCH] [packages] bridge-utils: add missing linux/in6.h

2013-02-26 Thread Russell Senior
Fixes build problem observed in r35819. Signed-off-by: Russell Senior russ...@personaltelco.net --- net/bridge-utils/Makefile | 4 ++-- net/bridge-utils/patches/010-missing-in6-header.patch | 12 2 files changed, 14 insertions(+), 2 deletions(-) create

[OpenWrt-Devel] [PATCH] iproute2: update to version 3.8.0

2013-03-05 Thread Russell Senior
Freshen patches, work around non-buildy-ness. Signed-off-by: Russell Senior russ...@personaltelco.net --- package/network/utils/iproute2/Makefile| 8 +-- .../utils/iproute2/patches/110-extra-ccopts.patch | 12 +++-- .../iproute2/patches/120-libnetlink-pic.patch | 12

[OpenWrt-Devel] [PATCH] [packages] ser2net: bump version to 2.8

2013-03-07 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- net/ser2net/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/ser2net/Makefile b/net/ser2net/Makefile index 88500ad..2782972 100644 --- a/net/ser2net/Makefile +++ b/net/ser2net/Makefile @@ -1,5

Re: [OpenWrt-Devel] Sprint 4G Wimax

2013-03-07 Thread Russell Senior
Dan == Dan Therrien dtherri...@gmail.com writes: DanGreetings, Has anyone created a package/makefile to compile Dan Sprints 4G Wimax Drivers + supporting Programs? Which are ... where, exactly? -- Russell Senior, President russ...@personaltelco.net

[OpenWrt-Devel] [PATCH 01/10] gettext-full: updated to 0.18.2.1

2013-03-28 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- package/libs/gettext-full/Makefile |8 ++--- .../004-gnulib-uclibc-sched_param-def.patch| 17 - .../patches/005-uclibc-0.9.30-compat.patch | 22 .../gettext-full/patches/160

[OpenWrt-Devel] [PATCH 02/10] libevent2: update to 2.0.21

2013-03-28 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- package/libs/libevent2/Makefile |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libs/libevent2/Makefile b/package/libs/libevent2/Makefile index ea69782..e260e12 100644 --- a/package/libs/libevent2

[OpenWrt-Devel] [PATCH 03/10] libmnl: update to 1.0.3

2013-03-28 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- package/libs/libmnl/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libs/libmnl/Makefile b/package/libs/libmnl/Makefile index 42958e7..fa5fc1e 100644 --- a/package/libs/libmnl/Makefile +++ b

[OpenWrt-Devel] [PATCH 04/10] libnetfilter-conntrack: update to 1.0.3

2013-03-28 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- package/libs/libnetfilter-conntrack/Makefile |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/libs/libnetfilter-conntrack/Makefile b/package/libs/libnetfilter-conntrack/Makefile index 8499277

[OpenWrt-Devel] [PATCH 05/10] libnl: update to 3.2.21

2013-03-28 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- package/libs/libnl/Makefile| 16 - package/libs/libnl/patches/110-offsetof.patch | 12 --- .../libnl/patches/160-update_includes_for_iw.patch | 34 3 files changed, 8

[OpenWrt-Devel] [PATCH 06/10] libpcap: update to 1.3.0

2013-03-28 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- package/libs/libpcap/Makefile |9 +- .../libpcap/patches/100-debian_shared_lib.patch| 130 ++-- .../patches/102-makefile_disable_manpages.patch| 37 ++ .../libs/libpcap/patches/202

[OpenWrt-Devel] [PATCH 07/10] libtool: update to 2.4.2

2013-03-28 Thread Russell Senior
Note that libtools's OpenWrt Makefile seems to be ignoring its md5sum. Not sure why. Signed-off-by: Russell Senior russ...@personaltelco.net --- package/libs/libtool/Makefile |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libs/libtool/Makefile b/package

[OpenWrt-Devel] [PATCH 08/10] ncurses: update to 5.9

2013-03-28 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- package/libs/ncurses/Makefile |8 .../patches/100-ncurses-5.6-20080112-urxvt.patch |4 ++-- .../ncurses/patches/101-ncurses-5.6-20080628-kbs.patch | 16 3 files changed

[OpenWrt-Devel] [PATCH 09/10] polarssl: update to 1.2.6

2013-03-28 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- package/libs/polarssl/Makefile |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libs/polarssl/Makefile b/package/libs/polarssl/Makefile index a66402c..2a8a33c 100644 --- a/package/libs/polarssl

[OpenWrt-Devel] [PATCH 10/10] valgrind: update to v3.8.1

2013-03-28 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- package/devel/valgrind/Makefile |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile index dfefa09..b3fb210 100644 --- a/package/devel/valgrind

Re: [OpenWrt-Devel] [PATCHv2 06/10] libpcap: update to 1.3.0

2013-04-01 Thread Russell Senior
Disabled canusb by setting ac_cv_header_libusb_1_0_libusb_h to no in Makefile. Upstream configure script ignores --disable-canusb. Signed-off-by: Russell Senior russ...@personaltelco.net --- package/libs/libpcap/Makefile | 12 +- .../libpcap/patches/100

Re: [OpenWrt-Devel] porting and packaging tlsdate to/for OpenWRT

2013-04-24 Thread Russell Senior
for me (not run tested yet), as a patch against the packages feed: http://sprunge.us/VDCI I switched to libpolarssl because my tree complained and it was the expedient way forward. The diff from your version is as follows: http://sprunge.us/Kceh -- Russell Senior, President russ

Re: [OpenWrt-Devel] porting and packaging tlsdate to/for OpenWRT

2013-04-24 Thread Russell Senior
Russell == Russell Senior russ...@personaltelco.net writes: Jacob == Jacob Appelbaum ja...@appelbaum.net writes: Jacob Hi, I'm working on porting tlsdate to various different Jacob platforms as documented here: Jacob https://github.com/ioerror/tlsdate/blob/master/INSTALL Jacob OpenWRT is one

[OpenWrt-Devel] [PATCH] iptables: restore reap functionality to recent module

2013-07-13 Thread Russell Senior
. Signed-off-by: Russell Senior russ...@personaltelco.net --- .../network/utils/iptables/patches/410-add_reap_again.patch | 13 + 1 file changed, 13 insertions(+) create mode 100644 package/network/utils/iptables/patches/410-add_reap_again.patch diff --git a/package/network/utils

[OpenWrt-Devel] [BUG] remote syslogging still broken (see ticket #13861)

2013-07-22 Thread Russell Senior
to narrow it down or work around it. Thanks! -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] [x86] alix2: update to LINUX_VERSION 3.10.9

2013-08-22 Thread Russell Senior
-by: Russell Senior russ...@personaltelco.net diff --git a/target/linux/x86/alix2/config-3.10 b/target/linux/x86/alix2/config-3.10 new file mode 100644 index 000..20909f1 --- /dev/null +++ b/target/linux/x86/alix2/config-3.10 @@ -0,0 +1,28 @@ +CONFIG_ALIX=y +CONFIG_DEBUG_BUGVERBOSE=y

[OpenWrt-Devel] bloatie-bloat-bloat?

2013-09-08 Thread Russell Senior
, the numbers are just a convenience sample (r37911 just booted, r34240 has been up for 44 days) and might not be a fair comparison in all cases. But, the direction here seems to be making the WGT634U less viable for us. Are these numbers illuminating at all? -- Russell Senior, President russ

[OpenWrt-Devel] [PATCH] add a patch from ubuntu that lets libX11 build a postscript file using newer groff

2011-04-03 Thread Russell Senior
; fi + + .ms.txt: -- 1.7.4.1 -- Russell Senior ``I have nine fingers; you have ten.'' seni...@aracnet.com ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

  1   2   3   >