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
---
diff --git a/target/linux/generic/files/crypto/ocf/random.c
b/target/linux/generic/fi
This patch updates kamailio3 to it's latest version
Signed-off-by: Jiri Slachta
Index: net/kamailio3/Makefile
===
--- net/kamailio3/Makefile (revision 35175)
+++ net/kamailio3/Makefile (working copy)
@@ -1,5 +1,5 @@
#
-# Co
* Nguyễn Hồng Quân [16.01.2013 11:55]:
> I'm trying the last option: serial port. But what I got in Terminal
> is all non-printable characters. Do you have experience in this?
> Maybe one of signal lines is erroneous?
http://wiki.openwrt.org/doc/hardware/port.serial#finding.serial.console
you a
Hello
On Wed 16 Jan 2013 06:06:09 PM ICT, Bastian Bittorf wrote:
http://wiki.openwrt.org/doc/hardware/port.serial#finding.serial.console
you are lucky! i'am ill at the moment and have time to
debrick an old dir300 via serial today. will post my experience.
Thanks in advance.
I determined seria
* Nguyễn Hồng Quân [16.01.2013 13:15]:
> I determined serial pins based on
> http://wiki.openwrt.org/toh/d-link/dir-300#serial.port.jp1
here it is working out of the box:
screen /dev/ttyS0 9600
the board needs some time to boot the bootloader,
really slow 8-)
what wondered me: if a DHCP is ru
* Hauke Mehrtens [06.01.2013 18:34]:
> >> General setup:
> >> ---> [*] Support for paging of anonymous memory (swap)
again poking for this, i dont know how to check,
but e.g. for platform "atheros" this is not set,
so it is not possible to install zram-swap on those
devices.
the string for the
Fixing a couple build failures: perf was looking for libbfd, and libdw
was looking for libbz2.
Signed-off-by: Russell Senior
---
devel/perf/Makefile|2 +-
libs/elfutils/Makefile |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/perf/Makefile b/devel/perf/Ma
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 hardware.
The device has a Broadcom BCM5354 SoC and a built-in 3G USB modem.
It uses a hardwa
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? I've verifi
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
---
net/cups/Makefil
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
---
net/wprobe/src/kernel/wprobe-core.c |8
1 files changed, 4 inse
This patch updates less to 457.
Signed-off-by: Peter Wagner
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
This patch updates less to 457.
Signed-off-by: Peter Wagner diff --git a/utils/less/Makefile b/utils/less/Makefile
index 2e9f3fa..c638c20 100644
--- a/utils/less/Makefile
+++ b/utils/less/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=less
-PKG_VERSION:=444
+PKG_VERSION:=457
Hello Bastian,
On Wed 16 Jan 2013 07:42:02 PM ICT, Bastian Bittorf wrote:
* Nguyễn Hồng Quân [16.01.2013 13:15]:
I determined serial pins based on
http://wiki.openwrt.org/toh/d-link/dir-300#serial.port.jp1
here it is working out of the box:
screen /dev/ttyS0 9600
the board needs some time
Hello all
Can I flash from DD-WRT to OpenWrt for ASUS RT-N13U B1
(http://wiki.openwrt.org/toh/asus/rt-n13u) without serial access?
In the past, I flashed from stock firmware to DD-WRT using Asus
Restoration Utility. This tool uses a single firmware file, while
OpenWrt provides two files (squ
if the router is supported; access ddwrt via ssh and then
cd /tmp ;
wget http://url.to.openwrt.image.bin ;
mtd -r openwrt-image.bin linux
or
mtd -r openwrt-image.trx linux
On 01/16/13 21:52, Nguyễn Hồng Quân wrote:
Hello all
Can I flash from DD-WRT to OpenWrt for ASUS RT-N13U B1
(http://wik
Thank HeXiLeD,
Is there a way to determine which file is right?
After building firmware, I see these files:
- openwrt-ramips-rt305x-root.squashfs
- openwrt-ramips-rt305x-rt-n13u-squashfs-sysupgrade.bin
- openwrt-ramips-rt305x-uImage.bin
- openwrt-ramips-rt305x-vmlinux.bin
Sometimes, there is also
> "Nguyễn" == Nguyễn Hồng Quân writes:
Nguyễn> Thank HeXiLeD, Is there a way to determine which file is
Nguyễn> right? After building firmware, I see these files: -
Nguyễn> openwrt-ramips-rt305x-root.squashfs -
Nguyễn> openwrt-ramips-rt305x-rt-n13u-squashfs-sysupgrade.bin -
Nguyễn> openwrt-r
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
---
net/nginx/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/nginx/Makefile b/
Added missing libao dependency. Would not build for me without it.
Signed-off-by: Russell Senior
---
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
--- a/sound/sox/Makefile
+++ b/sound
Signed-off-by: Russell Senior
---
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/Makefile
@@ -9,12 +9,12 @@ inc
manually specify vapidirs in staging_dir
correct libgupnp-vala package name in depends
Signed-off-by: Andy Leiserson
---
For prior discussion, see http://patchwork.openwrt.org/patch/2524/, this
eliminates the need for that patch.
I am having problems with audio output using the latest trunk, whi
Though originally contained in the patch applied in r35020, the move to 3.7 in
r34845 lost the kernel .config option. Reintroduce it to config-3.7.
Signed-off-by: Daniel Golle
---
target/linux/ramips/rt288x/config-3.7 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ramips/rt288x
23 matches
Mail list logo