openwrt.git
15 years agoSupport encrypted WDS connections (#2463)
florian [Sat, 9 Aug 2008 00:18:25 +0000 (00:18 +0000)]
Support encrypted WDS connections (#2463)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12251 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd support for appending a file to jffs2 during reflash on the fly
nbd [Fri, 8 Aug 2008 22:43:19 +0000 (22:43 +0000)]
add support for appending a file to jffs2 during reflash on the fly

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12250 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agopackage iproute2 has problems building on recent BSD-derived platforms
florian [Fri, 8 Aug 2008 21:49:17 +0000 (21:49 +0000)]
package iproute2 has problems building on recent BSD-derived platforms
because some programs to be run on the host use malloc.h in an
incompatible way.

package/iproute2/patches/004-darwin_fixes.patch has a fix for Darwin,
however the fix can be made to work on other BSD platforms
by changing the patch as below.

I think a similar approach should work for other BSD-derived platforms,
replacing the
#ifndef __APPLE__
with
#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(...)

or perhaps even with just

#ifdef __linux__

if the set of platforms where malloc.h is ok is small or restricted
to just linux

In any case, the patch is below. (#3869)
Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12249 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoInvert logic, first search for find as most people will build under Linux
florian [Fri, 8 Aug 2008 21:48:15 +0000 (21:48 +0000)]
Invert logic, first search for find as most people will build under Linux

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12248 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoipkg-build calls 'find' directly irrespective of the platform,
florian [Fri, 8 Aug 2008 21:33:53 +0000 (21:33 +0000)]
ipkg-build calls 'find' directly irrespective of the platform,
this causes failure in case gnu-find specific options are used
(such as "-uid +99").

The attached diff, which creates tools/ipkg-utils/patches/160-find.patch,
fixes the problem by using gfind is available. Again, this is similar
to what is done in include/host.mk. (#3868)

Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12247 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoscripts/feeds calls 'make' irrespective of the platform it is
florian [Fri, 8 Aug 2008 21:30:08 +0000 (21:30 +0000)]
scripts/feeds calls 'make' irrespective of the platform it is
running on. The attached patch changes the code to use gmake
if available (which should cover non-linux platforms, and is
the same logic used to adapt other programs in include/host.mk) (#3867)

Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12246 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofixes kernel oops when reset button was pressed too often on atheros
blogic [Fri, 8 Aug 2008 14:12:04 +0000 (14:12 +0000)]
fixes kernel oops when reset button was pressed too often on atheros

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12245 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoupgrade ppc44x to 2.6.26.2
kaloz [Thu, 7 Aug 2008 21:05:32 +0000 (21:05 +0000)]
upgrade ppc44x to 2.6.26.2

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12244 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoupgrade ppc40x to 2.6.26.2 as well
kaloz [Thu, 7 Aug 2008 20:11:16 +0000 (20:11 +0000)]
upgrade ppc40x to 2.6.26.2 as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12243 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] update to 2.6.25.15 and 2.6.26.2
juhosg [Thu, 7 Aug 2008 16:52:52 +0000 (16:52 +0000)]
[kernel] update to 2.6.25.15 and 2.6.26.2

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12242 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd basic interface alias support.
nbd [Thu, 7 Aug 2008 15:28:48 +0000 (15:28 +0000)]
add basic interface alias support.
for now (since we don't use ip in our network scripts yet), it adds :1, :2, ... alias interfaces
this will change when we add support for the ip utility, but the config format will remain the same.
example:

config alias     test
option interface lan
option ipaddr    192.168.1.1
option netmask   255.255.0.0

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12241 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAdd 11gdt, 11adt, 11ast and fh modes (#3824)
florian [Thu, 7 Aug 2008 15:28:07 +0000 (15:28 +0000)]
Add 11gdt, 11adt, 11ast and fh modes (#3824)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12240 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[adm5120] add 2.6.26 specific files
juhosg [Thu, 7 Aug 2008 13:50:02 +0000 (13:50 +0000)]
[adm5120] add 2.6.26 specific files

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12239 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoupdate luci feed url to use http due to certificate issues
cyrus [Thu, 7 Aug 2008 13:26:10 +0000 (13:26 +0000)]
update luci feed url to use http due to certificate issues

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12238 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadded support for the timer-trigger to uci LED support
cyrus [Thu, 7 Aug 2008 11:01:46 +0000 (11:01 +0000)]
added support for the timer-trigger to uci LED support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12236 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAdd missing kernel configuration options since the SLUB allocator switch
florian [Thu, 7 Aug 2008 10:20:36 +0000 (10:20 +0000)]
Add missing kernel configuration options since the SLUB allocator switch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12235 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[adm5120] add alternative board id for the ZyXEL P-334WT
juhosg [Thu, 7 Aug 2008 08:49:23 +0000 (08:49 +0000)]
[adm5120] add alternative board id for the ZyXEL P-334WT

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12232 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoallow ctrl-c to trigger preinit
mbm [Thu, 7 Aug 2008 07:17:03 +0000 (07:17 +0000)]
allow ctrl-c to trigger preinit

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12231 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomove arch-specific definitions to arch site files
nico [Wed, 6 Aug 2008 23:05:19 +0000 (23:05 +0000)]
move arch-specific definitions to arch site files

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12229 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd ac_cv_file__dev_zero to sitefiles
nbd [Wed, 6 Aug 2008 22:23:24 +0000 (22:23 +0000)]
add ac_cv_file__dev_zero to sitefiles

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12227 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd ssize_t definition to site files, fix up size for x86_64
nbd [Wed, 6 Aug 2008 22:23:21 +0000 (22:23 +0000)]
add ssize_t definition to site files, fix up size for x86_64

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12226 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agouse $(FPIC) in a few places where it matters
nbd [Wed, 6 Aug 2008 22:10:29 +0000 (22:10 +0000)]
use $(FPIC) in a few places where it matters

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12225 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd a variable that contains the proper architecture-dependent -fPIC/-fpic cflag...
nbd [Wed, 6 Aug 2008 22:10:20 +0000 (22:10 +0000)]
add a variable that contains the proper architecture-dependent -fPIC/-fpic cflag for building shared libraries

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12224 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agokexec for powerpc actually only support ps3 or gamecube, not magicbox for instance
florian [Wed, 6 Aug 2008 20:20:02 +0000 (20:20 +0000)]
kexec for powerpc actually only support ps3 or gamecube, not magicbox for instance

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12223 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoand another one
nbd [Wed, 6 Aug 2008 16:14:53 +0000 (16:14 +0000)]
and another one

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12217 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix a small typo
nbd [Wed, 6 Aug 2008 16:13:38 +0000 (16:13 +0000)]
fix a small typo

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12216 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[package] ebtables: useless without kmod-eptables
juhosg [Wed, 6 Aug 2008 15:28:49 +0000 (15:28 +0000)]
[package] ebtables: useless without kmod-eptables

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12214 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd missing gitignore change for build environments
nbd [Wed, 6 Aug 2008 14:34:18 +0000 (14:34 +0000)]
add missing gitignore change for build environments

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12213 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd script for managing 'build environments' (.config+files/), including documentation
nbd [Wed, 6 Aug 2008 14:30:46 +0000 (14:30 +0000)]
add script for managing 'build environments' (.config+files/), including documentation

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12212 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix 'make docs'
nbd [Wed, 6 Aug 2008 14:30:34 +0000 (14:30 +0000)]
fix 'make docs'

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12211 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agocosmetic fix for docs/ prereq check
nbd [Wed, 6 Aug 2008 14:30:24 +0000 (14:30 +0000)]
cosmetic fix for docs/ prereq check

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12210 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[magicbox] sync kernel config, and disable broken ide driver until my CF card arrives
juhosg [Wed, 6 Aug 2008 13:34:45 +0000 (13:34 +0000)]
[magicbox] sync kernel config, and disable broken ide driver until my CF card arrives

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12208 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix make variable overriding for package makefiles on the command line
nbd [Wed, 6 Aug 2008 11:33:26 +0000 (11:33 +0000)]
fix make variable overriding for package makefiles on the command line

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12204 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoremove broken status from uml target
nico [Wed, 6 Aug 2008 09:31:18 +0000 (09:31 +0000)]
remove broken status from uml target

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12202 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[ar71xx] reorder nand partitions on RB-4xx (closes #3852)
juhosg [Wed, 6 Aug 2008 07:33:13 +0000 (07:33 +0000)]
[ar71xx] reorder nand partitions on RB-4xx (closes #3852)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12201 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agospca5xx-le does not work with linux 2.6.26+
nbd [Wed, 6 Aug 2008 01:21:02 +0000 (01:21 +0000)]
spca5xx-le does not work with linux 2.6.26+

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12194 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix qc-usb compile on atheros
nbd [Tue, 5 Aug 2008 23:20:42 +0000 (23:20 +0000)]
fix qc-usb compile on atheros

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12185 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix ov51x-jpeg compile
nbd [Tue, 5 Aug 2008 22:56:34 +0000 (22:56 +0000)]
fix ov51x-jpeg compile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12183 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoinstall libshared into the staging dir (required by wrt-radauth)
nbd [Tue, 5 Aug 2008 22:32:26 +0000 (22:32 +0000)]
install libshared into the staging dir (required by wrt-radauth)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12181 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix nw802-2.4 compile
nbd [Tue, 5 Aug 2008 22:31:32 +0000 (22:31 +0000)]
fix nw802-2.4 compile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12180 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd proper uci/hotplug based button handling on atheros and work around boards, where...
blogic [Tue, 5 Aug 2008 22:17:16 +0000 (22:17 +0000)]
add proper uci/hotplug based button handling on atheros and work around boards, where the gpio release irq does not fire correctly

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12179 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoDuplicate of r12143
florian [Tue, 5 Aug 2008 22:12:01 +0000 (22:12 +0000)]
Duplicate of r12143

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12178 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix inclusion of pim.h like igmpproxy
florian [Tue, 5 Aug 2008 22:06:03 +0000 (22:06 +0000)]
Fix inclusion of pim.h like igmpproxy

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12176 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofixes reset button on atheros platform, ar5312 gpio_irqs will be added later
blogic [Tue, 5 Aug 2008 20:57:38 +0000 (20:57 +0000)]
fixes reset button on atheros platform, ar5312 gpio_irqs will be added later

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12164 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomadwifi: fix crash on ad-hoc interface init
nbd [Tue, 5 Aug 2008 20:53:39 +0000 (20:53 +0000)]
madwifi: fix crash on ad-hoc interface init

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12161 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAdd cdc-acm locking fix from #3836
florian [Tue, 5 Aug 2008 19:43:58 +0000 (19:43 +0000)]
Add cdc-acm locking fix from #3836

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12154 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd missing configure variable to sitefile (required by gstreamer)
nbd [Tue, 5 Aug 2008 19:22:06 +0000 (19:22 +0000)]
add missing configure variable to sitefile (required by gstreamer)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12152 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoreplace config.guess and config.sub properly, even if they are in a subdirectory
nbd [Tue, 5 Aug 2008 18:02:54 +0000 (18:02 +0000)]
replace config.guess and config.sub properly, even if they are in a subdirectory

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12148 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomark mac80211 as broken on avr32
nbd [Tue, 5 Aug 2008 18:02:34 +0000 (18:02 +0000)]
mark mac80211 as broken on avr32

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12147 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd missing kconfig symbol
nbd [Tue, 5 Aug 2008 17:54:45 +0000 (17:54 +0000)]
add missing kconfig symbol

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12145 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix kernel header breakage, which caused a compile error in igmpproxy on big-endian...
nbd [Tue, 5 Aug 2008 17:33:09 +0000 (17:33 +0000)]
fix kernel header breakage, which caused a compile error in igmpproxy on big-endian targets

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12143 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[adm5120] sync kernel config
juhosg [Tue, 5 Aug 2008 17:05:54 +0000 (17:05 +0000)]
[adm5120] sync kernel config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12140 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoatheros: fix setting the gpio interrupt level when registering a gpio interrupt
nbd [Tue, 5 Aug 2008 16:42:43 +0000 (16:42 +0000)]
atheros: fix setting the gpio interrupt level when registering a gpio interrupt

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12139 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoswitch to using the SLUB allocator by default in 2.6.26
nbd [Tue, 5 Aug 2008 16:42:26 +0000 (16:42 +0000)]
switch to using the SLUB allocator by default in 2.6.26

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12138 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix ipkg compilation with ccache, thanks sn9
florian [Tue, 5 Aug 2008 14:04:23 +0000 (14:04 +0000)]
Fix ipkg compilation with ccache, thanks sn9

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12137 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoReinstate rdc bootability and force it to use init=/etc/preinit, thus the remove...
florian [Tue, 5 Aug 2008 13:42:36 +0000 (13:42 +0000)]
Reinstate rdc bootability and force it to use init=/etc/preinit, thus the remove the hackish SetInitramfs actions

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12136 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[adm5120] experimental gpiodev support (closes #3613)
juhosg [Tue, 5 Aug 2008 11:16:46 +0000 (11:16 +0000)]
[adm5120] experimental gpiodev support (closes #3613)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12134 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] modules/gpio_dev: move to drivers/char/ on older kernels as well, and create...
juhosg [Tue, 5 Aug 2008 09:52:23 +0000 (09:52 +0000)]
[kernel] modules/gpio_dev: move to drivers/char/ on older kernels as well, and create a package for it

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12133 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agosome more fixes for wds sta separation
nbd [Tue, 5 Aug 2008 07:19:07 +0000 (07:19 +0000)]
some more fixes for wds sta separation

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12127 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix ocf compile error
nbd [Tue, 5 Aug 2008 01:28:12 +0000 (01:28 +0000)]
fix ocf compile error

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12118 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agorefresh atheros config, add missing symbols to generic 2.6.26 config
nbd [Tue, 5 Aug 2008 01:16:48 +0000 (01:16 +0000)]
refresh atheros config, add missing symbols to generic 2.6.26 config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12117 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoonly build avr32 u-boot if requested, fixes build failure in default config
nbd [Tue, 5 Aug 2008 01:01:27 +0000 (01:01 +0000)]
only build avr32 u-boot if requested, fixes build failure in default config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12116 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoupdate opkg to 4564, fixes a couple of memory leaks
thepeople [Tue, 5 Aug 2008 00:48:44 +0000 (00:48 +0000)]
update opkg to 4564, fixes a couple of memory leaks

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12115 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomove json-c to packages feed
blogic [Tue, 5 Aug 2008 00:34:30 +0000 (00:34 +0000)]
move json-c to packages feed

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12114 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoEOF for fonera-mp3 packages
blogic [Tue, 5 Aug 2008 00:33:04 +0000 (00:33 +0000)]
EOF for fonera-mp3 packages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12113 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoetrax should not select foxboard-utils by default as the package is now in the packag...
blogic [Tue, 5 Aug 2008 00:31:39 +0000 (00:31 +0000)]
etrax should not select foxboard-utils by default as the package is now in the packages feed

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12112 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomove foxboard utils to packages feed
blogic [Tue, 5 Aug 2008 00:30:41 +0000 (00:30 +0000)]
move foxboard utils to packages feed

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12111 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd prereq check for python
nbd [Mon, 4 Aug 2008 23:59:18 +0000 (23:59 +0000)]
add prereq check for python

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12110 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix a small bug in the recursive dependency lookup for generated menuconfig files
nbd [Mon, 4 Aug 2008 23:43:13 +0000 (23:43 +0000)]
fix a small bug in the recursive dependency lookup for generated menuconfig files

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12107 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomake package prereq checks behave more like build prereq checks (first check all...
nbd [Mon, 4 Aug 2008 23:15:17 +0000 (23:15 +0000)]
make package prereq checks behave more like build prereq checks (first check all, then fail if necessary), also make them less verbose

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12106 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd uci led support
blogic [Mon, 4 Aug 2008 22:56:46 +0000 (22:56 +0000)]
add uci led support
- /etc/config/system can hold led info which is applied at boot
- adds /sbin/led.sh to set/clear leds via a name defined in /etc/config/system

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12104 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoscripts/feeds: properly handle virtual packages as well, use the first available...
nbd [Mon, 4 Aug 2008 22:22:43 +0000 (22:22 +0000)]
scripts/feeds: properly handle virtual packages as well, use the first available provider by default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12103 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoscripts/feeds: fix some installation warnings for locally installed packages
nbd [Mon, 4 Aug 2008 22:22:29 +0000 (22:22 +0000)]
scripts/feeds: fix some installation warnings for locally installed packages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12102 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix scripts/feeds dependency lookup: process deps for all virtual packages of a src...
nbd [Mon, 4 Aug 2008 22:03:28 +0000 (22:03 +0000)]
fix scripts/feeds dependency lookup: process deps for all virtual packages of a src package that belongs to the package that the user wants to install

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12101 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago- bump atheros to .26
blogic [Mon, 4 Aug 2008 21:22:00 +0000 (21:22 +0000)]
- bump atheros to .26
- adds leds-gpio to default selection on atheros
- extend led platform setup on atheros

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12100 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoremove empty directories
nbd [Mon, 4 Aug 2008 19:54:40 +0000 (19:54 +0000)]
remove empty directories

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12099 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agorework workarounds for crypto modules renamed in 2.6.24 & 2.6.25, add workaround...
nico [Mon, 4 Aug 2008 16:59:16 +0000 (16:59 +0000)]
rework workarounds for crypto modules renamed in 2.6.24 & 2.6.25, add workaround for sha512 renamed in 2.6.26

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12098 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[adm5120] fix RB-133/133C led definitions
juhosg [Mon, 4 Aug 2008 16:11:44 +0000 (16:11 +0000)]
[adm5120] fix RB-133/133C led definitions

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12097 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomore ledtrig-netdev clean ups
blogic [Mon, 4 Aug 2008 15:51:47 +0000 (15:51 +0000)]
more ledtrig-netdev clean ups

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12096 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[adm5120] add missing buttons device for RB-1xx boards, thanks to Christophe Lucas
juhosg [Mon, 4 Aug 2008 15:21:41 +0000 (15:21 +0000)]
[adm5120] add missing buttons device for RB-1xx boards, thanks to Christophe Lucas

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12095 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomakes ledtrignetdev work on .26 and fix whitespaces
blogic [Mon, 4 Aug 2008 14:05:04 +0000 (14:05 +0000)]
makes ledtrignetdev work on .26 and fix whitespaces

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12090 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadds a new uci firewall
blogic [Mon, 4 Aug 2008 11:51:58 +0000 (11:51 +0000)]
adds a new uci firewall
- iptbales and netfilter packages need to be rewrapped when we switch to this firewall as default
- there are some examples in the file /etc/config/firewall
- iptables-save/restore are still missing
- hotplug takes care of adding/removing netdevs during runtime
- misisng features ? wishes ? let me know ...

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12089 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofixes whitespace error
blogic [Mon, 4 Aug 2008 11:47:46 +0000 (11:47 +0000)]
fixes whitespace error

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12088 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agowork aroung error message during boot if swapon is nt installed
blogic [Mon, 4 Aug 2008 08:50:16 +0000 (08:50 +0000)]
work aroung error message during boot if swapon is nt installed

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12087 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoremove warning from hotplug2, which pops up 10 times during boot
blogic [Mon, 4 Aug 2008 08:04:16 +0000 (08:04 +0000)]
remove warning from hotplug2, which pops up 10 times during boot

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12086 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoDefine more missing config symbols for .26
florian [Mon, 4 Aug 2008 06:35:41 +0000 (06:35 +0000)]
Define more missing config symbols for .26

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12085 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoupdate kernel config
thepeople [Mon, 4 Aug 2008 01:29:26 +0000 (01:29 +0000)]
update kernel config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12084 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomadwifi: more fixes and cleanups for wds sta separation
nbd [Sun, 3 Aug 2008 21:00:34 +0000 (21:00 +0000)]
madwifi: more fixes and cleanups for wds sta separation

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12082 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agonetwork scripts: revert the network state after running ifdown, not before
nbd [Sun, 3 Aug 2008 21:00:01 +0000 (21:00 +0000)]
network scripts: revert the network state after running ifdown, not before

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12081 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix typo in gcc version check
nico [Sun, 3 Aug 2008 15:04:28 +0000 (15:04 +0000)]
fix typo in gcc version check

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12080 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoupdate ath9k to latest git version
kaloz [Sun, 3 Aug 2008 14:28:21 +0000 (14:28 +0000)]
update ath9k to latest git version

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12079 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd more options to the generic 2.6.26 config
kaloz [Sun, 3 Aug 2008 14:22:52 +0000 (14:22 +0000)]
add more options to the generic 2.6.26 config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12078 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agorevert gcc 4.4 fixes - http://bugzilla.kernel.org/show_bug.cgi?id=11143
kaloz [Sun, 3 Aug 2008 11:49:49 +0000 (11:49 +0000)]
revert gcc 4.4 fixes - bugzilla./show_bug.cgi?id=11143

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12077 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomake grub compilable under fedora core 8 and other newer distros
nbd [Sat, 2 Aug 2008 15:15:33 +0000 (15:15 +0000)]
make grub compilable under fedora core 8 and other newer distros

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12076 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[magicbox] fix compile error
juhosg [Sat, 2 Aug 2008 12:38:33 +0000 (12:38 +0000)]
[magicbox] fix compile error

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12075 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] Fix broken hso kmod definition
agb [Sat, 2 Aug 2008 07:35:51 +0000 (07:35 +0000)]
[kernel] Fix broken hso kmod definition

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12074 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] ixp4xx: disable ixp4xx beeper
agb [Sat, 2 Aug 2008 03:20:09 +0000 (03:20 +0000)]
[kernel] ixp4xx: disable ixp4xx beeper

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12073 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] generic-2.6: resync 2.6.26 config
agb [Sat, 2 Aug 2008 03:19:56 +0000 (03:19 +0000)]
[kernel] generic-2.6: resync 2.6.26 config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12071 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] net/usb: only package hso for 2.6.26
agb [Sat, 2 Aug 2008 03:19:42 +0000 (03:19 +0000)]
[kernel] net/usb: only package hso for 2.6.26

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12069 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agotry to clean up some kernel configs
thepeople [Sat, 2 Aug 2008 02:33:15 +0000 (02:33 +0000)]
try to clean up some kernel configs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12067 3c298f89-4303-0410-b956-a3cf2f4a3e73

This page took 0.073222 seconds and 4 git commands to generate.