openwrt/svn-archive/archive.git
16 years agoThe watchdog driver is now a platform device driver and reads its gpio line
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

16 years agoMark 6tunnel as executable, avoids ": /etc/init.d/rcS: line 8: /etc/rc.d/S466tunnel...
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

16 years ago[adm5120] minor cleanups
Gabor Juhos [Wed, 24 Oct 2007 08:19:16 +0000 (08:19 +0000)]
[adm5120] minor cleanups

SVN-Revision: 9423

16 years agoupgrade madwifi to r2756
Felix Fietkau [Wed, 24 Oct 2007 04:35:02 +0000 (04:35 +0000)]
upgrade madwifi to r2756

SVN-Revision: 9422

16 years agoar7_gpio: remove unneeded checks and volatile
Matteo Croce [Tue, 23 Oct 2007 15:45:54 +0000 (15:45 +0000)]
ar7_gpio: remove unneeded checks and volatile

SVN-Revision: 9419

16 years ago[adm5120] fix flash driver, it should work on RB150 as well
Gabor Juhos [Tue, 23 Oct 2007 12:31:13 +0000 (12:31 +0000)]
[adm5120] fix flash driver, it should work on RB150 as well

SVN-Revision: 9418

16 years agoar7: fix eva image generation
Eugene Konev [Tue, 23 Oct 2007 12:02:46 +0000 (12:02 +0000)]
ar7: fix eva image generation

SVN-Revision: 9417

16 years agoThe RB513 CF driver is now a module, enable it by default for the RB1xx profile.
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

16 years agoWe are now at .23.1
Florian Fainelli [Tue, 23 Oct 2007 08:13:12 +0000 (08:13 +0000)]
We are now at .23.1

SVN-Revision: 9415

16 years agoAdd the prism54-mac80211 version from #2560
Florian Fainelli [Tue, 23 Oct 2007 07:30:13 +0000 (07:30 +0000)]
Add the prism54-mac80211 version from #2560

SVN-Revision: 9414

16 years agoAdd ps3 target
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

16 years agoAdd udev initilisation
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

16 years agoonly do hotplug2 init if hotplug2 is present
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

16 years agoAllow targets to specify extra initramfs source files
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

16 years agoUse current UID for initramfs root user:group
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

16 years agodon't specify "CC=<nothing>" on kernel build command line
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

16 years agoAdd binutils extra configure options
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

16 years agoopenwrt: honour gcc extra configuration flags
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

16 years agodon't replace powerpc arch with ppc
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

16 years agoremove madwifi karma patch until it's fixed
Imre Kaloz [Mon, 22 Oct 2007 22:40:23 +0000 (22:40 +0000)]
remove madwifi karma patch until it's fixed

SVN-Revision: 9404

16 years agoAdd preliminary support for the Routerboard 153 CF slot (#2550)
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

16 years agoResync kernel config, make kernel.{flash,ram}.srec available
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

16 years agoar7: add eva image generation (thanks Axel Gembe)
Eugene Konev [Mon, 22 Oct 2007 14:20:02 +0000 (14:20 +0000)]
ar7: add eva image generation (thanks Axel Gembe)

SVN-Revision: 9401

16 years agofix mac80211 compile
Felix Fietkau [Sun, 21 Oct 2007 13:04:32 +0000 (13:04 +0000)]
fix mac80211 compile

SVN-Revision: 9391

16 years agofix more downloading crap
Felix Fietkau [Sun, 21 Oct 2007 12:17:49 +0000 (12:17 +0000)]
fix more downloading crap

SVN-Revision: 9389

16 years agoremove unnecessary linux config include (it broke 'make download')
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

16 years agofix b0rked atheros kernelconfig
John Crispin [Sun, 21 Oct 2007 08:56:10 +0000 (08:56 +0000)]
fix b0rked atheros kernelconfig

SVN-Revision: 9386

16 years agomake aliases for package targets if the package directories are in further subdirectories
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

16 years agoremove the dummy profile that was created on targets that have subtargets
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

16 years agomark ipset as 2.6 only
Felix Fietkau [Sat, 20 Oct 2007 20:03:52 +0000 (20:03 +0000)]
mark ipset as 2.6 only

SVN-Revision: 9382

16 years agofix the remaining patch reject in 700-libtoolize.patch in linux-atm
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

16 years agorefreshed madwifi patches
John Crispin [Sat, 20 Oct 2007 19:13:53 +0000 (19:13 +0000)]
refreshed madwifi patches

SVN-Revision: 9380

16 years agoignore mconf_check
Felix Fietkau [Sat, 20 Oct 2007 19:10:09 +0000 (19:10 +0000)]
ignore mconf_check

SVN-Revision: 9379

16 years agoreorganize subtargets, sort subtargets below top level targets
Felix Fietkau [Sat, 20 Oct 2007 19:10:06 +0000 (19:10 +0000)]
reorganize subtargets, sort subtargets below top level targets

SVN-Revision: 9378

16 years agofixed linux-atm
John Crispin [Sat, 20 Oct 2007 19:07:31 +0000 (19:07 +0000)]
fixed linux-atm

SVN-Revision: 9377

16 years agorefresh linux-atm patches
Felix Fietkau [Sat, 20 Oct 2007 17:21:13 +0000 (17:21 +0000)]
refresh linux-atm patches

SVN-Revision: 9373

16 years agoremove obsolete zd1211-driver, replaced by the in-tree module
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

16 years agomark shfs as 2.4 only, it is broken on 2.6.23 and unmaintained. 2.6 targets can use...
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

16 years agodisable driver_devicescape in hostapd
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

16 years agofix quilt update breakage for kernel related packages
Felix Fietkau [Sat, 20 Oct 2007 15:30:18 +0000 (15:30 +0000)]
fix quilt update breakage for kernel related packages

SVN-Revision: 9368

16 years agoshow md5sums on mismatch in download.pl
Felix Fietkau [Sat, 20 Oct 2007 15:30:16 +0000 (15:30 +0000)]
show md5sums on mismatch in download.pl

SVN-Revision: 9367

16 years agofix update fuse to 2.7.1 - fixes compile breakage with 2.6.23
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

16 years agore-libtoolize linux-atm to fix random libname breakage
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

16 years agofix up a few ide related kernel config issues (related to #2516)
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

16 years agomake morse LED trigger available as a package, and fix it to compile with 2.6.23
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

16 years ago[adm5120] add LEDs trigger for switch port states, thanks to Bernhard Held (closes...
Gabor Juhos [Sat, 20 Oct 2007 07:45:08 +0000 (07:45 +0000)]
[adm5120] add LEDs trigger for switch port states, thanks to Bernhard Held (closes: #2153)

SVN-Revision: 9362

16 years ago[adm5120] fix typos in the switch driver, thanks to Bernhard Held (closes: #2573)
Gabor Juhos [Sat, 20 Oct 2007 05:51:10 +0000 (05:51 +0000)]
[adm5120] fix typos in the switch driver, thanks to Bernhard Held (closes: #2573)

SVN-Revision: 9361

16 years ago[adm5120] add patch for gpio-leds to support special brightness values, thanks to...
Gabor Juhos [Sat, 20 Oct 2007 05:26:19 +0000 (05:26 +0000)]
[adm5120] add patch for gpio-leds to support special brightness values, thanks to Bernhard Held (closes: #2572)

SVN-Revision: 9360

16 years agoConvert the karma changes to be an ioctl
Florian Fainelli [Fri, 19 Oct 2007 06:19:00 +0000 (06:19 +0000)]
Convert the karma changes to be an ioctl

SVN-Revision: 9358

16 years agofritzbox leds detection (thanks Axel Gembe)
Eugene Konev [Fri, 19 Oct 2007 03:02:49 +0000 (03:02 +0000)]
fritzbox leds detection (thanks Axel Gembe)

SVN-Revision: 9357

16 years agofixed missing symbols in atheros kernel config
John Crispin [Thu, 18 Oct 2007 21:46:52 +0000 (21:46 +0000)]
fixed missing symbols in atheros kernel config

SVN-Revision: 9356

16 years agofixed wpa2 support for madwifi/wpa_supplicant
John Crispin [Thu, 18 Oct 2007 20:51:21 +0000 (20:51 +0000)]
fixed wpa2 support for madwifi/wpa_supplicant

SVN-Revision: 9355

16 years agoremove whitespaces
John Crispin [Thu, 18 Oct 2007 20:30:18 +0000 (20:30 +0000)]
remove whitespaces

SVN-Revision: 9354

16 years agomore package submenus
John Crispin [Thu, 18 Oct 2007 19:08:16 +0000 (19:08 +0000)]
more package submenus

SVN-Revision: 9351

16 years agodon't dispatch spurious irq0 events
Felix Fietkau [Thu, 18 Oct 2007 18:27:33 +0000 (18:27 +0000)]
don't dispatch spurious irq0 events

SVN-Revision: 9347

16 years ago[adm5120] add kernel config option to disabling common PCI quirks, resync kernel...
Gabor Juhos [Thu, 18 Oct 2007 15:14:55 +0000 (15:14 +0000)]
[adm5120] add kernel config option to disabling common PCI quirks, resync kernel config

SVN-Revision: 9346

16 years agoTurn off stp by default, thanks ejka
Florian Fainelli [Thu, 18 Oct 2007 13:20:02 +0000 (13:20 +0000)]
Turn off stp by default, thanks ejka

SVN-Revision: 9345

16 years agoRevert [9176] now that we have network config handling stp [9343]
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

16 years agoTurn on stp by default for bridges (#2476)
Florian Fainelli [Thu, 18 Oct 2007 13:07:28 +0000 (13:07 +0000)]
Turn on stp by default for bridges (#2476)

SVN-Revision: 9343

16 years ago[adm5120] add ids for Edimax BR-6104Wg boards
Gabor Juhos [Thu, 18 Oct 2007 07:40:01 +0000 (07:40 +0000)]
[adm5120] add ids for Edimax BR-6104Wg boards

SVN-Revision: 9342

16 years ago[adm5120] fix initcall level in i2c-gpio-custom driver if not built as a module
Gabor Juhos [Wed, 17 Oct 2007 17:26:54 +0000 (17:26 +0000)]
[adm5120] fix initcall level in i2c-gpio-custom driver if not built as a module

SVN-Revision: 9341

16 years ago[adm5120] switch driver cleanup, 4th phase
Gabor Juhos [Wed, 17 Oct 2007 08:10:47 +0000 (08:10 +0000)]
[adm5120] switch driver cleanup, 4th phase

SVN-Revision: 9340

16 years agoadded rtl8169, from #2554
John Crispin [Tue, 16 Oct 2007 21:02:36 +0000 (21:02 +0000)]
added rtl8169, from #2554

SVN-Revision: 9339

16 years agoadd mconf_check to svn:ignore
Felix Fietkau [Tue, 16 Oct 2007 19:22:44 +0000 (19:22 +0000)]
add mconf_check to svn:ignore

SVN-Revision: 9338

16 years agoAdd route6 option to setup IPv6 routes (#2528)
Florian Fainelli [Tue, 16 Oct 2007 15:05:19 +0000 (15:05 +0000)]
Add route6 option to setup IPv6 routes (#2528)

SVN-Revision: 9337

16 years agoUpdate description, iptables-mod-ipsec includes libipt_policy.so
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

16 years agoFix typos and add quotes, potentially fix build failures with ccache (#2533)
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

16 years ago[adm5120] switch driver cleanup, 3rd phase
Gabor Juhos [Tue, 16 Oct 2007 13:12:51 +0000 (13:12 +0000)]
[adm5120] switch driver cleanup, 3rd phase

SVN-Revision: 9334

16 years agoFix tx error handling (#2552). Make rx ring size actually configurable through
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

16 years agoresync avr32 with 2.6.23.atmel.1
Imre Kaloz [Tue, 16 Oct 2007 12:22:57 +0000 (12:22 +0000)]
resync avr32 with 2.6.23.atmel.1

SVN-Revision: 9332

16 years agoclear flags always
Eugene Konev [Tue, 16 Oct 2007 09:26:58 +0000 (09:26 +0000)]
clear flags always

SVN-Revision: 9331

16 years ago[adm5120] switch driver cleanup, 2nd phase
Gabor Juhos [Tue, 16 Oct 2007 08:15:18 +0000 (08:15 +0000)]
[adm5120] switch driver cleanup, 2nd phase

SVN-Revision: 9330

16 years agoResync kernel config, do not enable the setup file
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

16 years agoTypo on PCI ids
Florian Fainelli [Mon, 15 Oct 2007 17:04:34 +0000 (17:04 +0000)]
Typo on PCI ids

SVN-Revision: 9328

16 years agoAdd the RDC PCI ids for a fancier PCI device table.Return the system name on boot.
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

16 years agofix acx-mac80211
Eugene Konev [Mon, 15 Oct 2007 13:48:38 +0000 (13:48 +0000)]
fix acx-mac80211

SVN-Revision: 9326

16 years ago[adm5120] switch driver cleanup, 1st phase
Gabor Juhos [Mon, 15 Oct 2007 06:22:34 +0000 (06:22 +0000)]
[adm5120] switch driver cleanup, 1st phase

SVN-Revision: 9324

16 years agofix acx-mac80211 build (closes #2534)
Matteo Croce [Sun, 14 Oct 2007 20:29:44 +0000 (20:29 +0000)]
fix acx-mac80211 build (closes #2534)

SVN-Revision: 9323

16 years agoAllow kexec to directly use the kernel exposed in a mtd partition and reboot using...
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

16 years agomark b43 as broken
Felix Fietkau [Sun, 14 Oct 2007 18:14:16 +0000 (18:14 +0000)]
mark b43 as broken

SVN-Revision: 9321

16 years agoFix profile/image generation for dir450
Florian Fainelli [Sun, 14 Oct 2007 15:12:14 +0000 (15:12 +0000)]
Fix profile/image generation for dir450

SVN-Revision: 9320

16 years agofixed missing kernel option for x86
John Crispin [Sun, 14 Oct 2007 14:25:10 +0000 (14:25 +0000)]
fixed missing kernel option for x86

SVN-Revision: 9319

16 years agofixed generation of iso images
John Crispin [Sun, 14 Oct 2007 13:39:35 +0000 (13:39 +0000)]
fixed generation of iso images

SVN-Revision: 9317

16 years agoBuild a karma variant of madwifi
Florian Fainelli [Sun, 14 Oct 2007 11:42:09 +0000 (11:42 +0000)]
Build a karma variant of madwifi

SVN-Revision: 9316

16 years agofixed 1677
John Crispin [Sun, 14 Oct 2007 06:12:29 +0000 (06:12 +0000)]
fixed 1677

SVN-Revision: 9314

16 years agofix duplicate dependencies
Felix Fietkau [Sun, 14 Oct 2007 05:25:50 +0000 (05:25 +0000)]
fix duplicate dependencies

SVN-Revision: 9311

16 years agofix i2c-gpio
Felix Fietkau [Sun, 14 Oct 2007 05:04:23 +0000 (05:04 +0000)]
fix i2c-gpio

SVN-Revision: 9309

16 years agoDESCRIPTION:= is obselete, so complain if it is used and use TITLE if no description...
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

16 years agoDESCRIPTION:= is obselete
John Crispin [Sun, 14 Oct 2007 04:46:38 +0000 (04:46 +0000)]
DESCRIPTION:= is obselete

SVN-Revision: 9306

16 years agoDESCRIPTION:= is obselete
John Crispin [Sun, 14 Oct 2007 04:34:07 +0000 (04:34 +0000)]
DESCRIPTION:= is obselete

SVN-Revision: 9305

16 years agosync ssb with upstream
Felix Fietkau [Sun, 14 Oct 2007 02:47:36 +0000 (02:47 +0000)]
sync ssb with upstream

SVN-Revision: 9302

16 years agoadd autorebuild check for menuconfig
Felix Fietkau [Sun, 14 Oct 2007 02:28:34 +0000 (02:28 +0000)]
add autorebuild check for menuconfig

SVN-Revision: 9301

16 years agoadd possibility to set default .config values
John Crispin [Sun, 14 Oct 2007 02:15:37 +0000 (02:15 +0000)]
add possibility to set default .config values

SVN-Revision: 9300

16 years ago[9298] was b0rked
John Crispin [Sun, 14 Oct 2007 00:19:33 +0000 (00:19 +0000)]
[9298] was b0rked

SVN-Revision: 9299

16 years agoconverted atheros ethernet driver to phy layer
John Crispin [Sun, 14 Oct 2007 00:07:43 +0000 (00:07 +0000)]
converted atheros ethernet driver to phy layer

SVN-Revision: 9298

16 years agoadded some extensions to the phy layer
John Crispin [Sun, 14 Oct 2007 00:04:53 +0000 (00:04 +0000)]
added some extensions to the phy layer

SVN-Revision: 9297

16 years agofix nl80211
Felix Fietkau [Sat, 13 Oct 2007 23:01:35 +0000 (23:01 +0000)]
fix nl80211

SVN-Revision: 9296

16 years agofix typo
Felix Fietkau [Sat, 13 Oct 2007 22:41:50 +0000 (22:41 +0000)]
fix typo

SVN-Revision: 9295

16 years agodon't build mac80211 if the kernel version does not match
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

16 years agoadd b43
Felix Fietkau [Sat, 13 Oct 2007 22:41:37 +0000 (22:41 +0000)]
add b43

SVN-Revision: 9293