openwrt/openwrt.git
15 years agolibnl: backport memleak fix
Imre Kaloz [Mon, 16 Jun 2008 12:43:16 +0000 (12:43 +0000)]
libnl: backport memleak fix

SVN-Revision: 11500

15 years agofix libnl compile with older kernels
Imre Kaloz [Mon, 16 Jun 2008 12:42:36 +0000 (12:42 +0000)]
fix libnl compile with older kernels

SVN-Revision: 11499

15 years agorefresh generic 2.6.22 patches
Imre Kaloz [Mon, 16 Jun 2008 12:40:48 +0000 (12:40 +0000)]
refresh generic 2.6.22 patches

SVN-Revision: 11498

15 years agofixup machid workaround, generate uImage manually
Imre Kaloz [Mon, 16 Jun 2008 12:38:55 +0000 (12:38 +0000)]
fixup machid workaround, generate uImage manually

SVN-Revision: 11497

15 years agoadded unsquashfs-lzma, usefull for debugging of existing fs images
Ralph Hempel [Mon, 16 Jun 2008 11:32:13 +0000 (11:32 +0000)]
added unsquashfs-lzma, usefull for debugging of existing fs images

SVN-Revision: 11496

15 years agofix the path to the x-wrt feed (svn:// is broken on berlios.de at the moment)
Felix Fietkau [Sun, 15 Jun 2008 20:41:41 +0000 (20:41 +0000)]
fix the path to the x-wrt feed (svn:// is broken on berlios.de at the moment)

SVN-Revision: 11494

15 years agoadd another check to the dependencies
Felix Fietkau [Sun, 15 Jun 2008 14:50:41 +0000 (14:50 +0000)]
add another check to the dependencies

SVN-Revision: 11475

15 years agofix typo
Felix Fietkau [Sun, 15 Jun 2008 14:49:00 +0000 (14:49 +0000)]
fix typo

SVN-Revision: 11474

15 years agoadd some sanity checking
Felix Fietkau [Sun, 15 Jun 2008 14:34:00 +0000 (14:34 +0000)]
add some sanity checking

SVN-Revision: 11473

15 years agoremove some unused crap
Felix Fietkau [Sun, 15 Jun 2008 11:15:35 +0000 (11:15 +0000)]
remove some unused crap

SVN-Revision: 11472

15 years ago(6/6) bcm57xx: package
Felix Fietkau [Sun, 15 Jun 2008 11:11:28 +0000 (11:11 +0000)]
(6/6) bcm57xx: package

This is the bcm57xx package.  I have tested default vlan functions,
but I dont have the equipment to test more advanced setups.  The default
vlan setup seems to be working fine.  I also added the activate_gpio
parameter which will make the driver activate the switch via gpio before
probing for it.

I'm not sure which method is best for autoload.  For the wrt350n, I
need the activate_gpio parameter.  But its probably not a good idea
to add that to the autoload file.  On a system without a bcm57xx switch,
isn't it a bad idea to mess with the gpios looking for the switch? Ideally,
wouldn't it be best to load the bcm57xx module from broadcom-diag, after
it has determined which router its on?  I tried using 'request_module' from
there, but had no success.  For now, I am relying on preinit to load
the bcm57xx module with activate_gpio param, after it has failed to load
switch_robo and switch_adm.

Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu>
SVN-Revision: 11471

15 years ago(5/6) bcm57xx: bcm4785 incomplete reboot
Felix Fietkau [Sun, 15 Jun 2008 11:10:43 +0000 (11:10 +0000)]
(5/6) bcm57xx: bcm4785 incomplete reboot

I noticed my wrt350n would not reliably reboot after entering
the reboot command.  I found this code in the source for the
wrt600n.  It corrects the problem, and the wrt350n reboots
reliably now.

Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu>
SVN-Revision: 11470

15 years ago(4/6) bcm57xx: switch-core.c/switch-robo.c check for port already registered
Felix Fietkau [Sun, 15 Jun 2008 11:10:27 +0000 (11:10 +0000)]
(4/6) bcm57xx: switch-core.c/switch-robo.c check for port already registered

This patch prevents switch-robo.c from attempting robo_probe on a port
that is already registered.  robo_probe will adjust kernel reference counts
if it detects a switch on the port.  If this patch wasn't applied, the
wrt350n would hang on reboot, waiting for the network driver reference count
to reach zero indefinitely.

Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu>
SVN-Revision: 11469

15 years ago(3/6) bcm57xx: preinit
Felix Fietkau [Sun, 15 Jun 2008 11:10:13 +0000 (11:10 +0000)]
(3/6) bcm57xx: preinit

This patch allows the bcm57xx module to work correctly with failsafe mode.

insmod doesn't return an error when a module loads but doesn't detect a switch.
I added the check_module function to load the module, then make sure
it doesn't just exit immediately.  This allows preinit to only attempt to
load the bcm57xx module when switch-robo and switch-adm dont detect a switch.

The activate_gpio parameter to bcm57xx simply instructs the module to attempt
to activate the switch via gpio before probing for the switch.

Tested on wrt350n.

Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu>
SVN-Revision: 11468

15 years ago(2/6) bcm57xx: netconfig
Felix Fietkau [Sun, 15 Jun 2008 11:09:49 +0000 (11:09 +0000)]
(2/6) bcm57xx: netconfig

Update the netconfig script to support boardtype 0x478.  I've tested this
on the wrt350n, hopefully it will match the 600n as well.

Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu>
SVN-Revision: 11467

15 years ago(1/6) bcm57xx: init from diag
Felix Fietkau [Sun, 15 Jun 2008 11:09:27 +0000 (11:09 +0000)]
(1/6) bcm57xx: init from diag

I've been working to finish up the bcm57xx module package nbd
posted a few months ago.  I am no expert, just had some spare
time and some motivation.  Here is the background:

https://dev.openwrt.org/ticket/2744

This first patch disables the bcm57xx gpio setup in broadcom-diag.
The switch needs to be initialized by the driver so the driver can
then reset the switch ASAP.  If the switch isn't reset quickly enough,
it will forward packets between the WAN and LAN, which will cause
problems with modems that only allow one mac to access the internet.

Tested on wrt350n.

Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu>
SVN-Revision: 11466

15 years agoRemove ssb headers from mac80211 to avoid conflict with in-kernel ones
Peter Denison [Fri, 13 Jun 2008 21:05:26 +0000 (21:05 +0000)]
Remove ssb headers from mac80211 to avoid conflict with in-kernel ones

SVN-Revision: 11462

15 years agoremove accidentally committed swap file
Felix Fietkau [Fri, 13 Jun 2008 15:29:07 +0000 (15:29 +0000)]
remove accidentally committed swap file

SVN-Revision: 11461

15 years agocreate a platform config-* file if there is none already when running kernel_menuconf...
Felix Fietkau [Fri, 13 Jun 2008 15:28:31 +0000 (15:28 +0000)]
create a platform config-* file if there is none already when running kernel_menuconfig or kernel_oldconfig

SVN-Revision: 11460

15 years agotemporary hack to fixup the mach id for the wrt350nv2
Imre Kaloz [Fri, 13 Jun 2008 12:58:28 +0000 (12:58 +0000)]
temporary hack to fixup the mach id for the wrt350nv2

SVN-Revision: 11459

15 years agoopenwrt partition map for the wrt350nv2
Imre Kaloz [Fri, 13 Jun 2008 12:14:39 +0000 (12:14 +0000)]
openwrt partition map for the wrt350nv2

SVN-Revision: 11458

15 years agoworkaround bogus CFI version for the wrt350nv2
Imre Kaloz [Fri, 13 Jun 2008 12:14:01 +0000 (12:14 +0000)]
workaround bogus CFI version for the wrt350nv2

SVN-Revision: 11457

15 years agoupgrade orion and sync to 2.6.26-rc6
Imre Kaloz [Fri, 13 Jun 2008 12:12:34 +0000 (12:12 +0000)]
upgrade orion and sync to 2.6.26-rc6

SVN-Revision: 11456

15 years agoanother patch fix
Felix Fietkau [Fri, 13 Jun 2008 08:56:06 +0000 (08:56 +0000)]
another patch fix

SVN-Revision: 11455

15 years agofix a small comment
Felix Fietkau [Fri, 13 Jun 2008 07:30:21 +0000 (07:30 +0000)]
fix a small comment

SVN-Revision: 11454

15 years agofix ANI and make use of it in all modes except for monitor
Felix Fietkau [Fri, 13 Jun 2008 01:51:31 +0000 (01:51 +0000)]
fix ANI and make use of it in all modes except for monitor

SVN-Revision: 11453

15 years agoar7: refresh patches
Matteo Croce [Thu, 12 Jun 2008 22:33:48 +0000 (22:33 +0000)]
ar7: refresh patches

SVN-Revision: 11452

15 years agoavr32: clean and refresh patch
Matteo Croce [Thu, 12 Jun 2008 22:24:27 +0000 (22:24 +0000)]
avr32: clean and refresh patch

SVN-Revision: 11451

15 years agoavr32: upgrade to 2.6.25.6
Matteo Croce [Thu, 12 Jun 2008 21:13:40 +0000 (21:13 +0000)]
avr32: upgrade to 2.6.25.6

SVN-Revision: 11450

15 years agouse the european kernel.org mirror too
Matteo Croce [Thu, 12 Jun 2008 14:48:32 +0000 (14:48 +0000)]
use the european kernel.org mirror too

SVN-Revision: 11448

15 years agoUse 2.6.25.6 for rdc
Florian Fainelli [Thu, 12 Jun 2008 08:07:08 +0000 (08:07 +0000)]
Use 2.6.25.6 for rdc

SVN-Revision: 11447

15 years agomake ip-up scripts aware of network settings
John Crispin [Wed, 11 Jun 2008 20:03:08 +0000 (20:03 +0000)]
make ip-up scripts aware of network settings

SVN-Revision: 11446

15 years agosystem now knows which timezone it is in
John Crispin [Wed, 11 Jun 2008 19:59:16 +0000 (19:59 +0000)]
system now knows which timezone it is in

SVN-Revision: 11445

15 years agofix missing package compile/installation issue
Felix Fietkau [Wed, 11 Jun 2008 18:48:37 +0000 (18:48 +0000)]
fix missing package compile/installation issue

SVN-Revision: 11441

15 years agoUse 2.6.25 for rdc321x
Florian Fainelli [Wed, 11 Jun 2008 16:38:37 +0000 (16:38 +0000)]
Use 2.6.25 for rdc321x

SVN-Revision: 11439

15 years agoAdd syskonnect yukon2 support (#2568)
Florian Fainelli [Wed, 11 Jun 2008 15:51:23 +0000 (15:51 +0000)]
Add syskonnect yukon2 support (#2568)

SVN-Revision: 11437

15 years agoupgrade orion to 2.6.26-rc5
Imre Kaloz [Wed, 11 Jun 2008 11:59:45 +0000 (11:59 +0000)]
upgrade orion to 2.6.26-rc5

SVN-Revision: 11436

15 years agoupgrade to 2.6.25.6
Imre Kaloz [Wed, 11 Jun 2008 11:38:39 +0000 (11:38 +0000)]
upgrade to 2.6.25.6

SVN-Revision: 11435

15 years agorefresh patch
Imre Kaloz [Wed, 11 Jun 2008 11:37:08 +0000 (11:37 +0000)]
refresh patch

SVN-Revision: 11434

15 years agoadd newer, fixed IMQ patch for 2.6.25 and 2.6.26
Imre Kaloz [Wed, 11 Jun 2008 11:35:49 +0000 (11:35 +0000)]
add newer, fixed IMQ patch for 2.6.25 and 2.6.26

SVN-Revision: 11433

15 years agofix some previously ignored build dependencies (for example, uci->lua)
Felix Fietkau [Wed, 11 Jun 2008 01:36:08 +0000 (01:36 +0000)]
fix some previously ignored build dependencies (for example, uci->lua)

SVN-Revision: 11429

15 years agoconsider virtual dependencies (generated by using PROVIDES:=) when generating the...
Felix Fietkau [Tue, 10 Jun 2008 21:10:02 +0000 (21:10 +0000)]
consider virtual dependencies (generated by using PROVIDES:=) when generating the build dependencies (fixes python build dependency errors)

SVN-Revision: 11428

15 years agogeneric-2.6: revert yaffs changes [11378], the new code is not working correctly...
Gabor Juhos [Tue, 10 Jun 2008 08:20:19 +0000 (08:20 +0000)]
generic-2.6: revert yaffs changes [11378], the new code is not working correctly on RouterBoards

SVN-Revision: 11427

15 years agoadds missing patch for native toolchain
John Crispin [Tue, 10 Jun 2008 07:18:41 +0000 (07:18 +0000)]
adds missing patch for native toolchain

SVN-Revision: 11425

15 years agofix make menuconfig/oldconfig
Felix Fietkau [Mon, 9 Jun 2008 16:21:20 +0000 (16:21 +0000)]
fix make menuconfig/oldconfig

SVN-Revision: 11415

15 years agolarge improvement for parallel builds. works without V=99 now and without warnings...
Felix Fietkau [Mon, 9 Jun 2008 15:38:45 +0000 (15:38 +0000)]
large improvement for parallel builds. works without V=99 now and without warnings. tested with -j on an 2x dual core opteron machine

SVN-Revision: 11414

15 years agoadd missing fix for etrax compile without axis toolchain
Felix Fietkau [Mon, 9 Jun 2008 15:38:27 +0000 (15:38 +0000)]
add missing fix for etrax compile without axis toolchain

SVN-Revision: 11413

15 years agofix a small dep bug in the docs/ dir
Felix Fietkau [Mon, 9 Jun 2008 15:38:23 +0000 (15:38 +0000)]
fix a small dep bug in the docs/ dir

SVN-Revision: 11412

15 years agoallow parallel downloading for make download
Felix Fietkau [Mon, 9 Jun 2008 15:38:19 +0000 (15:38 +0000)]
allow parallel downloading for make download

SVN-Revision: 11411

15 years agoset marvell switch ATU ageing time to minimum instead of maximum - hopefully fixes...
Felix Fietkau [Mon, 9 Jun 2008 10:31:46 +0000 (10:31 +0000)]
set marvell switch ATU ageing time to minimum instead of maximum - hopefully fixes some fonera 2.0 ethernet issues

SVN-Revision: 11410

15 years agomadwifi: remove unnecessary part of the 349-reset.patch, add an ANI fix for future...
Felix Fietkau [Mon, 9 Jun 2008 10:17:36 +0000 (10:17 +0000)]
madwifi: remove unnecessary part of the 349-reset.patch, add an ANI fix for future HALs

SVN-Revision: 11409

15 years agoCompilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens. Fixes...
Peter Denison [Sun, 8 Jun 2008 20:19:19 +0000 (20:19 +0000)]
Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens. Fixes #3501

SVN-Revision: 11407

15 years agoremove proc and char dev from ifxmips gpio driver
John Crispin [Sun, 8 Jun 2008 08:21:20 +0000 (08:21 +0000)]
remove proc and char dev from ifxmips gpio driver

SVN-Revision: 11406

15 years agoadds gpiodev support to ifxmips
John Crispin [Sun, 8 Jun 2008 08:07:14 +0000 (08:07 +0000)]
adds gpiodev support to ifxmips

SVN-Revision: 11405

15 years agoadd packages required by failsafe support to defaults
Gabor Juhos [Sun, 8 Jun 2008 06:43:21 +0000 (06:43 +0000)]
add packages required by failsafe support to defaults

SVN-Revision: 11404

15 years agoadd initial failsafe support
Gabor Juhos [Sun, 8 Jun 2008 06:38:26 +0000 (06:38 +0000)]
add initial failsafe support

SVN-Revision: 11403

15 years agoadd button devices to several boards
Gabor Juhos [Sun, 8 Jun 2008 06:37:31 +0000 (06:37 +0000)]
add button devices to several boards

SVN-Revision: 11402

15 years agoadd button-hotplug driver, will be usable to check status of buttons connected to...
Gabor Juhos [Sat, 7 Jun 2008 18:25:32 +0000 (18:25 +0000)]
add button-hotplug driver, will be usable to check status of buttons connected to GPIO lines

SVN-Revision: 11401

15 years agofix image names in the wget2nand script
Gabor Juhos [Sat, 7 Jun 2008 17:47:21 +0000 (17:47 +0000)]
fix image names in the wget2nand script

SVN-Revision: 11400

15 years agofix image names in the whet2nand script
Gabor Juhos [Sat, 7 Jun 2008 17:45:04 +0000 (17:45 +0000)]
fix image names in the whet2nand script

SVN-Revision: 11399

15 years agostrip kernel version from image names
Gabor Juhos [Sat, 7 Jun 2008 17:43:36 +0000 (17:43 +0000)]
strip kernel version from image names

SVN-Revision: 11398

15 years agogeneric-2.6: refresh yaffs patches
Gabor Juhos [Sat, 7 Jun 2008 17:14:22 +0000 (17:14 +0000)]
generic-2.6: refresh yaffs patches

SVN-Revision: 11397

15 years agofixes ifxmips pci support and adds GENERIC_GPIO
John Crispin [Sat, 7 Jun 2008 16:04:31 +0000 (16:04 +0000)]
fixes ifxmips pci support and adds GENERIC_GPIO

SVN-Revision: 11396

15 years agooops. accidentally committed the wrong patch version
Felix Fietkau [Sat, 7 Jun 2008 15:11:21 +0000 (15:11 +0000)]
oops. accidentally committed the wrong patch version

SVN-Revision: 11395

15 years agorename ifmips images
John Crispin [Sat, 7 Jun 2008 14:58:08 +0000 (14:58 +0000)]
rename ifmips images

SVN-Revision: 11394

15 years agoseveral uboot fixes
John Crispin [Sat, 7 Jun 2008 14:57:46 +0000 (14:57 +0000)]
several uboot fixes

SVN-Revision: 11393

15 years agofixes ifxmips danube flashing using uboot, 2nd try
John Crispin [Sat, 7 Jun 2008 10:33:46 +0000 (10:33 +0000)]
fixes ifxmips danube flashing using uboot, 2nd try

SVN-Revision: 11392

15 years agofixes ifxmips danube flashing using uboot
John Crispin [Sat, 7 Jun 2008 10:31:09 +0000 (10:31 +0000)]
fixes ifxmips danube flashing using uboot

SVN-Revision: 11391

15 years agoclean up etehrnet driver
John Crispin [Sat, 7 Jun 2008 10:12:15 +0000 (10:12 +0000)]
clean up etehrnet driver

SVN-Revision: 11389

15 years agomissing file in ifxmips driver support patch
John Crispin [Sat, 7 Jun 2008 10:01:56 +0000 (10:01 +0000)]
missing file in ifxmips driver support patch

SVN-Revision: 11388

15 years agofix spurious ifxmips u-boot build errors
Felix Fietkau [Sat, 7 Jun 2008 09:30:59 +0000 (09:30 +0000)]
fix spurious ifxmips u-boot build errors

SVN-Revision: 11387

15 years agoadd a chip_fixup function to the plat_nand driver on 2.6.23 as well (closes #3513)
Gabor Juhos [Sat, 7 Jun 2008 08:35:09 +0000 (08:35 +0000)]
add a chip_fixup function to the plat_nand driver on 2.6.23 as well (closes #3513)

SVN-Revision: 11386

15 years agofix madwifi on linux 2.4
Felix Fietkau [Fri, 6 Jun 2008 23:53:03 +0000 (23:53 +0000)]
fix madwifi on linux 2.4

SVN-Revision: 11385

15 years agoremove axis toolchain dependency for etrax
John Crispin [Fri, 6 Jun 2008 20:22:01 +0000 (20:22 +0000)]
remove axis toolchain dependency for etrax

SVN-Revision: 11384

15 years agofinally fixes etrax toolchain problems, thanks nbd
John Crispin [Fri, 6 Jun 2008 20:12:05 +0000 (20:12 +0000)]
finally fixes etrax toolchain problems, thanks nbd

SVN-Revision: 11383

15 years agofixes au1000 ethernet support, signed off: Bruno Randolf
John Crispin [Fri, 6 Jun 2008 19:57:03 +0000 (19:57 +0000)]
fixes au1000 ethernet support, signed off: Bruno Randolf

SVN-Revision: 11382

15 years agoupdate svn:ignore and .gitignore
Felix Fietkau [Fri, 6 Jun 2008 19:04:01 +0000 (19:04 +0000)]
update svn:ignore and .gitignore

SVN-Revision: 11381

15 years agouse default gateway for routes that have no gw specified, Signed off by: Brian J...
John Crispin [Fri, 6 Jun 2008 18:49:23 +0000 (18:49 +0000)]
use default gateway for routes that have no gw specified, Signed off by: Brian J. Murrell

SVN-Revision: 11380

15 years agogeneric-2.6: yaffs cleanup * reduce compiler warnings, * renumber/rename patches
Gabor Juhos [Fri, 6 Jun 2008 13:14:59 +0000 (13:14 +0000)]
generic-2.6: yaffs cleanup * reduce compiler warnings, * renumber/rename patches

SVN-Revision: 11379

15 years agogeneric-2.6: sync yaffs code with the official CVS tree
Gabor Juhos [Fri, 6 Jun 2008 12:52:39 +0000 (12:52 +0000)]
generic-2.6: sync yaffs code with the official CVS tree

SVN-Revision: 11378

15 years agomake use the chip_fixup function of the plat_nand driver
Gabor Juhos [Fri, 6 Jun 2008 09:04:14 +0000 (09:04 +0000)]
make use the chip_fixup function of the plat_nand driver

SVN-Revision: 11377

15 years agomake use the chip_fixup function of the plat_nand driver
Gabor Juhos [Fri, 6 Jun 2008 09:03:35 +0000 (09:03 +0000)]
make use the chip_fixup function of the plat_nand driver

SVN-Revision: 11376

15 years agoadd a chip_fixup function to the plat_nand driver
Gabor Juhos [Fri, 6 Jun 2008 09:01:33 +0000 (09:01 +0000)]
add a chip_fixup function to the plat_nand driver

SVN-Revision: 11375

15 years agorefresh patches to match upstream style
Gabor Juhos [Fri, 6 Jun 2008 08:54:13 +0000 (08:54 +0000)]
refresh patches to match upstream style

SVN-Revision: 11374

15 years agoSet executable permissions on ps3 target specific scripts
Yuji Mano [Thu, 5 Jun 2008 18:42:18 +0000 (18:42 +0000)]
Set executable permissions on ps3 target specific scripts

SVN-Revision: 11370

15 years agoadd little endian arm wpa_supplicant config file
Imre Kaloz [Thu, 5 Jun 2008 17:15:12 +0000 (17:15 +0000)]
add little endian arm wpa_supplicant config file

SVN-Revision: 11369

15 years agorename and renumber storm patches
Imre Kaloz [Thu, 5 Jun 2008 17:14:02 +0000 (17:14 +0000)]
rename and renumber storm patches

SVN-Revision: 11368

15 years ago* refresh storm patches * disable BX in uClibc config, add ethernet and watchdog...
Imre Kaloz [Thu, 5 Jun 2008 17:10:39 +0000 (17:10 +0000)]
* refresh storm patches * disable BX in uClibc config, add ethernet and watchdog support -- thanks to Zilvinas Valinskas

SVN-Revision: 11367

15 years agorefresh generic 2.6.23 patches in upstream style
Imre Kaloz [Thu, 5 Jun 2008 17:01:00 +0000 (17:01 +0000)]
refresh generic 2.6.23 patches in upstream style

SVN-Revision: 11366

15 years agoadd patch to fix EABI compiles on ARMv4
Imre Kaloz [Thu, 5 Jun 2008 16:38:04 +0000 (16:38 +0000)]
add patch to fix EABI compiles on ARMv4

SVN-Revision: 11365

15 years agoAdd bcm3350 cpuid
Florian Fainelli [Thu, 5 Jun 2008 16:19:46 +0000 (16:19 +0000)]
Add bcm3350 cpuid

SVN-Revision: 11364

15 years agofix sysupgrade 'do_upgrade: not found' error
Felix Fietkau [Wed, 4 Jun 2008 23:20:56 +0000 (23:20 +0000)]
fix sysupgrade 'do_upgrade: not found' error

SVN-Revision: 11362

15 years agoupgrade uci to 0.4.2 - fixes some escaping and library issues
Felix Fietkau [Wed, 4 Jun 2008 22:43:26 +0000 (22:43 +0000)]
upgrade uci to 0.4.2 - fixes some escaping and library issues

SVN-Revision: 11361

15 years agoAdding ps3 target specific /bin/login script. For security reasons, allow telnet...
Yuji Mano [Wed, 4 Jun 2008 22:34:19 +0000 (22:34 +0000)]
Adding ps3 target specific /bin/login script. For security reasons, allow telnet login only if the user explicitly sets a flag in the ps3 flash db to enable telnet login from the host console.

SVN-Revision: 11360

15 years agofix x86 image build order (fixes #3317)
Felix Fietkau [Wed, 4 Jun 2008 21:55:25 +0000 (21:55 +0000)]
fix x86 image build order (fixes #3317)

SVN-Revision: 11359

15 years agoUpdate b43 from compat-wireless-2008-05-26 codebase
Peter Denison [Wed, 4 Jun 2008 19:47:48 +0000 (19:47 +0000)]
Update b43 from compat-wireless-2008-05-26 codebase

SVN-Revision: 11358

15 years agoUpdate mac80211 to compat-wireless-2008-05-26
Peter Denison [Wed, 4 Jun 2008 19:47:27 +0000 (19:47 +0000)]
Update mac80211 to compat-wireless-2008-05-26

SVN-Revision: 11357

15 years agoUpdate libnl to compile on and after 2.6.25
Peter Denison [Wed, 4 Jun 2008 19:45:46 +0000 (19:45 +0000)]
Update libnl to compile on and after 2.6.25

SVN-Revision: 11356

15 years agoadd wpa-eap uci configs Signed-off-by: David Bird <david@coova.com>
Travis Kemen [Wed, 4 Jun 2008 18:18:58 +0000 (18:18 +0000)]
add wpa-eap uci configs Signed-off-by: David Bird <david@coova.com>

SVN-Revision: 11355

15 years agoupgrade uci to 0.4.1 improves uci.foreach and uci.get_all in the lua binding no longe...
Felix Fietkau [Wed, 4 Jun 2008 15:28:46 +0000 (15:28 +0000)]
upgrade uci to 0.4.1 improves uci.foreach and uci.get_all in the lua binding no longer records changes for uci set with oldval == newval

SVN-Revision: 11354