kirkwood: refresh kernel config
Signed-off-by: Luka Perkov
---
diff --git a/target/linux/kirkwood/config-default
b/target/linux/kirkwood/config-default
index 07352f4..76ae99c 100644
--- a/target/linux/kirkwood/config-default
+++ b/target/linux/kirkwood/config-default
@@ -1,22 +1,24 @@
CONFIG_A
kirkwood: add RaidSonic ICY BOX IB-NAS62x0 board
Signed-off-by: Luka Perkov
---
diff --git a/target/linux/kirkwood/config-default
b/target/linux/kirkwood/config-default
index a0d7e94..07352f4 100644
--- a/target/linux/kirkwood/config-default
+++ b/target/linux/kirkwood/config-default
@@ -84,6 +
kirkwood: introduce files folder in order to simplify patches
Signed-off-by: Luka Perkov
---
diff --git
a/target/linux/kirkwood/files/arch/arm/mach-kirkwood/iconnect-setup.c
b/target/linux/kirkwood/files/arch/arm/mach-kirkwood/iconnect-setup.c
new file mode 100644
index 000..1915caa
--- /d
kirkwood: add ubifs support
Signed-off-by: Luka Perkov
---
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile
index 426ffd2..81afaf5 100644
--- a/target/linux/kirkwood/Makefile
+++ b/target/linux/kirkwood/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
B
kirkwood: kernel upgrade to 3.2.9
Signed-off-by: Luka Perkov
---
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile
index 06b6fc7..426ffd2 100644
--- a/target/linux/kirkwood/Makefile
+++ b/target/linux/kirkwood/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2009-2011 Open
In this patch series you can find kirkwood patches for:
* kernel upgrade to 3.2.9
* add ubifs support
* introduce files folder in order to simplify patches
* add RaidSonic ICY BOX IB-NAS62x0 board
* refresh kernel config
Luka
___
openwrt-devel mail
This patch updates busybox to 1.19.4 and refreshes all patches.
Signed-off-by: Peter Wagner
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 41e7d40..af27df0 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
On 03/12/2012 08:31 AM, Tathagata Das wrote:
> Hi Hauke,
> That code works on my device as well. Attached is the updated kernel patch
> to support brcm47xx BCMA NAND flash.
>
> Regards,
> Tatha
>
> -Original Message-
> From: Hauke Mehrtens [mailto:ha...@hauke-m.de]
> Sent: 10 March 201
On 14/03/12 18:02, Felix Fietkau wrote:
On 2012-03-14 6:14 PM, Christian Gagneraud wrote:
Hi all,
I'm having trouble with my condif-default's.
I have 2 config-default:
target/linux/at91/config-default
target/linux/at91/tmbbv3/config-default
when I do "make target/linux/{clean,prepare} V=99 QUI
Hi,
A change in trunk over the last couple of weeks has broken for my
router. It seems like the switch doesn't get setup properly now. I can
only connect at 10mbit most of the time now, as well the connection will
freeze, usually when I try to run ifconfig, or use luci. logread also
hangs the conn
On 2012-03-14 6:14 PM, Christian Gagneraud wrote:
> Hi all,
>
> I'm having trouble with my condif-default's.
> I have 2 config-default:
> target/linux/at91/config-default
> target/linux/at91/tmbbv3/config-default
>
> when I do "make target/linux/{clean,prepare} V=99 QUILT=1", my kernel is
> conf
Hi all,
I'm having trouble with my condif-default's.
I have 2 config-default:
target/linux/at91/config-default
target/linux/at91/tmbbv3/config-default
when I do "make target/linux/{clean,prepare} V=99 QUILT=1", my kernel is
configured correctly, by that I mean that my subtarget config-default i
Hi Jow!
Thanks! I'll try to keep contribute...
matsuk
2012/3/14 Jo-Philipp Wich :
> Hi,
>
> new languages must be enabled by an administrator in the wiki.
> I added japanese now, it should get offered as choice in the sidebar as
> soon as you login.
>
> HTH,
> Jow
> _
Hi,
new languages must be enabled by an administrator in the wiki.
I added japanese now, it should get offered as choice in the sidebar as
soon as you login.
HTH,
Jow
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.o
New packages for running flexget on Openwrt.
Signed-off-by: woojae, park
---
Index: feeds/packages/lang/pysqlalchemy/Makefile
===
--- feeds/packages/lang/pysqlalchemy/Makefile (revision 0)
+++ feeds/packages/lang/pysqlalchemy/Makef
Signed-off-by: Christian Gagneraud
--- a/package/kernel/modules/hwmon.mk
+++ b/package/kernel/modules/hwmon.mk
@@ -103,6 +103,19 @@ endef
$(eval $(call KernelPackage,hwmon-lm95241))
+define KernelPackage/hwmon-sht21
+ TITLE:=Sensiron SHT21 and compat. monitoring support
+ KCONFIG:=CONFIG_S
It has been added at the end of other.mk as i couldn't find a better place
for it.
Signed-off-by: Christian Gagneraud
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -872,3 +872,21 @@ endef
$(eval $(call KernelPackage,nandsim))
+define KernelPackage/serial-82
This kmod has been certainly added by copy/paste but the title and
description were not updated. Fix that.
The DS2433 is a 1 wire 4kb eeprom with CRC capability.
Signed-off-by: Christian Gagneraud
--- a/package/kernel/modules/w1.mk
+++ b/package/kernel/modules/w1.mk
@@ -127,7 +127,7 @@ endef
$
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
The DS2431 is a 1 wire 1kb eeprom.
Signed-off-by: Christian Gagneraud
--- a/package/kernel/modules/w1.mk
+++ b/package/kernel/modules/w1.mk
@@ -112,6 +112,19 @@ endef
$(eval $(call KernelPackage,w1-slave-smem))
+define KernelPackage/w1-slave-ds2431
+ TITLE:=DS2431 1kb EEPROM driver
+ KCON
Hi list!
I've working to translate luci for japanese languages sometimes. Today I
considerate to translate openwrt's wiki pages too.
But I couldn't add and find how to add new languages to translations tabs
of openwrt's wiki.
Please guide me how to add..
Thanks!
matsuk
___
Signed-off-by: Viktar Palstsiuk
---
package/mac80211/Makefile | 94 +++-
1 files changed, 91 insertions(+), 3 deletions(-)
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index d2f568f..c1213da 100644
--- a/package/mac80211/Makefile
++
22 matches
Mail list logo