[OpenWrt-Devel] PCengines APU2c2 running openwrt

2017-01-03 Thread Derek Werthmuller
Looking to upgrade to the PCengines APU2c2 from the Lamobo R1 (Banana Pi router board). There is a wiki page for the APU2 with limited information https://wiki.openwrt.org/toh/pcengines/apu2: Anyone with experience running Openwrt Trunk or CC on this platform send me some advice on the hardware?

[OpenWrt-Devel] procd remote logging on a scheduled basis -capabilities and documentation

2016-02-08 Thread Derek Werthmuller
I'm interested in pushing logs from the openwrt (CC) forward proxy server(apache) to a central syslog server that is out on the Internet using TLS security once per day. I think this is possible with syslog-ng, but can't find enough detail about the new capabilities in procd. And would like to us

[OpenWrt-Devel] Patch 210-dnssec-improve-timestamp-heuristic.patch fails when building DNSMASQ-full

2015-09-18 Thread Derek Werthmuller
Not sure why building dnsmasq-full on cc 15.05 for sunxi this patch Patch 210-dnssec-improve-timestamp-heuristic.patch fails. If I remove that patch the build continues successfully, but don't want to miss a patch that should be there. I believe that I'm using the dnsmasq 2.7.5 from https://dev.op

[OpenWrt-Devel] musl-1.1.10.tar.gz md5sum doesn't match

2015-09-05 Thread Derek Werthmuller
Not sue where the Makefile is for this package, but I suspect the musl version was changed but the md5sum not changed. here is the fresh build output. /home/derek/development/openwrt/scripts/download.pl "/home/derek/development/openwrt/dl" "musl-1.1.10.tar.gz" "48be0777e32f374d387e9cf85e36ec4d" "h

[OpenWrt-Devel] [DRAFT PATCH] Uboot patch -Sunxi BPI-R1 not building a bootable image

2015-09-03 Thread Derek Werthmuller
Over the past week since the kernel version moved to the 4.x series, new built images are not bootable. With the serial console connected it seems that its not completing Uboot properly. This is the only output. U-Boot SPL 2015.07 (Sep 02 2015 - 20:52:15) DRAM: 1024 MiB CPU: 91200Hz, AXI/AHB/

[OpenWrt-Devel] [PATCH] Snort version bump 2.9.7.2 to 2.9.7.3

2015-05-23 Thread Derek Werthmuller
Signed-off-by:Derek Werthmuller diff -rupN a/Makefile b/Makefile --- a/Makefile2015-05-22 22:13:00.458081167 -0400 +++ b/Makefile2015-05-22 22:18:58.695857500 -0400 @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snort -PKG_VERSION:=2.9.7.2 +PKG_VERSION:=2.9.7.3 PKG_RELEASE:=

[OpenWrt-Devel] Snort upgrade from 2.9.7.2 -> 2.9.7.3

2015-05-22 Thread Derek Werthmuller
Relevant Makefile changes; New version seems to build fine. PKG_VERSION:=2.9.7.3 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.snort.org/downloads/snort/ PKG_MD5SUM:=839e648607fd32726b2f7965134bf0a4 Thanks __

[OpenWrt-Devel] Question on compiling a wifi driver getting: CONFIG_CFG80211 nor CONFIG_CFG80211_MODULE is defined in kernel

2015-05-13 Thread Derek Werthmuller
I'm trying to compile a vendor open source driver under the latest trunk. My package Makefile has DEPENDS:= +wireless-tools @USB_SUPPORT +kmod-cfg80211 +kmod-mac80211 but I'm still getting this CONFIG_CFG80211 nor CONFIG_CFG80211_MODULE is defined in kernel. Looking into the .config file I don't s

[OpenWrt-Devel] Recommendation how to build wireless drivers from the raspberrypi kernel source tree

2015-04-26 Thread Derek Werthmuller
I'm interested in trying to build the rtl8192cu drivers found in the raspberrypi kernel source tree. These drivers are modified versions of the realtek provided open source. https://github.com/raspberrypi/linux/tree/rpi-3.18.y/drivers/net/wireless/rtl8192cu It seems that they have disabled the stoc

[OpenWrt-Devel] Submitting PATCH for rtl8192cu HTmode deadlock

2015-04-08 Thread Derek Werthmuller
In reference to bug # 18539 https://dev.openwrt.org/ticket/18539#comment:4 The deadlock appears that when the adapter is in AP mode and client negotiates into the HT modes. I don't know if this effects the adapter used in client modes. But without the patch the adapter is not usable in ap mode.

[OpenWrt-Devel] Guidance using @BUILD_NLS for full iconv support ?

2015-03-20 Thread Derek Werthmuller
I'm building a new package Suricata 2.0.7 that sees to need the full iconv support. The stubs don't seem to be enough. I've included @BUILD_NLS in the make file but I'm still getting a configure error: checking iconv.h usability... no checking iconv.h presence... yes configure: WARNING: iconv.h: p

[OpenWrt-Devel] ICONV & ICONV_SET_TRANSLITERATE issue in trying to port suricata to openwrt

2015-03-02 Thread Derek Werthmuller
I'm working on porting suricata to openwrt and have run into an issue with iconv. It seems that there are different ways to invoke the ICONV libraries. Those porting suricata to freebsd had the same problem and error. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196720 From their patch it lo

[OpenWrt-Devel] /sys/class/ieee80211 is empty on the allwinner bananna pu

2014-10-21 Thread Derek Werthmuller
Working trying to understand why one USB wifi card wiil work while another will not. Both wifi drivers are present. lsmod shows the drivers loaded but no device is created and the entry in /sys/class/ieee80211 is empty. Don't see an entry on /sys/devices either. CHAOS CALMER (Bleeding Edge, r4301

[OpenWrt-Devel] Missing target sunxi in BB RC[x] series?

2014-09-08 Thread Derek Werthmuller
Looking to build BB RC3 for a few of the AllWinnerA20 processor boards, but I don't see them as a target on make menuconfig page? Am I missing something? Also don't see any pre-built images for BB for any of these platforms. I can understand if they were removed from the RC series since they may

[OpenWrt-Devel] AllWinner/sunxi platform support status

2014-07-26 Thread Derek Werthmuller
I'm looking at using one of the sunxi targets over the rpi for more ram and cpu power. The primary candidate is the Bannana Pi and the cubiboards. Using the A20 processor. For my application I need the Ethernet and USB features to be stable. ANyone use either of these platforms and can make a re

[OpenWrt-Devel] make is not completing on custom package, ipkg-install not created, How do I get very detailed make output?

2014-06-26 Thread Derek Werthmuller
Building clamd for the raspberry openwrt platform. Compiles and looks to finish the linking phases fine but then get a few [all-recursive] Errors. Running the make with V=99 or V=s and need more details to see what's going on. Here is the last few lines in the make output. Seems that the binari

Re: [OpenWrt-Devel] mempool support question for building software

2014-06-26 Thread Derek Werthmuller
98.1 works on the brck2708 platform but takes 10 minutes to allocate 300 MB ram to hold the signatures. I'll have to talk with the clamav group to get a true assessment on why startup takes so long. On Wed, Jun 25, 2014 at 2:36 PM, Florian Fainelli wrote: > 2014-06-25 4:54 GMT-07:00

Re: [OpenWrt-Devel] mempool support question for building software

2014-06-25 Thread Derek Werthmuller
ernel to export these header files? Cheers Derek On Fri, Jun 6, 2014 at 6:53 PM, Florian Fainelli wrote: > 2014-06-06 15:35 GMT-07:00 Derek Werthmuller : > > I'm trying to build a new version of clamav for the brcm2708 platform and > > have some questions about the ne

[OpenWrt-Devel] mempool support question for building software

2014-06-06 Thread Derek Werthmuller
I'm trying to build a new version of clamav for the brcm2708 platform and have some questions about the new build dependencies for the latest version of clamav 98.3. 98.1 built OK and didn't use openssl. The configure portion of the build is asking about mempool support. output snip checking

[OpenWrt-Devel] CPUfreq kernel driver for the raspberry platform?

2014-04-24 Thread Derek Werthmuller
I'm using the latest trunk version and trying to use the dynamic cpu frequency "turbo" mode. I've got the config.txt setup. I see that there is a cpufreq-driver patch file, but it seems that its for the brcm2835 platform. Brcm2708 = Raspberry A, brcm2835 = Raspberry B ?. However all the build

[OpenWrt-Devel] Uploading new image to the brcm2708 platform via web interface possible?

2014-04-06 Thread Derek Werthmuller
On other platforms you can do a wget of a new image to the /tmp partition and run a mtd or sysupgrade wait for it to finish and reboot and now you have a new os and setup. Would this work on the brcm2708 platform? Maybe not on the current filesystem layout, but what if /tmp was its own partition l

[OpenWrt-Devel] Previous VIPS patch not longer available on the brcm2708 platform?

2014-03-25 Thread Derek Werthmuller
In 2012 a patch was added for the brcm2708 build platform to use hardware floating point. Looks like the patch was committed too. https://lists.openwrt.org/pipermail/openwrt-devel/2012-July/016028.html -mfpu=vfp- enables use of hardware floating point instructions. (in patch already)

[OpenWrt-Devel] Problem linking libs in Developing a Makefile for mod security

2014-02-28 Thread Derek Werthmuller
I'm working on a makefile for mod security to work with nginx. I've build the makefile based on other makefiles and the recommendations. Having problems having nginx build make use of mod security I started looking at the details of the mod security build. I trying to check the mod security bui