From: Adam-0320
ubi-mdeia.h defines 'struct ubi_vid_hdr'. It is used as a parameter type
of function 'ubigen_init_ec_hdr', which is declared in libubigen.h.
ubiformat.c and liubigen.c use this function. And they both have
included ubi-mdeia.h and libubigen.h. However
Or at least let us know how to apply the patch manually and I will add
it into my unofficial builds that I make with the ar71xx platform.
I'd love to see proper or even some sort of wwan support in the luci
side of things.
On 21/05/15 15:41, Cezary Jackiewicz wrote:
Dnia 2015-04-22, o godz
rate build with latest trunk and uclibc but
certainly something has caused image build sizes to grow quite a bit
recently, though in testing I've done at least, it hasn't impacted on
router performance for now.
Cheers
Adam
On 27/08/15 04:28, Alexey Brodkin wrote:
Hi John,
On Wed,
Cheers
On 27/08/15 19:33, Felix Fietkau wrote:
On 2015-08-27 01:48, Adam Kuklycz wrote:
Hi all,
I was wondering why OpenWRT switched to musl -- is it purely because
uclibc hasn't actually maintained their code properly?
That's only part of the reason. Aside from the maintainen
B as
well, but it looks like using musl adds around 300KB too.
Have the devs determined that perhaps the increased performance of using
musl outweighs the hit on image sizes?
Cheers
Adam
On 27/08/15 22:17, Adam Kuklycz wrote:
Hi Felix
Thanks for clarifying. I've also noticed what
bigger in size. Regardless, I'm going to need to reduce features for
routers with 8MB of flash, as kernel bloat also adds around another 300KB.
On 28/08/15 09:11, Felix Fietkau wrote:
On 2015-08-28 01:03, Adam Kuklycz wrote:
Just following up on the suspected memory leak, and image build
T_INTERNAL=y
# CONFIG_UCLIBC_USE_VERSION_0_9_33 is not set
adamk@Precision-M4500:~/ChaosCalmer-r46734$
On 28/08/15 16:27, Felix Fietkau wrote:
On 2015-08-28 01:34, Adam Kuklycz wrote:
Fair enough.
MUSL:
-rw-r--r-- 1 adamk adamk 6700676 Aug 27 23:15 root.squashfs
UCLIBC:
-rw-r--r-- 1 a
Hi there,
I didn't see this fix come into the main CC trunk?
The package does generate these annoying messages in the syslog whenever
a user is on the overview page on the router:
Sat Aug 29 11:45:26 2015 daemon.err uhttpd[2507]: uci: Entry not found
Sat Aug 29 11:45:31 2015 daemon.err uhttpd
Hi there,
Yes I tried @wan to no avail, reverting back to an earlier build saw my
IPv6 connectivity restored.
I am trying a commit from Friday just gone, just before some commits
were put up fixing some issues that corrected routing. Bit of a long
shot as it's only IPv6 affected but never k
Built revision 48634, same deal. Will try building 48272 in the morning
and advise.
On 09/02/16 23:48, Adam Kuklycz wrote:
Hi there,
Yes I tried @wan to no avail, reverting back to an earlier build saw
my IPv6 connectivity restored.
I am trying a commit from Friday just gone, just before
00:55, John Crispin wrote:
Hi Adam,
please do not hijack threads. if you want to send us a mail then dont
click Reply on an un-related thread and then change the subject. this
will mess up patchwork, which did notice what you did ;)
--> https://patchwork.ozlabs.org/patch/580275/
John
On
trying to narrow down what is causing IPv6 to
not work.
A build I did on Oct 25, 2015 for revision 47245 works fine with IPv6.
Note that I am using Ubuntu 14.04.3 x64 to compile.
Any help appreciated
TIA
Adam
On 10/02/16 12:05, Adam Kuklycz wrote:
Hi all,
I've noticed with
commits somewhere and so that is also now working fine.
Boils down to firewall rules.
Heh. A few less hairs on my head.
On 10/02/16 16:27, Adam Kuklycz wrote:
Further to this, I have compiled trunk versions 47750 and 47458 which
both exhibit the same IPv6 non-routing issue, however with 47458
Misc fixes for LinkIt 7688 board:
- Copy the right wireless firmware for the mt7688
- Add back '0065-mt7688-fixes.patch', left out after the move to Linux 4.4.
- Remove SPI_DEV from linux config which otherwise causes a massive warning
- Add wmac to LINKIT7688.dts so wireless works
---
package/k
Hi Baptiste
Which board exactly? You may need to add the "wmac" definition to the
relevant dts file. Have a look in
target/linux/ramips/dts/.dts and make sure there's
this:
wmac@1030 {
status = "okay";
};
- Adam
On Tue, Apr 12, 2016 at 6:27 PM, Baptiste C
> On Oct 13, 2015, at 4:50 AM, Roman Yeryomin wrote:
>
> On 13 October 2015 at 03:16, wrote:
>> Hi all,
>>
>> I've been compiling OpenWRT builds for my home router (Netgear WNDR3800 and
>> now a WD MyNet N750) for a number of years. I just recently encountered a
>> problem with the OpenVPN
Hi Rafal,
just gave it a try on a Huawei E970: it didn't work, unfortunately (see
below).
Originally, this device ran into a reboot loop after "Starting program at
0x80001000" with lzma-loader. The device has a hardware watchdog set to
about 1 or 2 seconds, so I thought it may as well be the hang
Hi Stephen,
do you still have the old working trx, or better, remember how you created
it?
That might help debugging the "Starting program" hang...
Mathias
Am Di, 26.08.2014, 04:34 schrieb Stephen Parry:
> No sorry - I did not explain carefully enough:
> 1. About 9 months ago I built a trx usi
d-off-by: Rafał Miłecki
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38973
3c298f89-4303-0410-b956-a3cf2f4a3e73
Signed-off-by: Mathias Adam
---
package/system/mtd/src/trx.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/system/mtd/src/trx.c b/package/syste
Hi,
just noticed that the pre-built image for Huawei E970 (brcm47xx-legacy,
openwrt-e970-squashfs-gz.bin) is too large for its 4MiB flash.
This is true for both BB-rc3 and trunk snapshots.
Apparently Imagebuilder creates squashfs with 64kiB blocksize. However I
usually used 256kiB or even 1MiB on
Hi Felix,
Am Di, 9.09.2014, 21:32 schrieb Felix Fietkau:
> On 2014-09-09 21:21, Mathias Adam wrote:
>> Hi,
>>
>> just noticed that the pre-built image for Huawei E970 (brcm47xx-legacy,
>> openwrt-e970-squashfs-gz.bin) is too large for its 4MiB flash.
>> This
Hi again Felix,
Am Di, 9.09.2014, 22:20 schrieb Mathias Adam:
> Hi Felix,
>
> Am Di, 9.09.2014, 21:32 schrieb Felix Fietkau:
>> On 2014-09-09 21:21, Mathias Adam wrote:
>>> Hi,
>>>
>>> just noticed that the pre-built image for Huawei E970 (brcm47xx-legacy
One thing I have observed is that some developers are on the TRAC system and
actively looking at tickets, while others are purely on the mailing list and
do not regularly (or at all) look at the TRAC system.
This can cause confusion and frustration for some who are wanting to report
a bug, and rep
ere
was a backup repository for this, for times when technical issues arise like
now where the main site is down.
Thanks
Adam
From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf
Of Claudio Thomas
Sent: Friday, 24 October 2014 6:48 PM
To: OpenWrt Develo
Thanks Bastian, this has worked for me as well :)
Adam
-Original Message-
From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On
Behalf Of Bastian Bittorf
Sent: Friday, 24 October 2014 7:12 PM
To: Claudio Thomas
Cc: OpenWrt Development List
Subject: Re: [OpenWrt-Devel
p accordingly or have a second script
modified to suit both options. I'm aware there is no LuCI support (yet)
for this configuration.
Thanks
Adam
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bi
I think what everyone needs to just think and remember for a minute:
* OpenWRT is built by the community and not by highly paid engineers
* OpenWRT is often far more feature rich than stock firmwares written for
the devices supported
* OpenWRT is even used sometimes by hardware vendors as a bas
Package up the Microchip MCP23S08 I/O expander driver. Needed on the
CalAmp LMU5000 board.
Signed-off-by: Adam Porter
Index: package/kernel/modules/other.mk
===
--- package/kernel/modules/other.mk(revision 36347)
+++ package
target now includes more boards than before. The
adc driver was also nuked as 3.8.7 includes a new one under the IIO
subsystem.
Signed-off-by: Adam Porter
Index: target/linux/at91/Makefile
===
--- target/linux/at91/Makefile
On Tue, Apr 23, 2013 at 9:52 AM, Adam Porter wrote:
> This upgrades the AT91 target to 3.8.7, and migrates to device tree.
> This allows a single kernel to be built for most at91 variants which
> simplifies things quite a bit. The immediate result is that all
> subtargets are nu
ace using
/etc/config/firewall?
Once the set is created, can it be referenced in other firewall rules?
Thanks!
adam
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
This patch simply adds support for the "--proxy-dnssec" command in dnsmasq into
the init file so it can be used with /etc/config/dhcp.
Signed-off-by: Adam Gensler
---
Index: network/services/dnsmasq/files/dn
een
migrated to the default /etc/config/unbound, yielding the same operation.
5. The old /etc/unbound/unbound.conf has been renamed to
/etc/unbound/unbound.conf.example to avoid confusion.
This is my first attempt at a uci configuration port. Any feedback and/or
suggestions are greatly a
t;y" on both the "Serial ATA and Parallel ATA drivers" and "AHCI SATA
Support" then exit and save and rebuilt the image.
Adam
On May 13, 2013, at 7:41 AM, Hanno Schupp wrote:
> Hi,
>
> I have a fit-pc2-i http://www.fit-pc.com/web/fit-pc/fit-pc2-i/ with a AD
Has anyone had a chance to look at this patch? If adjustments are needed please
let me know and I'll work on getting them in.
Thanks!
Adam
On May 6, 2013, at 10:44 PM, Adam Gensler wrote:
> The following patch does these things:
>
> 1. bumps unbound to version 1.4.20.
&g
Hi Stepan,
Thanks for the feedback. See my comments inline with [adam]:
On May 14, 2013, at 8:00 AM, Stepan Henek wrote:
> Hello Adam,
>
> we were implementing the same thing as you were (ucifying unbound).
> We put less uci attributes in our config files, so in this way ou
bound sometimes fails to update
root.key if the NTP sync has not happened yet. Have you encountered this?
Adam
On May 14, 2013, at 4:59 AM, Martin Strbačka wrote:
> Hello,
>
> We just made the same thing (patches for uci support) in our company and I
> wanted to send our patches. At
a WNDR3800. It's working fine.
Interestingly, the OpenVPN package Makefile doesn't include an MD5 hash?
Signed-off-by: Adam Gensler
---
Index: network/services/openvpn/patches/100-polarssl_update.patch
===
--- network/services
Hi Gert,
I've been keeping an eye on the openvpn project but I haven't seen 2.3.2 drop
yet. Can we push forward with 2.3.1?
Adam
On May 30, 2013, at 5:47 AM, Gert Doering wrote:
> Hi,
>
> On Wed, May 29, 2013 at 11:17:13PM -0400, Adam Gensler wrote:
>> The followi
Ah, that explains it. Thanks for the clarification. Here's the updated patch.
Again I've compile tested both the -openssl and -polarssl packages and runtime
tested the -openssl one. I haven't tested the easy-rsa packages though.
Signed-off-by: Adam Gensler
---
Index: network/s
.
Note, the domain name is no longer automatically appended to the end of either
"config hostrecord" or "config domain" entries as was previously the case. To
define a specific fqdn, one needs to manually configure it as such. This makes
the configuration more consistent; only w
All,
Any thoughts and/or feedback on this?
Thanks,
Adam
On 6/5/2013 12:44 AM, Adam Gensler wrote:
Hi all,
TL;DR - using "--address" for individual host A records is broken, use
"--host-record" instead.
The following patch changes dnsmasq.init to build individual host r
ooking to resolve, in keeping with the
above example:
*.typhoon.domain.name --> 192.168.1.140
So, essentially, everything possible, that ends in typhoon.domain.name to
192.168.1.140? Keep in mind that using --address does not get you the proper
reverse DNS records, only A records are created
nto what .ko file? Is the source for this feature
just missing from the openwrt tree?
Thanks,
-Adam Novak
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
Try "make target_install". This is supposed to rebuild images from the
customized filesystem.
See here:
http://downloads.openwrt.org/docs/buildroot-documentation.html#custom_targetfs
On Thu, Aug 29, 2013 at 5:31 AM, Pietro Paolini wrote:
> Hello everyone,
>
> I need to debug a binary which is s
Hello,
Thank you so much for your help! I will try your patch when I get home
this evening.
-Adam
On Thu, Aug 29, 2013 at 5:05 AM, Sedat Dilek wrote:
> On Thu, Aug 29, 2013 at 1:50 PM, Sedat Dilek wrote:
>>> On Thu, Aug 29, 2013 at 10:36 AM, Adam Novak wrote:
>>
>> [
te up your last patch as a
formal [PATCH] message. Do you agree to release it under the
appropriate licenses for OpenWRT?
Thanks again! You've been a great help.
-Adam
On Thu, Aug 29, 2013 at 10:44 AM, Sedat Dilek wrote:
> On Thu, Aug 29, 2013 at 7:31 PM, Adam Novak wrote:
>> Hello,
No, sorry, I do not.
You can probably download and grep through a new tree for
"target_install" and see what it does or where it lives.
-Adam
On Fri, Aug 30, 2013 at 2:16 AM, Pietro Paolini wrote:
> Hello,
> I see but does not work for me ... I am afraid I have a really old tre
ell on the
router, due to low memory, but it still would boot in, say, 12.04.
Does anyone have a WRT54G and the necessary hardware to debug this
over a serial connection? Would anyone want me to mail them one of my
routers to work on this?
-Adam Novak
_
>From the July post, it looks like only the v2.1 and earlier would be
expected to be affected by the issue. The router I'm observing it with
is a v2.
-Adam
On Thu, Sep 26, 2013 at 11:49 AM, Bastian Bittorf
wrote:
> * Adam Novak [26.09.2013 09:31]:
>> Does anyone have a WRT54G
This patch changes the init.d script to be a little bit later
in the boot process.
Signed-off-by: Adam Gensler
---
Index: packages/net/privoxy/files/privoxy.init
===
--- packages/net/privoxy/files/privoxy.init (revision
input and/or suggestions are welcome. Note, this version of dnsmasq
has some DHCPv6 support, however, the dnsmasq.init file has not been
updated to support it via UCI.
Signed-off-by: Adam Gensler
---
Index: package/dnsmasq/patches/101-ipv6.
ses I have.
In other words, if you need QoS already, fq_codel won't eliminate that
need. But, if you aren't running QoS already, fq_codel has some really
great potential to keep things running smoothly under load, yes? Am I
understanding fq_codel corre
etimes its necessary to guarantee that a particular traffic stream
receives a predetermined amount of bandwidth. I'm not sure other QoS
schemes would qualify as "crap" in that respect. It serves a real and
important purpose.
Adam
On 5/27/12 6:18 PM, Michael Markstaller wrot
On Sun, Jun 3, 2012 at 7:28 AM, John Crispin wrote:
> On 30/04/12 04:12, Adam Goode wrote:
>> Enable the real ALSA midi interface (seq) in the kernel. The existing
>> rawmidi interface is still present. This allows for the alsa midi
>> utilities to work.
>>
&
Here is a newer version of the patch:
Enable the real ALSA midi interface (seq) in the kernel. The existing
rawmidi interface is still present. This allows for the alsa midi
utilities to work.
Signed-off-by: Adam Goode
---
Index: modules/sound.mk
Along with http://patchwork.openwrt.org/patch/2144/ and
http://patchwork.openwrt.org/patch/2363/ this will enable the standard
ALSA midi utilities to be used in openwrt.
Signed-off-by: Adam Goode
---
Index: utils/alsa-utils/Makefile
9:
http://luci.subsignal.org/trac/changeset/8899
The failure happens both in IE8 on WindowsXP and Safari 6.0 on OSX 10.8.
Adam
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
27;t spent much time with
luci to know where to look to submit a patch.
I'll keep digging.
p.s. luci 8897 works just fine.
On 8/7/12 7:41 PM, Adam Gensler wrote:
Hi all,
I just built a fresh image. I'm unable to log in to luci after
authenticating, it states:
***quote**
/usr/lib/lua
f it needs to go some place
else please let me know.
Thanks,
Adam
Signed-off-by: Adam Gensler
---
Index: target/linux/x86/patches-3.3/003-via-rhine-crash-fix.patch
===
--- target/linux/x86/patches-3.3/003-via-rhine-crash-fix.patch
This is already in the upstream 3.5 kernel. I just pulled the changes
back into OpenWRT's 3.3.8. 3.3.8 is EOL upstream. Once OpenWRT upgrades
to 3.5 this patch isn't required anymore.
Adam
On 8/10/12 4:04 AM, Ferry Huberts wrote:
Hi Jo,
Are you upstreaming this patch into the li
I did go way back in trunk to try to find a working version and ended up
back on 2.6.39.4 and it crashed there too. So I assume it's in older
versions too.
On 8/10/12 3:35 PM, Michael Markstaller wrote:
On 09.08.2012 02:38, Adam Gensler wrote:
The following patch corrects a hard reset
On 8/15/12 9:12 AM, Michael Markstaller wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09.08.2012 02:38, Adam Gensler wrote:
The following patch corrects a hard reset that occurs on alix and
soekris net5501 hardware. Specifically, this is an issue with the
via rhine NIC driver
Is that really a concern these days? Compact flash cards are extremely
affordable now. I've had the same 1gig compact flash card in my digital
camera for over 6 years. It has taken well more than 20,000 pictures and
still works perfectly.
Maybe in the past this was something to be concerned wi
at controls this. How is this accomplished? Is this some
ath9k driver default?
Any input / insight would be most helpful.
Thanks in advance,
Adam
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
share your /etc/config/network and also /etc/config/system?
Adam
On 10/2/12 10:36 AM, Mark Mentovai wrote:
Adam Gensler wrote:
I recently acquired a Netgear WNDR3800. To date I've been playing
exclusively on an alix 2D13 platform so I have a few new things to
learn. In any case,
er crashes, so gzipped kernel is used. Presumably due to watchdog
reset during kernel decompress.
Signed-off-by: Mathias Adam
---
Changes from previous patch:
* rebased to svn-rev. 33761
* b43 wireless now works out of box (no changes were necessary on my part)
* modifications according to com
Am Mo, 15.10.2012, 17:57 schrieb RafaÅ MiÅecki:
> 2012/10/14 Mathias Adam :
>> This patch adds support for Huawei E970 wireless gateway devices.
>> It has been tested on an E970 labelled as T-Mobile web'n'walk Box IV.
>> E960/B970 should work too, from what
Am Mo, 15.10.2012, 19:17 schrieb RafaÅ MiÅecki:
> 2012/10/15 Mathias Adam :
>> Am Mo, 15.10.2012, 17:57 schrieb RafaÅ MiÅecki:
>>> 2012/10/14 Mathias Adam :
>>>> This patch adds support for Huawei E970 wireless gateway devices. It
has been tested on an E970 label
ping...
Am So, 14.10.2012, 21:13 schrieb Mathias Adam:
> This patch adds support for Huawei E970 wireless gateway devices.
> It has been tested on an E970 labelled as T-Mobile web'n'walk Box IV.
> E960/B970 should work too, from what I know it's basically the same
> har
CKAGE_openvpn=y
# upnp support
CONFIG_PACKAGE_miniupnpd=y
2. Then I run, "make defconfig" which builds out the rest of the .config file.
3. Then I run "make" which compiles the image. When I'm done, I'm left with
these two files:
adam@ubuntu:~/openwrt/attitude_adjustment$ l
Hi Hauke,
thanks for picking this up!
Am Do, 13.12.2012, 20:45 schrieb Hauke Mehrtens:
> On 11/11/2012 09:38 PM, Mathias Adam wrote:
>> ping...
>> Am So, 14.10.2012, 21:13 schrieb Mathias Adam:
>>> This patch adds support for Huawei E970 wireless gateway devices. It
ha
Hi,
Am Do, 13.12.2012, 20:59 schrieb Florian Fainelli:
> Le 13/12/2012 20:45, Hauke Mehrtens a écrit :
Changes from previous patch:
* rebased to svn-rev. 33761
* b43 wireless now works out of box (no changes were necessary on my
part)
* modifications according to comm
Hi Hauke,
Am Do, 13.12.2012, 20:55 schrieb Hauke Mehrtens:
> On 11/11/2012 09:38 PM, Mathias Adam wrote:
>> ping...
>>
>> Am So, 14.10.2012, 21:13 schrieb Mathias Adam:
>>>
>>> !strcmp(getvar("status_gpio"), "1")) /* gpio bas
firmware's web interface
Link to the wiki page I've created: <http://wiki.openwrt.org/toh/huawei/e970>
Issue:
* lzma-loader crashes, so gzipped kernel is used. Presumably due to watchdog
reset during kernel decompress.
Signed-off-by: Mathias Adam
---
diff --git a/package/bro
The functionality of mtx-1_wdt could be used on other platforms too.
Huawei E970 being one example (I'll shortly post a patch for it).
drivers/watchdog/mtx-1_wdt.c can be removed after applying the patch.
Signed-off-by: Mathias Adam
---
Can someone please try it on actual hardware?
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
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
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
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
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
Add support for DEVTMPFS, DEVTMPFS_MOUNT, and FHANDLE.
These are needed for systemd.
Signed-off-by: Adam Porter
---
config/Config-kernel.in | 13 +
1 file changed, 13 insertions(+)
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index c253959..84081c4 100644
--- a
From: Adam Serbinski
The C7v2 has 16 MB flash and QCA9880-BR4A rev 2 supported by ath10k
driver. The C7v1 had 8 MB flash and the unsupported QCA9880-AR1A rev 1.
Signed-off-by: Adam Serbinski
---
target/linux/ar71xx/generic/profiles/tp-link.mk | 11 +++
target/linux/ar71xx/image
From: Adam Serbinski
The C7v2 has 16 MB flash and QCA9880-BR4A rev 2 supported by ath10k driver. The
C7v1 had 8 MB flash and the unsupported QCA9880-AR1A rev 1.
Signed-off-by: Adam Serbinski
---
target/linux/ar71xx/generic/profiles/tp-link.mk | 11 +++
target/linux/ar71xx/image
This adds support for building the Exim MTA as a package. The standard options
are configurable through the menuconfig system, with support in place for some
of the more advanced options (currently flagged as BROKEN), should someone wish
to add support for those in future.
Signed-off-by: Adam
I would love to see more of the features for the ar8xxxN switches added to
openwrt.
If I understand the question correctly, you just have to send the patches to
this mailing list as described here:
https://dev.openwrt.org/wiki/SubmittingPatches
Correctly submitted patches will end up here (
ht
Guys if you need a guinea pig for testing the WNDR4300's I am happy to assist.
Since introducing the sysupgrade features, upon a router reboot all settings
are restored to factory defaults.
Also, is this mail list a channel that reaches most or all developers?
__
Geez, it must be true that you should only sleep when you're dead...damn Aussie
time zones...
I'll test with latest trunk as well & will confirm. But looks promising!
-Original Message-
From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf
Of Paul Blazejowski
ectly
for it; that should eliminate any mistakes that have been overlooked.
Easy to do.
Will run the router for a few hours on the test bench and do some
traffic through it, should that play nice then it's problems resolved on
my end :)
Cheers
Adam
On 25/06/14 13:14, Paul Blazejows
t; during the build which should work just fine. The problem I
have is when I remove completely or strip out all the the actions from
"define Package/pianobar/install", the package fails to build with the
error:
make[2]: Nothing to be done for `compile'.
Can you clarify what is expec
Signed-off-by: Adam Porter
Index: target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig
===
--- target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig (revision 28313)
+++ target/linux/ramips/files/arch/mips/ralink/rt305x
Hi,
I'm not sure what Jonas is referencing when he says that quilt does not work
in mac80211. It works fine.
# make package/mac80211/{clean,prepare} V=99 QUILT=1
# cd build_dir/linux-ar71xx_generic/compat-wireless-2011-08-10/
# quilt push -a
# quilt new my_changes.patch
# quilt edit drivers/net/w
To address your actual question (sorry, I meant for the first reply to be in
your other thread, though it is related), when you make clean a package it
will remove the source from build_dir and extract the tarball from dl. So,
if you make any changes to the extracted and patched source directly in
nd / or input would be appreciated. As I said, this is my
first crack at working with OpenWRT so there's a possibility I did something
incorrect.
Thanks in advance,
Adam
radvd.init.patch
Description: Binary data
___
openwrt-devel
Hmm, it seems the process is dying when the hotplug script is activated. The
HUP signal is terminating it when running with "-u". Back the drawing board
here. Sorry for the premature email.
On Oct 8, 2011, at 2:17 PM, Adam Gensler wrote:
> All,
>
> This is my first try at
names. Normally I wouldn't use them as such,
however, I did so to keep my additions inline with the rest of radvd.init.
In any case, there's still some more work to be done such that unprivileged
radvd plays nice with hotplug. I'm investigating further.
Thanks,
Adam
On Oct
Are you building a new firmware image after recompiling mac80211?
Rebuilding one package does not update the firmware image. Besides, using
whole firmware images is a slow process... why not use the kmod-ath9k
package (which is updated after you rebuild the package) and install it via
opkg? Built
ocesses, as previously mentioned:
root@alix:~# ps | grep radvd
2208 root 564 Sradvd -u nobody -C /var/etc/radvd.conf -m stderr_sysl
2211 nobody 564 Sradvd -u nobody -C /var/etc/radvd.conf -m stderr_sysl
Thanks,
Adam
On Oct 8, 2011, at 2:45 PM, Adam Gensler wrote:
> Hmm, it s
ision 28379)
+++ radvd.hotplug (working copy)
@@ -1,5 +1,5 @@
#!/bin/sh
if [ "$ACTION" = ifup ]; then
- killall -HUP radvd 2>/dev/null
+start-stop-daemon -q -K -s HUP -p /var/run/radvd/radvd.pid
fi
Again, any input is appreciated.
Thanks,
Adam
On Oct 8, 2011
+PKG_VERSION:=4.2.6p4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/
-PKG_MD5SUM:=59876a9009b098ff59767ee45a88ebd2
+PKG_MD5SUM:=1447121a07b49361677ffda4f6e29527
It builds and functions fine as far as I can tell.
Adam
1 - 100 of 138 matches
Mail list logo