1
0
Fork 0
forked from mirror/openwrt
Commit graph

8624 commits

Author SHA1 Message Date
Felix Fietkau
c05eb4ba63 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

SVN-Revision: 12241
2008-08-07 15:28:48 +00:00
Florian Fainelli
9c8bb0241f Add 11gdt, 11adt, 11ast and fh modes (#3824)
SVN-Revision: 12240
2008-08-07 15:28:07 +00:00
Gabor Juhos
db4d23b457 add 2.6.26 specific files
SVN-Revision: 12239
2008-08-07 13:50:02 +00:00
Steven Barth
34a16898a1 update luci feed url to use http due to certificate issues
SVN-Revision: 12238
2008-08-07 13:26:10 +00:00
Steven Barth
6b6d027172 added support for the timer-trigger to uci LED support
SVN-Revision: 12236
2008-08-07 11:01:46 +00:00
Florian Fainelli
91bec65028 Add missing kernel configuration options since the SLUB allocator switch
SVN-Revision: 12235
2008-08-07 10:20:36 +00:00
Gabor Juhos
dbb6051caf add alternative board id for the ZyXEL P-334WT
SVN-Revision: 12232
2008-08-07 08:49:23 +00:00
Mike Baker
1139608784 allow ctrl-c to trigger preinit
SVN-Revision: 12231
2008-08-07 07:17:03 +00:00
Nicolas Thill
e848e7654b move arch-specific definitions to arch site files
SVN-Revision: 12229
2008-08-06 23:05:19 +00:00
Felix Fietkau
fb344e3dff add ac_cv_file__dev_zero to sitefiles
SVN-Revision: 12227
2008-08-06 22:23:24 +00:00
Felix Fietkau
348d5ba521 add ssize_t definition to site files, fix up size for x86_64
SVN-Revision: 12226
2008-08-06 22:23:21 +00:00
Felix Fietkau
e9ea28b0af use $(FPIC) in a few places where it matters
SVN-Revision: 12225
2008-08-06 22:10:29 +00:00
Felix Fietkau
14ac8769b2 add a variable that contains the proper architecture-dependent -fPIC/-fpic cflag for building shared libraries
SVN-Revision: 12224
2008-08-06 22:10:20 +00:00
Florian Fainelli
ce8903f1ce kexec for powerpc actually only support ps3 or gamecube, not magicbox for instance
SVN-Revision: 12223
2008-08-06 20:20:02 +00:00
Felix Fietkau
1391134579 and another one
SVN-Revision: 12217
2008-08-06 16:14:53 +00:00
Felix Fietkau
88b0d6785e fix a small typo
SVN-Revision: 12216
2008-08-06 16:13:38 +00:00
Gabor Juhos
6c0474b383 ebtables: useless without kmod-eptables
SVN-Revision: 12214
2008-08-06 15:28:49 +00:00
Felix Fietkau
cc357e82e2 add missing gitignore change for build environments
SVN-Revision: 12213
2008-08-06 14:34:18 +00:00
Felix Fietkau
131ba6fed7 add script for managing 'build environments' (.config+files/), including documentation
SVN-Revision: 12212
2008-08-06 14:30:46 +00:00
Felix Fietkau
3a321fb110 fix 'make docs'
SVN-Revision: 12211
2008-08-06 14:30:34 +00:00
Felix Fietkau
a856eeca8b cosmetic fix for docs/ prereq check
SVN-Revision: 12210
2008-08-06 14:30:24 +00:00
Gabor Juhos
39190275d4 sync kernel config, and disable broken ide driver until my CF card arrives
SVN-Revision: 12208
2008-08-06 13:34:45 +00:00
Felix Fietkau
311c9403d9 fix make variable overriding for package makefiles on the command line
SVN-Revision: 12204
2008-08-06 11:33:26 +00:00
Nicolas Thill
8ebe95404d remove broken status from uml target
SVN-Revision: 12202
2008-08-06 09:31:18 +00:00
Gabor Juhos
c2187c736e reorder nand partitions on RB-4xx (closes #3852)
SVN-Revision: 12201
2008-08-06 07:33:13 +00:00
Felix Fietkau
4d795ca98f spca5xx-le does not work with linux 2.6.26+
SVN-Revision: 12194
2008-08-06 01:21:02 +00:00
Felix Fietkau
b4727d665e fix qc-usb compile on atheros
SVN-Revision: 12185
2008-08-05 23:20:42 +00:00
Felix Fietkau
dde1f5fb54 fix ov51x-jpeg compile
SVN-Revision: 12183
2008-08-05 22:56:34 +00:00
Felix Fietkau
0cc7199e71 install libshared into the staging dir (required by wrt-radauth)
SVN-Revision: 12181
2008-08-05 22:32:26 +00:00
Felix Fietkau
e0b43982fb fix nw802-2.4 compile
SVN-Revision: 12180
2008-08-05 22:31:32 +00:00
John Crispin
5e5cc5a7c8 add proper uci/hotplug based button handling on atheros and work around boards, where the gpio release irq does not fire correctly
SVN-Revision: 12179
2008-08-05 22:17:16 +00:00
Florian Fainelli
af76ae2cb5 Duplicate of r12143
SVN-Revision: 12178
2008-08-05 22:12:01 +00:00
Florian Fainelli
71bc2e320b Fix inclusion of pim.h like igmpproxy
SVN-Revision: 12176
2008-08-05 22:06:03 +00:00
John Crispin
2dd9146ddf fixes reset button on atheros platform, ar5312 gpio_irqs will be added later
SVN-Revision: 12164
2008-08-05 20:57:38 +00:00
Felix Fietkau
7bb55d1b91 madwifi: fix crash on ad-hoc interface init
SVN-Revision: 12161
2008-08-05 20:53:39 +00:00
Florian Fainelli
ac25803120 Add cdc-acm locking fix from #3836
SVN-Revision: 12154
2008-08-05 19:43:58 +00:00
Felix Fietkau
352173f782 add missing configure variable to sitefile (required by gstreamer)
SVN-Revision: 12152
2008-08-05 19:22:06 +00:00
Felix Fietkau
06e754b1f7 replace config.guess and config.sub properly, even if they are in a subdirectory
SVN-Revision: 12148
2008-08-05 18:02:54 +00:00
Felix Fietkau
c2cf1d04c9 mark mac80211 as broken on avr32
SVN-Revision: 12147
2008-08-05 18:02:34 +00:00
Felix Fietkau
241450cb3a add missing kconfig symbol
SVN-Revision: 12145
2008-08-05 17:54:45 +00:00
Felix Fietkau
806f149413 fix kernel header breakage, which caused a compile error in igmpproxy on big-endian targets
SVN-Revision: 12143
2008-08-05 17:33:09 +00:00
Gabor Juhos
2174f5d95c sync kernel config
SVN-Revision: 12140
2008-08-05 17:05:54 +00:00
Felix Fietkau
5eab3b092d atheros: fix setting the gpio interrupt level when registering a gpio interrupt
SVN-Revision: 12139
2008-08-05 16:42:43 +00:00
Felix Fietkau
d43337e8f7 switch to using the SLUB allocator by default in 2.6.26
SVN-Revision: 12138
2008-08-05 16:42:26 +00:00
Florian Fainelli
d3dd2b6ae5 Fix ipkg compilation with ccache, thanks sn9
SVN-Revision: 12137
2008-08-05 14:04:23 +00:00
Florian Fainelli
1b0318158d Reinstate rdc bootability and force it to use init=/etc/preinit, thus the remove the hackish SetInitramfs actions
SVN-Revision: 12136
2008-08-05 13:42:36 +00:00
Gabor Juhos
027a7939f1 experimental gpiodev support (closes #3613)
SVN-Revision: 12134
2008-08-05 11:16:46 +00:00
Gabor Juhos
3527e7a649 modules/gpio_dev: move to drivers/char/ on older kernels as well, and create a package for it
SVN-Revision: 12133
2008-08-05 09:52:23 +00:00
Felix Fietkau
cf8eecaad5 some more fixes for wds sta separation
SVN-Revision: 12127
2008-08-05 07:19:07 +00:00
Felix Fietkau
f87623f97a fix ocf compile error
SVN-Revision: 12118
2008-08-05 01:28:12 +00:00