Matteo Croce [Wed, 24 Oct 2007 15:21:18 +0000 (15:21 +0000)]
ar7-atm: updated the firmware image (#2532)
SVN-Revision: 9426
Florian Fainelli [Wed, 24 Oct 2007 13:43:15 +0000 (13:43 +0000)]
The watchdog driver is now a platform device driver and reads its gpio line while registering
SVN-Revision: 9425
Florian Fainelli [Wed, 24 Oct 2007 13:42:15 +0000 (13:42 +0000)]
Mark 6tunnel as executable, avoids ": /etc/init.d/rcS: line 8: /etc/rc.d/S466tunnel: Permission denied"
SVN-Revision: 9424
Gabor Juhos [Wed, 24 Oct 2007 08:19:16 +0000 (08:19 +0000)]
minor cleanups
SVN-Revision: 9423
Felix Fietkau [Wed, 24 Oct 2007 04:35:02 +0000 (04:35 +0000)]
upgrade madwifi to r2756
SVN-Revision: 9422
Matteo Croce [Tue, 23 Oct 2007 15:45:54 +0000 (15:45 +0000)]
ar7_gpio: remove unneeded checks and volatile
SVN-Revision: 9419
Gabor Juhos [Tue, 23 Oct 2007 12:31:13 +0000 (12:31 +0000)]
fix flash driver, it should work on RB150 as well
SVN-Revision: 9418
Eugene Konev [Tue, 23 Oct 2007 12:02:46 +0000 (12:02 +0000)]
ar7: fix eva image generation
SVN-Revision: 9417
Florian Fainelli [Tue, 23 Oct 2007 10:46:19 +0000 (10:46 +0000)]
The RB513 CF driver is now a module, enable it by default for the RB1xx profile. Fix the membase of the CF driver.
SVN-Revision: 9416
Florian Fainelli [Tue, 23 Oct 2007 08:13:12 +0000 (08:13 +0000)]
We are now at .23.1
SVN-Revision: 9415
Florian Fainelli [Tue, 23 Oct 2007 07:30:13 +0000 (07:30 +0000)]
Add the prism54-mac80211 version from #2560
SVN-Revision: 9414
Felix Fietkau [Tue, 23 Oct 2007 06:23:41 +0000 (06:23 +0000)]
Add ps3 target
This patch adds a target for the Sony PlayStation 3.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9413
Felix Fietkau [Tue, 23 Oct 2007 06:23:36 +0000 (06:23 +0000)]
Add udev initilisation
We have a udev package, but no means to start udev at boot.
This change adds the necessary startup in /init, and adds the required
/sbin/udevsettle to the udev installed files
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9412
Felix Fietkau [Tue, 23 Oct 2007 06:23:33 +0000 (06:23 +0000)]
only do hotplug2 init if hotplug2 is present
The current /init script unconditionally does the initialisation for
hotplug2, including mounting a new /dev. If hotplug2 isn't present, we
end up with no device nodes.
This change only does the hotplug2 init if hotplug2 is present, but
always mounts /sys.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9411
Felix Fietkau [Tue, 23 Oct 2007 06:23:29 +0000 (06:23 +0000)]
Allow targets to specify extra initramfs source files
The CONFIG_INITRAMFS_SOURCE Kconfig variable can be a space-separated
list of source files (or directories). This allows a platform to
add extra components to the initramfs image, by defining the
INITRAMFS_EXTRA_FILES make var.
By default, we add a simple initramfs extra file for the generic-2.6
platform, which specifies a few device nodes.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9410
Felix Fietkau [Tue, 23 Oct 2007 06:23:26 +0000 (06:23 +0000)]
Use current UID for initramfs root user:group
Set the CONFIG_INITRAMFS_ROOT_{U,G}ID kernel variables to the current
user, so that all files end up being owned by root in the final
initramfs image.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9409
Felix Fietkau [Tue, 23 Oct 2007 06:23:23 +0000 (06:23 +0000)]
don't specify "CC=<nothing>" on kernel build command line
If KERNEL_CC isn't set, we end up with a "CC=" on the kernel build
command-line. We don't always need CC, as the CROSS_COMPILE flag does
the job instead. In fact, specifying CC messes up the build when we're
using a biarch compiler.
This change doesn't specify CC= if the KERNEL_CC variable is empty.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9408
Felix Fietkau [Tue, 23 Oct 2007 06:23:20 +0000 (06:23 +0000)]
Add binutils extra configure options
Currently, we can specify extra configure options for gcc, but not
binutils.
This change adds an EXTRA_BINUTILS_CONFIG_OPTIONS config variable,
so we can add configure options for binutils.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9407
Felix Fietkau [Tue, 23 Oct 2007 06:23:17 +0000 (06:23 +0000)]
openwrt: honour gcc extra configuration flags
Although the CONFIG_EXTRA_GCC_OPTIONS flag is available, it isn't used
anywhere.
This change adds the extra flag to both gcc configure stages.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9406
Felix Fietkau [Tue, 23 Oct 2007 06:23:12 +0000 (06:23 +0000)]
don't replace powerpc arch with ppc
'powerpc' is a valid arch for the LINUX_KARCH variable, but the build
system unconditionally replaces LIUNUX_KARCH=powerpc with
LINUX_KARCH=ppc.
This change only does the replacement if LINUX_KARCH isn't set. This
allows us to use the powerpc architecture.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9405
Imre Kaloz [Mon, 22 Oct 2007 22:40:23 +0000 (22:40 +0000)]
remove madwifi karma patch until it's fixed
SVN-Revision: 9404
Florian Fainelli [Mon, 22 Oct 2007 20:56:34 +0000 (20:56 +0000)]
Add preliminary support for the Routerboard 153 CF slot (#2550)
SVN-Revision: 9403
Florian Fainelli [Mon, 22 Oct 2007 16:17:09 +0000 (16:17 +0000)]
Resync kernel config, make kernel.{flash,ram}.srec available
SVN-Revision: 9402
Eugene Konev [Mon, 22 Oct 2007 14:20:02 +0000 (14:20 +0000)]
ar7: add eva image generation (thanks Axel Gembe)
SVN-Revision: 9401
Felix Fietkau [Sun, 21 Oct 2007 13:04:32 +0000 (13:04 +0000)]
fix mac80211 compile
SVN-Revision: 9391
Felix Fietkau [Sun, 21 Oct 2007 12:17:49 +0000 (12:17 +0000)]
fix more downloading crap
SVN-Revision: 9389
Felix Fietkau [Sun, 21 Oct 2007 11:58:23 +0000 (11:58 +0000)]
remove unnecessary linux config include (it broke 'make download')
SVN-Revision: 9388
John Crispin [Sun, 21 Oct 2007 08:56:10 +0000 (08:56 +0000)]
fix b0rked atheros kernelconfig
SVN-Revision: 9386
Felix Fietkau [Sun, 21 Oct 2007 07:18:10 +0000 (07:18 +0000)]
make aliases for package targets if the package directories are in further subdirectories example: if there is a package/libs/foo/compile, then package/foo/compile will be an alias for it
SVN-Revision: 9384
Felix Fietkau [Sun, 21 Oct 2007 06:44:06 +0000 (06:44 +0000)]
remove the dummy profile that was created on targets that have subtargets
SVN-Revision: 9383
Felix Fietkau [Sat, 20 Oct 2007 20:03:52 +0000 (20:03 +0000)]
mark ipset as 2.6 only
SVN-Revision: 9382
Felix Fietkau [Sat, 20 Oct 2007 19:46:38 +0000 (19:46 +0000)]
fix the remaining patch reject in 700-libtoolize.patch in linux-atm
SVN-Revision: 9381
John Crispin [Sat, 20 Oct 2007 19:13:53 +0000 (19:13 +0000)]
refreshed madwifi patches
SVN-Revision: 9380
Felix Fietkau [Sat, 20 Oct 2007 19:10:09 +0000 (19:10 +0000)]
ignore mconf_check
SVN-Revision: 9379
Felix Fietkau [Sat, 20 Oct 2007 19:10:06 +0000 (19:10 +0000)]
reorganize subtargets, sort subtargets below top level targets
SVN-Revision: 9378
John Crispin [Sat, 20 Oct 2007 19:07:31 +0000 (19:07 +0000)]
fixed linux-atm
SVN-Revision: 9377
Felix Fietkau [Sat, 20 Oct 2007 17:21:13 +0000 (17:21 +0000)]
refresh linux-atm patches
SVN-Revision: 9373
Felix Fietkau [Sat, 20 Oct 2007 16:59:36 +0000 (16:59 +0000)]
remove obsolete zd1211-driver, replaced by the in-tree module
SVN-Revision: 9372
Felix Fietkau [Sat, 20 Oct 2007 16:59:31 +0000 (16:59 +0000)]
mark shfs as 2.4 only, it is broken on 2.6.23 and unmaintained. 2.6 targets can use sshfs+fuse
SVN-Revision: 9371
Felix Fietkau [Sat, 20 Oct 2007 16:07:02 +0000 (16:07 +0000)]
disable driver_devicescape in hostapd will be enabled again when the mac80211 guys have sorted out the api ;)
SVN-Revision: 9369
Felix Fietkau [Sat, 20 Oct 2007 15:30:18 +0000 (15:30 +0000)]
fix quilt update breakage for kernel related packages
SVN-Revision: 9368
Felix Fietkau [Sat, 20 Oct 2007 15:30:16 +0000 (15:30 +0000)]
show md5sums on mismatch in download.pl
SVN-Revision: 9367
Felix Fietkau [Sat, 20 Oct 2007 15:30:08 +0000 (15:30 +0000)]
fix update fuse to 2.7.1 - fixes compile breakage with 2.6.23
SVN-Revision: 9366
Felix Fietkau [Sat, 20 Oct 2007 15:06:23 +0000 (15:06 +0000)]
re-libtoolize linux-atm to fix random libname breakage
SVN-Revision: 9365
Felix Fietkau [Sat, 20 Oct 2007 14:39:17 +0000 (14:39 +0000)]
fix up a few ide related kernel config issues (related to #2516)
SVN-Revision: 9364
Gabor Juhos [Sat, 20 Oct 2007 14:32:13 +0000 (14:32 +0000)]
make morse LED trigger available as a package, and fix it to compile with 2.6.23
SVN-Revision: 9363
Gabor Juhos [Sat, 20 Oct 2007 07:45:08 +0000 (07:45 +0000)]
add LEDs trigger for switch port states, thanks to Bernhard Held (closes: #2153)
SVN-Revision: 9362
Gabor Juhos [Sat, 20 Oct 2007 05:51:10 +0000 (05:51 +0000)]
fix typos in the switch driver, thanks to Bernhard Held (closes: #2573)
SVN-Revision: 9361
Gabor Juhos [Sat, 20 Oct 2007 05:26:19 +0000 (05:26 +0000)]
add patch for gpio-leds to support special brightness values, thanks to Bernhard Held (closes: #2572)
SVN-Revision: 9360
Florian Fainelli [Fri, 19 Oct 2007 06:19:00 +0000 (06:19 +0000)]
Convert the karma changes to be an ioctl
SVN-Revision: 9358
Eugene Konev [Fri, 19 Oct 2007 03:02:49 +0000 (03:02 +0000)]
fritzbox leds detection (thanks Axel Gembe)
SVN-Revision: 9357
John Crispin [Thu, 18 Oct 2007 21:46:52 +0000 (21:46 +0000)]
fixed missing symbols in atheros kernel config
SVN-Revision: 9356
John Crispin [Thu, 18 Oct 2007 20:51:21 +0000 (20:51 +0000)]
fixed wpa2 support for madwifi/wpa_supplicant
SVN-Revision: 9355
John Crispin [Thu, 18 Oct 2007 20:30:18 +0000 (20:30 +0000)]
remove whitespaces
SVN-Revision: 9354
John Crispin [Thu, 18 Oct 2007 19:08:16 +0000 (19:08 +0000)]
more package submenus
SVN-Revision: 9351
Felix Fietkau [Thu, 18 Oct 2007 18:27:33 +0000 (18:27 +0000)]
don't dispatch spurious irq0 events
SVN-Revision: 9347
Gabor Juhos [Thu, 18 Oct 2007 15:14:55 +0000 (15:14 +0000)]
add kernel config option to disabling common PCI quirks, resync kernel config
SVN-Revision: 9346
Florian Fainelli [Thu, 18 Oct 2007 13:20:02 +0000 (13:20 +0000)]
Turn off stp by default, thanks ejka
SVN-Revision: 9345
Florian Fainelli [Thu, 18 Oct 2007 13:08:59 +0000 (13:08 +0000)]
Revert [9176] now that we have network config handling stp [9343]
SVN-Revision: 9344
Florian Fainelli [Thu, 18 Oct 2007 13:07:28 +0000 (13:07 +0000)]
Turn on stp by default for bridges (#2476)
SVN-Revision: 9343
Gabor Juhos [Thu, 18 Oct 2007 07:40:01 +0000 (07:40 +0000)]
add ids for Edimax BR-6104Wg boards
SVN-Revision: 9342
Gabor Juhos [Wed, 17 Oct 2007 17:26:54 +0000 (17:26 +0000)]
fix initcall level in i2c-gpio-custom driver if not built as a module
SVN-Revision: 9341
Gabor Juhos [Wed, 17 Oct 2007 08:10:47 +0000 (08:10 +0000)]
switch driver cleanup, 4th phase
SVN-Revision: 9340
John Crispin [Tue, 16 Oct 2007 21:02:36 +0000 (21:02 +0000)]
added rtl8169, from #2554
SVN-Revision: 9339
Florian Fainelli [Tue, 16 Oct 2007 15:05:19 +0000 (15:05 +0000)]
Add route6 option to setup IPv6 routes (#2528)
SVN-Revision: 9337
Florian Fainelli [Tue, 16 Oct 2007 14:04:59 +0000 (14:04 +0000)]
Update description, iptables-mod-ipsec includes libipt_policy.so
SVN-Revision: 9336
Florian Fainelli [Tue, 16 Oct 2007 13:54:32 +0000 (13:54 +0000)]
Fix typos and add quotes, potentially fix build failures with ccache (#2533)
SVN-Revision: 9335
Gabor Juhos [Tue, 16 Oct 2007 13:12:51 +0000 (13:12 +0000)]
switch driver cleanup, 3rd phase
SVN-Revision: 9334
Eugene Konev [Tue, 16 Oct 2007 12:53:22 +0000 (12:53 +0000)]
Fix tx error handling (#2552). Make rx ring size actually configurable through ethtool
SVN-Revision: 9333
Imre Kaloz [Tue, 16 Oct 2007 12:22:57 +0000 (12:22 +0000)]
resync avr32 with 2.6.23.atmel.1
SVN-Revision: 9332
Eugene Konev [Tue, 16 Oct 2007 09:26:58 +0000 (09:26 +0000)]
clear flags always
SVN-Revision: 9331
Gabor Juhos [Tue, 16 Oct 2007 08:15:18 +0000 (08:15 +0000)]
switch driver cleanup, 2nd phase
SVN-Revision: 9330
Florian Fainelli [Mon, 15 Oct 2007 17:26:27 +0000 (17:26 +0000)]
Resync kernel config, do not enable the setup file
SVN-Revision: 9329
Florian Fainelli [Mon, 15 Oct 2007 17:04:34 +0000 (17:04 +0000)]
Typo on PCI ids
SVN-Revision: 9328
Florian Fainelli [Mon, 15 Oct 2007 16:13:25 +0000 (16:13 +0000)]
Add the RDC PCI ids for a fancier PCI device table.Return the system name on boot.
SVN-Revision: 9327
Eugene Konev [Mon, 15 Oct 2007 13:48:38 +0000 (13:48 +0000)]
fix acx-mac80211
SVN-Revision: 9326
Gabor Juhos [Mon, 15 Oct 2007 06:22:34 +0000 (06:22 +0000)]
switch driver cleanup, 1st phase
SVN-Revision: 9324
Matteo Croce [Sun, 14 Oct 2007 20:29:44 +0000 (20:29 +0000)]
fix acx-mac80211 build (closes #2534)
SVN-Revision: 9323
Florian Fainelli [Sun, 14 Oct 2007 18:39:20 +0000 (18:39 +0000)]
Allow kexec to directly use the kernel exposed in a mtd partition and reboot using the right command line
SVN-Revision: 9322
Felix Fietkau [Sun, 14 Oct 2007 18:14:16 +0000 (18:14 +0000)]
mark b43 as broken
SVN-Revision: 9321
Florian Fainelli [Sun, 14 Oct 2007 15:12:14 +0000 (15:12 +0000)]
Fix profile/image generation for dir450
SVN-Revision: 9320
John Crispin [Sun, 14 Oct 2007 14:25:10 +0000 (14:25 +0000)]
fixed missing kernel option for x86
SVN-Revision: 9319
John Crispin [Sun, 14 Oct 2007 13:39:35 +0000 (13:39 +0000)]
fixed generation of iso images
SVN-Revision: 9317
Florian Fainelli [Sun, 14 Oct 2007 11:42:09 +0000 (11:42 +0000)]
Build a karma variant of madwifi
SVN-Revision: 9316
John Crispin [Sun, 14 Oct 2007 06:12:29 +0000 (06:12 +0000)]
fixed 1677
SVN-Revision: 9314
Felix Fietkau [Sun, 14 Oct 2007 05:25:50 +0000 (05:25 +0000)]
fix duplicate dependencies
SVN-Revision: 9311
Felix Fietkau [Sun, 14 Oct 2007 05:04:23 +0000 (05:04 +0000)]
fix i2c-gpio
SVN-Revision: 9309
John Crispin [Sun, 14 Oct 2007 04:49:05 +0000 (04:49 +0000)]
DESCRIPTION:= is obselete, so complain if it is used and use TITLE if no description is set
SVN-Revision: 9307
John Crispin [Sun, 14 Oct 2007 04:46:38 +0000 (04:46 +0000)]
DESCRIPTION:= is obselete
SVN-Revision: 9306
John Crispin [Sun, 14 Oct 2007 04:34:07 +0000 (04:34 +0000)]
DESCRIPTION:= is obselete
SVN-Revision: 9305
Felix Fietkau [Sun, 14 Oct 2007 02:47:36 +0000 (02:47 +0000)]
sync ssb with upstream
SVN-Revision: 9302
Felix Fietkau [Sun, 14 Oct 2007 02:28:34 +0000 (02:28 +0000)]
add autorebuild check for menuconfig
SVN-Revision: 9301
John Crispin [Sun, 14 Oct 2007 02:15:37 +0000 (02:15 +0000)]
add possibility to set default .config values
SVN-Revision: 9300
John Crispin [Sun, 14 Oct 2007 00:19:33 +0000 (00:19 +0000)]
was b0rked
SVN-Revision: 9299
John Crispin [Sun, 14 Oct 2007 00:07:43 +0000 (00:07 +0000)]
converted atheros ethernet driver to phy layer
SVN-Revision: 9298
John Crispin [Sun, 14 Oct 2007 00:04:53 +0000 (00:04 +0000)]
added some extensions to the phy layer
SVN-Revision: 9297
Felix Fietkau [Sat, 13 Oct 2007 23:01:35 +0000 (23:01 +0000)]
fix nl80211
SVN-Revision: 9296
Felix Fietkau [Sat, 13 Oct 2007 22:41:50 +0000 (22:41 +0000)]
fix typo
SVN-Revision: 9295
Felix Fietkau [Sat, 13 Oct 2007 22:41:46 +0000 (22:41 +0000)]
don't build mac80211 if the kernel version does not match
SVN-Revision: 9294
Felix Fietkau [Sat, 13 Oct 2007 22:41:37 +0000 (22:41 +0000)]
add b43
SVN-Revision: 9293