Hi, This is a patch against AA which fixes it for us:
wpa_supplicant: fix beacon_int configuration option
wpa_supplicant expects beacon_int instead of beacon_interval in its
config file.
diff --git a/package/hostapd/files/wpa_supplicant.sh
b/package/hostapd/files/wpa_supplicant.sh
index 0b5
I have encountered the following error while trying to patch the file:
patching file attitude_adjustment/package/hostapd/files/wpa_supplicant.sh
Hunk #1 FAILED at 119.
Hunk #2 FAILED at 163.
2 out of 2 hunks FAILED -- saving rejects to file
attitude_adjustment/package/hostapd/files/wpa_supplicant.
Add PATH in case it is missing (e.g. when executing the script from
ssh, like "ssh IP /etc/init.d/cron restart").
Signed-off-by: Bruno Randolf
---
package/busybox/files/cron | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/busybox/files/cron b/package/busybox/files/cron
index 465b1a
Mark as essential to prevent removal from a running system.
Signed-off-by: Bruno Randolf
---
package/base-files/Makefile | 1 +
package/kernel/Makefile | 2 +-
package/opkg/Makefile | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/base-files/Makefile b/packa
Hi,
Here are some patches for the 12.09 AA branch, some of which we have been
carrying along in our internal version for quite some while now.
Bruno Randolf (9):
cron: improve init script
mark base-files, kernel, opkg as essential packages
mkfwimage: Increase RSPRO maximum size to 0xF0
RSPRO has 16MiB of Flash, using the following layout:
[2.93] 0x-0x0003 : "RedBoot"
[2.94] 0x0003-0x0013 : "kernel"
[2.95] 0x0013-0x00ff : "rootfs"
[2.96] 0x00ff-0x00fff000 : "FIS directory"
[2.97000
From: Kentaro Matsuyama
Some PPP connections don't use a dedicated IP, instead an IP address of another
local interface is "reused" on the PPP interface.
Some Internet providers require this, since their PPPoE server pushes the
network address when routing multiple IPs, and some customers want t
A similar change was recently merged in iw commit
58b46da26ab9b5ff31c7033e175351eb1301d9af
Signed-off-by: Bruno Randolf
---
package/iw/patches/140-freq-11j.patch | 85 +++
1 file changed, 85 insertions(+)
create mode 100644 package/iw/patches/140-freq-11j.patch
TARGET_x86_generic_Soekris48xx is not defined,
CONFIG_TARGET_x86_generic_Soekris48xx is
This changes makes it possible to override the network config for soekris
net48xx
and net45xx targets.
Signed-off-by: Bruno Randolf
---
target/linux/x86/base-files.mk | 2 +-
1 file changed, 1 insertion(+),
Fix kernel warning when using iwconfig for configuring ad-hoc mode, e.g.
"iwconfig wlan0 essid test channel 1"
[ 1003.46] WARNING: at
/home/taka/openwrt-12.09/openwrt-rsp/build_dir/linux-ar71xx_generi
c/compat-wireless-2013-06-27/net/wireless/chan.c:373
cfg80211_chandef_usable+0x50/0x21c [cf
Backport and fix upstream commit 12d6d41276def096cb3f7dc36f438db9ed6a0a8d for
scx200_hrt to avoid warnings like below on Soekris net48xx boards.
[ 13.310053] [ cut here ]
[ 13.310053] WARNING: at kernel/time/timekeeping.c:863 do_timer+0x6bc/0x880()
[ 13.310053] Adjust
The patch disables the upgrade "all packages" feature of opkg, by removing the
patch we enable "opkg upgrade" to upgrade all new packages. As noted in the
OpenWRT wiki, this feature has to be used with caution, especially with
SquashFS file systems, but it works really well with writable filesystem
wpa_supplicant expects beacon_int instead of beacon_interval in its config
file.
Signed-off-by: Bruno Randolf
---
package/hostapd/files/wpa_supplicant.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/hostapd/files/wpa_supplicant.sh
b/package/hostapd/files/wpa
On 10/10/2013 11:28 AM, cmsv wrote:
I have encountered the following error while trying to patch the file:
patching file attitude_adjustment/package/hostapd/files/wpa_supplicant.sh
Hunk #1 FAILED at 119.
Hunk #2 FAILED at 163.
2 out of 2 hunks FAILED -- saving rejects to file
attitude_adjustment
Signed-off-by: Bruno Randolf
---
libs/libgphoto2/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/libgphoto2/Makefile b/libs/libgphoto2/Makefile
index cc45ece..e31b30a 100644
--- a/libs/libgphoto2/Makefile
+++ b/libs/libgphoto2/Makefile
@@ -37,7 +37,7 @@ endef
Signed-off-by: Bruno Randolf
---
net/ddns-scripts/Makefile | 2 ++
net/ddns-scripts/files/etc/init.d/ddns | 12
2 files changed, 14 insertions(+)
create mode 100644 net/ddns-scripts/files/etc/init.d/ddns
diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefi
Here some patches against AA 12.09 packages...
Bruno Randolf (7):
libgphoto2 depends on libusb, not libusb-1.0
LIBCONFIG: enabling c++ support (lconfig++).
ddns-scripts: add init script
pptpd: Add uci configuration for PPTPD.
pptpd: remove IP in options.pptp
isc-dhcp: dhcrelay: add UCI
Signed-off-by: Bruno Randolf
---
libs/libconfig/Makefile | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/libs/libconfig/Makefile b/libs/libconfig/Makefile
index f56de43..5eb0ed8 100644
--- a/libs/libconfig/Makefile
+++ b/libs/libconfig/Makefile
@@ -42,20 +42,24 @@ endef
Signed-off-by: Bruno Randolf
---
net/isc-dhcp/Makefile | 6 +++--
net/isc-dhcp/files/dhcrelay.config | 15 +++
net/isc-dhcp/files/dhcrelay.init | 51 ++
3 files changed, 70 insertions(+), 2 deletions(-)
create mode 100644 net/isc-dhcp/f
RFC3527 link selection sub-option is used to select the "uplink" interface of
dhcrelay in cases where the DHCP server does not know how to reach the dhcrelay
based on the DHCP range. This can happen in weird network configurations like
Mesh networks.
Signed-off-by: Bruno Randolf
---
net/isc-dhcp
Signed-off-by: Bruno Randolf
---
net/pptpd/Makefile| 3 +++
net/pptpd/files/pptpd.init| 41 +++--
net/pptpd/files/pptpd.uciconf | 8
3 files changed, 50 insertions(+), 2 deletions(-)
create mode 100644 net/pptpd/files/pptpd.uciconf
ppp has obsoleted this option (as of v2.4.3-7) according to
http://wiki.openwrt.org/doc/howto/vpn.server.pptpd
Signed-off-by: Bruno Randolf
---
net/pptpd/files/options.pptpd | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/pptpd/files/options.pptpd b/net/pptpd/files/options.pptpd
index 5dd
Please forget this patch, it is slightly incompatible with the version
that already exists in trunk... I will update trunk instead.
bruno
On 10/10/2013 01:16 PM, Bruno Randolf wrote:
Signed-off-by: Bruno Randolf
---
net/isc-dhcp/Makefile | 6 +++--
net/isc-dhcp/files/dhcrelay
>From bf8914ee8dc72dbe289c4383388b66a7f2acb81c Mon Sep 17 00:00:00 2001
From: Thommas Heil
Date: Thu, 10 Oct 2013 14:33:45 +0200
Subject: package: bind - update to 9.9.4-1 - refresh patches - disable
ecdsa -
Signed-off-by: Thommas Heil
---
net/bind/Makefile |5 ++-
Hello Bruno.
Are these patches backports from trunk? If not please rebase them on
current trunk so we can apply them there and backport to 12.09 afterwards.
~ Jow
signature.asc
Description: OpenPGP digital signature
___
openwrt-devel mailing list
ope
Applied in r38353 with slightly modified commit message.
Thanks.
~ Jow
signature.asc
Description: OpenPGP digital signature
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
* Bastian Bittorf [08.10.2013 09:24]:
> Decompressing kernel... failed, data error!
>
> System halted!
>
>
> it's clear, that in this stage we cannot make use of
> kernel features (e.g. panic_on_oops), because there is
> no kernel yet 8-) IMHO we should enforce a reboot in this
On 10/10/2013 02:50 PM, Jo-Philipp Wich wrote:
Are these patches backports from trunk? If not please rebase them on
current trunk so we can apply them there and backport to 12.09 afterwards.
I made the patches originally for 12.09. I am now forward-porting them
to trunk, but due to the folder
Applied in r38356 - thanks!
~ Jow
signature.asc
Description: OpenPGP digital signature
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
Hi,
I'm having a problem with getting and freeing GPIOs. Please have a look at
this simple module:
-8<
#include
#include
#include
#include
#define DRV_NAME "GPIO Test"
#define PFX DRV_NAME ": "
#define GPIO_TEST_PIN 12
static int __
Applied in r38357 with slightly modified commit message and changed
source url.
~ Jow
signature.asc
Description: OpenPGP digital signature
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinf
I do not understand the purpose of this patch.
Can you outline such a callsite which is attempting to read the type
attribute?
~ Jow
signature.asc
Description: OpenPGP digital signature
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
ht
Hi Paul.
> I'd really like to hear from whoever is maintaining
> the build recipe and patches for opkg within OpenWRT to ensure that we
> help each other out rather than stepping on each others toes.
That would be me. I already planned to give current opkg git a try soon
and see how we can merge o
Applied in r38358 - thanks!
~ Jow
signature.asc
Description: OpenPGP digital signature
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
Here is that same patch, but against current trunk.
On Thu, Oct 10, 2013 at 6:02 AM, Bruno Randolf wrote:
> wpa_supplicant expects beacon_int instead of beacon_interval in its config
> file.
>
> Signed-off-by: Bruno Randolf
> ---
> package/hostapd/files/wpa_supplicant.sh | 6 +++---
> 1 file
Hi cmsv,
Bruno's patch seems to have had its tab spacing munged in transit, which is
why the patch failed. I'm attaching a Gzipped version of that same patch,
against AA r38347, which should apply cleanly to your build tree.
As for leaving beacon_int unspecified, that would tell the driver to us
Here I'm resending the patches which still apply to trunk from my previous
series which was for AA.
Bruno Randolf (8):
mark base-files, kernel, opkg as essential packages
mkfwimage: Increase RSPRO maximum size to 0xF0 (15 MiB)
opkg: remove patch which disables "upgrade all"
iw: add pat
Mark as essential to prevent removal from a running system.
Signed-off-by: Bruno Randolf
---
package/base-files/Makefile | 1 +
package/kernel/linux/Makefile | 2 +-
package/system/opkg/Makefile | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/base-files/Makefile b
The patch disables the upgrade "all packages" feature of opkg, by removing
the patch we enable "opkg upgrade" to upgrade all new packages. As noted in the
OpenWRT wiki, this feature has to be used with caution, especially with
SquashFS file systems, but it works really well with writable filesystem
wpa_supplicant expects beacon_int instead of beacon_interval in its config
file.
Signed-off-by: Bruno Randolf
---
package/network/services/hostapd/files/wpa_supplicant.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/network/services/hostapd/files/wpa_supplica
RSPRO has 16MiB of Flash, using the following layout:
[2.93] 0x-0x0003 : "RedBoot"
[2.94] 0x0003-0x0013 : "kernel"
[2.95] 0x0013-0x00ff : "rootfs"
[2.96] 0x00ff-0x00fff000 : "FIS directory"
[2.97000
A similar change was recently merged in iw commit
58b46da26ab9b5ff31c7033e175351eb1301d9af
Signed-off-by: Bruno Randolf
---
.../network/utils/iw/patches/140-freq-11j.patch| 85 ++
1 file changed, 85 insertions(+)
create mode 100644 package/network/utils/iw/patches/140-fr
Some PPP connections don't use a dedicated IP, instead an IP address of another
local interface is "reused" on the PPP interface.
Some Internet providers require this, since their PPPoE server pushes the
network address when routing multiple IPs, and some customers want to use it to
save IP addres
Signed-off-by: Bruno Randolf
---
package/libs/libconfig/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/libs/libconfig/Makefile b/package/libs/libconfig/Makefile
index 5ade648..8723e36 100644
--- a/package/libs/libconfig/Makefile
+++ b/package/libs/libconfi
TARGET_x86_generic_Soekris48xx is not defined,
CONFIG_TARGET_x86_generic_Soekris48xx is
This changes makes it possible to override the network config for soekris
net48xx
and net45xx targets.
Signed-off-by: Bruno Randolf
---
target/linux/x86/base-files.mk | 2 +-
1 file changed, 1 insertion(+),
Hi,
On 10 October 2013 20:16, Bruno Randolf wrote:
> Signed-off-by: Bruno Randolf
> ---
> net/pptpd/Makefile| 3 +++
> net/pptpd/files/pptpd.init| 41 +++--
> net/pptpd/files/pptpd.uciconf | 8
> 3 files changed, 50 insertions(+), 2
Hi,
On 10 October 2013 19:02, Bruno Randolf wrote:
> Add PATH in case it is missing (e.g. when executing the script from
> ssh, like "ssh IP /etc/init.d/cron restart").
>
> Signed-off-by: Bruno Randolf
> ---
> package/busybox/files/cron | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a
I think the new gpio driver(after r38026(include)) of ramips platform has
some bugs, after i set uartf to "gpio uartf" mode, i can't export any gpio.
Maybe there are some relationship between this error and mine.
root@OpenWrt:/sys/class/gpio# echo 1 > export
[ 1056.70] rt2880-pinmux pinctrl.1:
Which version of trunk do you use? After i downgrade to r38025, all things
work fine.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
On Thu, 10 Oct 2013 16:52:23 +0200
Jo-Philipp Wich wrote:
> I do not understand the purpose of this patch.
> Can you outline such a callsite which is attempting to read the type
> attribute?
>
> ~ Jow
>
Here are the places in luci that I am aware of:
libs/core/luasrc/model/network.lua
50 matches
Mail list logo