juhosg [Sun, 10 Aug 2008 09:18:42 +0000 (09:18 +0000)]
[ar71xx] ag71xx: add initial message level support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12262
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 9 Aug 2008 20:36:05 +0000 (20:36 +0000)]
move some webcam/sound related stuff from trunk to packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12260
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 9 Aug 2008 10:00:49 +0000 (10:00 +0000)]
Make sure we will have lower case MAC addresses when doing WDS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12259
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 9 Aug 2008 09:50:12 +0000 (09:50 +0000)]
Do not run telnet if either dropbear or openssh server are running (#3839)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12258
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sat, 9 Aug 2008 07:08:40 +0000 (07:08 +0000)]
[adm5120] split support of Cellvision boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12255
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 9 Aug 2008 00:49:36 +0000 (00:49 +0000)]
fix cut&paste mistake
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12254
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 9 Aug 2008 00:41:55 +0000 (00:41 +0000)]
sanitize msdosfs header for user space in 2.6.25 (fixes dosfstools compile)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12253
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 9 Aug 2008 00:27:54 +0000 (00:27 +0000)]
fix make distclean
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12252
3c298f89-4303-0410-b956-
a3cf2f4a3e73
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
This page took 0.056272 seconds and 4 git commands to generate.