openwrt/staging/chunkeey.git
16 years agoRename 'refresh' to 'update' and make the new 'refresh' actually refresh all the...
Felix Fietkau [Mon, 4 Jun 2007 11:14:08 +0000 (11:14 +0000)]
Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all the patches. Also added a target package/refresh which will do this to all packages in the buildroot

SVN-Revision: 7488

16 years agoadd ar7-2.6 fixes by Stefan Weil
Felix Fietkau [Mon, 4 Jun 2007 09:46:30 +0000 (09:46 +0000)]
add ar7-2.6 fixes by Stefan Weil

SVN-Revision: 7487

16 years agoenable image generation for the WRT150N
Imre Kaloz [Mon, 4 Jun 2007 09:26:40 +0000 (09:26 +0000)]
enable image generation for the WRT150N

SVN-Revision: 7486

16 years agoupdate uml-2.6 to 2.6.21.1 on i386, fix uml-2.6 sound modules packaging
Nicolas Thill [Mon, 4 Jun 2007 05:42:32 +0000 (05:42 +0000)]
update uml-2.6 to 2.6.21.1 on i386, fix uml-2.6 sound modules packaging

SVN-Revision: 7485

16 years agoseveral changes to the basefiles for cris target
John Crispin [Sun, 3 Jun 2007 22:29:32 +0000 (22:29 +0000)]
several changes to the basefiles for cris target

SVN-Revision: 7484

16 years agomore fixes for the patching stuff (was testing it on the wrong target)
Felix Fietkau [Sun, 3 Jun 2007 19:52:54 +0000 (19:52 +0000)]
more fixes for the patching stuff (was testing it on the wrong target)

SVN-Revision: 7483

16 years agorevert bogus change
Felix Fietkau [Sun, 3 Jun 2007 19:43:52 +0000 (19:43 +0000)]
revert bogus change

SVN-Revision: 7482

16 years agofix quilt related unpack/patch error
Felix Fietkau [Sun, 3 Jun 2007 19:39:34 +0000 (19:39 +0000)]
fix quilt related unpack/patch error

SVN-Revision: 7481

16 years agoquilt is now a preriquisite
Florian Fainelli [Sun, 3 Jun 2007 16:48:28 +0000 (16:48 +0000)]
quilt is now a preriquisite

SVN-Revision: 7480

16 years agoFix endianness issues with adm5120eb, thanks to Gabor !
Florian Fainelli [Sun, 3 Jun 2007 15:25:05 +0000 (15:25 +0000)]
Fix endianness issues with adm5120eb, thanks to Gabor !

SVN-Revision: 7479

16 years agoreworked memset,memcpy of the cris kernel, this improves board speed by factor 20
John Crispin [Sun, 3 Jun 2007 13:02:21 +0000 (13:02 +0000)]
reworked memset,memcpy of the cris kernel, this improves board speed by factor 20

SVN-Revision: 7478

16 years agoupdate wireless-tools to the latest version
Felix Fietkau [Sun, 3 Jun 2007 11:40:06 +0000 (11:40 +0000)]
update wireless-tools to the latest version

SVN-Revision: 7477

16 years agoUpdate the adm5120 config to use IRQ_CPU and physically mapped flash for now
Florian Fainelli [Sun, 3 Jun 2007 10:26:40 +0000 (10:26 +0000)]
Update the adm5120 config to use IRQ_CPU and physically mapped flash for now

SVN-Revision: 7476

16 years agoadm5120 timing specific routines, was part of the IRQ handling rewritte
Florian Fainelli [Sun, 3 Jun 2007 08:52:16 +0000 (08:52 +0000)]
adm5120 timing specific routines, was part of the IRQ handling rewritte

SVN-Revision: 7475

16 years agoimplement quilt handling for the kernel tree ... and there was much rejoicing!
Felix Fietkau [Sun, 3 Jun 2007 08:28:05 +0000 (08:28 +0000)]
implement quilt handling for the kernel tree ... and there was much rejoicing!

SVN-Revision: 7474

16 years agoenable quilt for host builds and add some additional checks
Felix Fietkau [Sun, 3 Jun 2007 07:33:00 +0000 (07:33 +0000)]
enable quilt for host builds and add some additional checks

SVN-Revision: 7473

16 years agoImprove quilt patch handling: All quilt managed patches are checked before the packag...
Felix Fietkau [Sun, 3 Jun 2007 06:54:46 +0000 (06:54 +0000)]
Improve quilt patch handling: All quilt managed patches are checked before the package compile is attempted

SVN-Revision: 7472

16 years agoAdd quilt integration for packages
Felix Fietkau [Sun, 3 Jun 2007 06:16:08 +0000 (06:16 +0000)]
Add quilt integration for packages

make package/<package>-prepare QUILT=1 will apply all patches using quilt
Autorebuild will be disabled, so that you can edit all patches in the build dir.
When you're done editing patches and everything works, you can call:
make package/<package>-refresh
That will copy the updated patches from quilt into package/<package>/patches,
and remove all old patches.
Before the patches are overwritten, the correct order of the patches is verified
('cat series' is compared against 'sort series').

SVN-Revision: 7471

16 years agomadwifi: fix an unhandle cryptoapi change (wpa2)
Felix Fietkau [Sun, 3 Jun 2007 02:28:45 +0000 (02:28 +0000)]
madwifi: fix an unhandle cryptoapi change (wpa2)

SVN-Revision: 7470

16 years agomissing -p on mkdir command
John Crispin [Sun, 3 Jun 2007 01:38:03 +0000 (01:38 +0000)]
missing -p on mkdir command

SVN-Revision: 7469

16 years agoremove duplicate include statement (fixes a warning)
Felix Fietkau [Sun, 3 Jun 2007 01:37:32 +0000 (01:37 +0000)]
remove duplicate include statement (fixes a warning)

SVN-Revision: 7468

16 years agowhen compiling a tool to upload firmware to the cris, it should be build for host...
John Crispin [Sun, 3 Jun 2007 00:32:46 +0000 (00:32 +0000)]
when compiling a tool to upload firmware to the cris, it should be build for host and not target :-)

SVN-Revision: 7467

16 years agoChanged the RouterBOOT main to rootfs
Florian Fainelli [Sat, 2 Jun 2007 23:47:14 +0000 (23:47 +0000)]
Changed the RouterBOOT main to rootfs

SVN-Revision: 7466

16 years agothe etrax bootloader tools source was added on initial merge, it is now sitting on...
John Crispin [Sat, 2 Jun 2007 23:17:43 +0000 (23:17 +0000)]
the etrax bootloader tools source was added on initial merge, it is now sitting on the acme site, source should not be in this folder

SVN-Revision: 7465

16 years agoIRQ handler rewrite by Gabor Juhos, uses C no longer assembly
Florian Fainelli [Sat, 2 Jun 2007 23:13:51 +0000 (23:13 +0000)]
IRQ handler rewrite by Gabor Juhos, uses C no longer assembly

SVN-Revision: 7464

16 years agoadded some tools that the foxboard users are used to, when working with the fox
John Crispin [Sat, 2 Jun 2007 22:58:00 +0000 (22:58 +0000)]
added some tools that the foxboard users are used to, when working with the fox

SVN-Revision: 7463

16 years agoAdd iprange (#1799)
Florian Fainelli [Sat, 2 Jun 2007 22:57:33 +0000 (22:57 +0000)]
Add iprange (#1799)

SVN-Revision: 7462

16 years agoPut back zd1211 with r85 (#1806)
Florian Fainelli [Sat, 2 Jun 2007 22:51:56 +0000 (22:51 +0000)]
Put back zd1211 with r85 (#1806)

SVN-Revision: 7461

16 years agoapex: fixed patch pathnames
Rod Whitby [Sat, 2 Jun 2007 20:52:51 +0000 (20:52 +0000)]
apex: fixed patch pathnames

SVN-Revision: 7460

16 years agoFix config.in typo and enable by default only for ixp4xx-2.6
Florian Fainelli [Sat, 2 Jun 2007 18:19:37 +0000 (18:19 +0000)]
Fix config.in typo and enable by default only for ixp4xx-2.6

SVN-Revision: 7458

16 years agoUnmark as broken
Florian Fainelli [Sat, 2 Jun 2007 17:53:46 +0000 (17:53 +0000)]
Unmark as broken

SVN-Revision: 7457

16 years agofixes for wpa/wpa2
Felix Fietkau [Sat, 2 Jun 2007 17:04:43 +0000 (17:04 +0000)]
fixes for wpa/wpa2

SVN-Revision: 7453

16 years agoapex: Mark the build apex image as an OpenWRT build (instead of a SlugOS build)
Rod Whitby [Sat, 2 Jun 2007 16:56:06 +0000 (16:56 +0000)]
apex: Mark the build apex image as an OpenWRT build (instead of a SlugOS build)

SVN-Revision: 7452

16 years agoapex: Updated to version 1.5.6 (which includes the compiler inlining fixes).
Rod Whitby [Sat, 2 Jun 2007 16:35:09 +0000 (16:35 +0000)]
apex: Updated to version 1.5.6 (which includes the compiler inlining fixes).

SVN-Revision: 7451

16 years agoUse the in-kernel pwc driver, no need to maintain it externally
Florian Fainelli [Sat, 2 Jun 2007 14:51:00 +0000 (14:51 +0000)]
Use the in-kernel pwc driver, no need to maintain it externally

SVN-Revision: 7450

16 years agomade the target name of etrax lowercase.
John Crispin [Sat, 2 Jun 2007 12:44:18 +0000 (12:44 +0000)]
made the target name of etrax lowercase.

SVN-Revision: 7449

16 years agofixes compile bug of iptables
John Crispin [Sat, 2 Jun 2007 12:42:24 +0000 (12:42 +0000)]
fixes compile bug of iptables

SVN-Revision: 7448

16 years agoUnmark adm5120eb as broken, disable NAND and YAFFS2 for this target, resync kernel...
Florian Fainelli [Sat, 2 Jun 2007 09:40:49 +0000 (09:40 +0000)]
Unmark adm5120eb as broken, disable NAND and YAFFS2 for this target, resync kernel config

SVN-Revision: 7445

16 years agoFixed a bug in the kernel-headers/Makefile introduced by the cris merge
John Crispin [Sat, 2 Jun 2007 09:27:07 +0000 (09:27 +0000)]
Fixed a bug in the kernel-headers/Makefile introduced by the cris merge

SVN-Revision: 7444

16 years agofix error handling in qos-scripts
Felix Fietkau [Sat, 2 Jun 2007 05:21:54 +0000 (05:21 +0000)]
fix error handling in qos-scripts

SVN-Revision: 7442

16 years agoapex: Updated to 1.5.4 - this time it boots
Rod Whitby [Sat, 2 Jun 2007 05:17:59 +0000 (05:17 +0000)]
apex: Updated to 1.5.4 - this time it boots

SVN-Revision: 7441

16 years agomadwifi update: include upstream fixes for ff handling, disable ff by default (not...
Felix Fietkau [Sat, 2 Jun 2007 02:22:01 +0000 (02:22 +0000)]
madwifi update: include upstream fixes for ff handling, disable ff by default (not reliable enough), wpa in ap mode should be working now

SVN-Revision: 7440

16 years agoadd initial support for the crisarchitecture used on foxboards to openwrt
John Crispin [Sat, 2 Jun 2007 00:46:02 +0000 (00:46 +0000)]
add initial support for the crisarchitecture used on foxboards to openwrt

SVN-Revision: 7439

16 years agoremove ueagle-atm and use the in-kernel driver, split up usb-atm
Florian Fainelli [Fri, 1 Jun 2007 23:21:35 +0000 (23:21 +0000)]
remove ueagle-atm and use the in-kernel driver, split up usb-atm

SVN-Revision: 7438

16 years agooptimize the performance of the minstrel rate algorithm - don't sample lower rates...
Felix Fietkau [Fri, 1 Jun 2007 20:04:47 +0000 (20:04 +0000)]
optimize the performance of the minstrel rate algorithm - don't sample lower rates if the rate with the higest probability is high

SVN-Revision: 7437

16 years agominor locking change
Felix Fietkau [Fri, 1 Jun 2007 18:25:33 +0000 (18:25 +0000)]
minor locking change

SVN-Revision: 7436

16 years agomadwifi: fix a crash in ff handling
Felix Fietkau [Fri, 1 Jun 2007 18:25:18 +0000 (18:25 +0000)]
madwifi: fix a crash in ff handling

SVN-Revision: 7435

16 years agodisable tpc in madwifi by default (seems to be hurting performance in long-distance...
Felix Fietkau [Fri, 1 Jun 2007 18:24:56 +0000 (18:24 +0000)]
disable tpc in madwifi by default (seems to be hurting performance in long-distance links)

SVN-Revision: 7434

16 years agoRemove zd1211 now we have zd1211rw which is in the kernel source
Florian Fainelli [Fri, 1 Jun 2007 14:10:14 +0000 (14:10 +0000)]
Remove zd1211 now we have zd1211rw which is in the kernel source

SVN-Revision: 7433

16 years agoMake nls-base dependency 2.6 specific, really closes #1647
Florian Fainelli [Fri, 1 Jun 2007 14:05:35 +0000 (14:05 +0000)]
Make nls-base dependency 2.6 specific, really closes #1647

SVN-Revision: 7432

16 years agomake xscale images containing proprietary microcode optional, but enabled by default
Felix Fietkau [Fri, 1 Jun 2007 13:21:55 +0000 (13:21 +0000)]
make xscale images containing proprietary microcode optional, but enabled by default

SVN-Revision: 7431

16 years agochange wifi defaults (was default hidden ssid)
Mike Baker [Fri, 1 Jun 2007 13:09:50 +0000 (13:09 +0000)]
change wifi defaults (was default hidden ssid)

SVN-Revision: 7430

16 years agoMark aodv-uu as broken with the .21 upgrade
Florian Fainelli [Fri, 1 Jun 2007 11:48:05 +0000 (11:48 +0000)]
Mark aodv-uu as broken with the .21 upgrade

SVN-Revision: 7427

16 years agoforgot a small change
Felix Fietkau [Fri, 1 Jun 2007 10:30:35 +0000 (10:30 +0000)]
forgot a small change

SVN-Revision: 7426

16 years agoclean up madwifi and sync with trunk
Felix Fietkau [Fri, 1 Jun 2007 10:29:49 +0000 (10:29 +0000)]
clean up madwifi and sync with trunk

SVN-Revision: 7425

16 years agoixp4xx: add back the mac handling fix - seems like it wasn't the cause for the ethern...
Felix Fietkau [Thu, 31 May 2007 16:05:35 +0000 (16:05 +0000)]
ixp4xx: add back the mac handling fix - seems like it wasn't the cause for the ethernet breakage

SVN-Revision: 7424

16 years agoCheck for modules.d existence before loading modules
Florian Fainelli [Thu, 31 May 2007 15:58:43 +0000 (15:58 +0000)]
Check for modules.d existence before loading modules

SVN-Revision: 7423

16 years agoapex: Revert back to 1.4.7 - what I thought I tested wasn't what I actually tested...
Rod Whitby [Thu, 31 May 2007 13:43:08 +0000 (13:43 +0000)]
apex: Revert back to 1.4.7 - what I thought I tested wasn't what I actually tested at all, and what I eventually tested didn't work.

SVN-Revision: 7422

16 years agoapex: Updated to version 1.5.4
Rod Whitby [Thu, 31 May 2007 13:25:16 +0000 (13:25 +0000)]
apex: Updated to version 1.5.4

SVN-Revision: 7421

16 years agorevert patch that is breaking ethernet on Avila GW2348-4
Felix Fietkau [Thu, 31 May 2007 12:46:56 +0000 (12:46 +0000)]
revert patch that is breaking ethernet on Avila GW2348-4

SVN-Revision: 7420

16 years agoMake rdc boot a little further, still broken though, resync kernel config
Florian Fainelli [Thu, 31 May 2007 12:31:55 +0000 (12:31 +0000)]
Make rdc boot a little further, still broken though, resync kernel config

SVN-Revision: 7419

16 years agomount_root should only mount the root
Mike Baker [Thu, 31 May 2007 12:09:08 +0000 (12:09 +0000)]
mount_root should only mount the root

SVN-Revision: 7418

16 years agomake sure that /etc/rc.d exists before creating symlinks
Felix Fietkau [Thu, 31 May 2007 12:05:37 +0000 (12:05 +0000)]
make sure that /etc/rc.d exists before creating symlinks

SVN-Revision: 7417

16 years agofix typo introduced in last commit
Felix Fietkau [Thu, 31 May 2007 11:06:19 +0000 (11:06 +0000)]
fix typo introduced in last commit

SVN-Revision: 7416

16 years agofix typo
Mike Baker [Thu, 31 May 2007 10:20:48 +0000 (10:20 +0000)]
fix typo

SVN-Revision: 7415

16 years agofix typo
Felix Fietkau [Thu, 31 May 2007 09:57:47 +0000 (09:57 +0000)]
fix typo

SVN-Revision: 7414

16 years agokernel config resync with generic-2.6
Florian Fainelli [Thu, 31 May 2007 09:56:42 +0000 (09:56 +0000)]
kernel config resync with generic-2.6

SVN-Revision: 7413

16 years agomore kernel config cleanup
Felix Fietkau [Thu, 31 May 2007 09:31:44 +0000 (09:31 +0000)]
more kernel config cleanup

SVN-Revision: 7412

16 years agofix the damn kernel config
Mike Baker [Thu, 31 May 2007 09:29:27 +0000 (09:29 +0000)]
fix the damn kernel config

SVN-Revision: 7411

16 years agomadwifi: fix a few locking mistakes
Felix Fietkau [Thu, 31 May 2007 04:51:43 +0000 (04:51 +0000)]
madwifi: fix a few locking mistakes

SVN-Revision: 7410

16 years agomadwifi: add patch for doing ad-hoc and master mode at the same (including beacon...
Felix Fietkau [Thu, 31 May 2007 03:41:01 +0000 (03:41 +0000)]
madwifi: add patch for doing ad-hoc and master mode at the same (including beacon handling)

SVN-Revision: 7409

16 years agoUpdate to .21
Florian Fainelli [Wed, 30 May 2007 19:07:03 +0000 (19:07 +0000)]
Update to .21

SVN-Revision: 7408

16 years agonetfilter dscp target/match is now in xtables
Felix Fietkau [Wed, 30 May 2007 14:54:28 +0000 (14:54 +0000)]
netfilter dscp target/match is now in xtables

SVN-Revision: 7407

16 years agoAdded kernel module definitions for Kaweth and Pegasus usb ethernet adapters.
Rod Whitby [Wed, 30 May 2007 11:51:18 +0000 (11:51 +0000)]
Added kernel module definitions for Kaweth and Pegasus usb ethernet adapters.

SVN-Revision: 7406

16 years agoUpdated yaffs2, thanks to David Goodenough (#1779)
Florian Fainelli [Wed, 30 May 2007 11:49:14 +0000 (11:49 +0000)]
Updated yaffs2, thanks to David Goodenough (#1779)

SVN-Revision: 7405

16 years agoUpdate YAFFS config, wget2nand should use br-lan since eth0 is always bridged now...
Florian Fainelli [Wed, 30 May 2007 11:48:28 +0000 (11:48 +0000)]
Update YAFFS config, wget2nand should use br-lan since eth0 is always bridged now, vmlinux.elf has to be used

SVN-Revision: 7404

16 years agoRemoved the disabling of CONFIG_TUN, and a number of other USB-related items, from...
Rod Whitby [Wed, 30 May 2007 11:28:51 +0000 (11:28 +0000)]
Removed the disabling of CONFIG_TUN, and a number of other USB-related items, from the ixp4xx-2.6 default config, so that the generic config-template allows them to all be built as modules.

SVN-Revision: 7403

16 years agoFix admswconfig source URL
Florian Fainelli [Wed, 30 May 2007 11:05:32 +0000 (11:05 +0000)]
Fix admswconfig source URL

SVN-Revision: 7402

16 years agoFixed trx - variable append used uninitialised. If -A option was not used, the first...
Hamish Guthrie [Wed, 30 May 2007 10:49:46 +0000 (10:49 +0000)]
Fixed trx - variable append used uninitialised. If -A option was not used, the first offset was not written to the .trx file.

SVN-Revision: 7400

16 years agoRegenerate the menuconfig once symlinked packages are gone
Florian Fainelli [Wed, 30 May 2007 10:37:43 +0000 (10:37 +0000)]
Regenerate the menuconfig once symlinked packages are gone

SVN-Revision: 7399

16 years agoAdd board specific code, autodetect the kernel, fixes #1707, thanks Gabor Juhos
Florian Fainelli [Wed, 30 May 2007 10:35:27 +0000 (10:35 +0000)]
Add board specific code, autodetect the kernel, fixes #1707, thanks Gabor Juhos

SVN-Revision: 7398

16 years agoEnabled CONFIG_INPUT as a module, and included other default settings to enable oldco...
Rod Whitby [Wed, 30 May 2007 10:34:58 +0000 (10:34 +0000)]
Enabled CONFIG_INPUT as a module, and included other default settings to enable oldconfig to complete automatically.

SVN-Revision: 7397

16 years agoUse the cmdline hacked's prom.c and disable this patching part accordingly
Florian Fainelli [Wed, 30 May 2007 10:32:32 +0000 (10:32 +0000)]
Use the cmdline hacked's prom.c and disable this patching part accordingly

SVN-Revision: 7396

16 years agoDefine target specific ramdisk images for testing (Gabor Juhos)
Florian Fainelli [Wed, 30 May 2007 10:30:36 +0000 (10:30 +0000)]
Define target specific ramdisk images for testing (Gabor Juhos)

SVN-Revision: 7395

16 years agoCall the Initramfs template if existing
Florian Fainelli [Wed, 30 May 2007 10:29:50 +0000 (10:29 +0000)]
Call the Initramfs template if existing

SVN-Revision: 7394

16 years agoResync with generic-2.6 config-template
Florian Fainelli [Wed, 30 May 2007 10:15:54 +0000 (10:15 +0000)]
Resync with generic-2.6 config-template

SVN-Revision: 7393

16 years agomkcsysimg cleanups
Florian Fainelli [Wed, 30 May 2007 10:05:27 +0000 (10:05 +0000)]
mkcsysimg cleanups

SVN-Revision: 7392

16 years agoMinor fixes, do not count interrupts without interrupt source as spurious (#1755)
Florian Fainelli [Wed, 30 May 2007 09:48:57 +0000 (09:48 +0000)]
Minor fixes, do not count interrupts without interrupt source as spurious (#1755)

SVN-Revision: 7391

16 years agoRemove the disabling of LEDS support for ixp4xx-2.6 compared to generic-2.6, and...
Rod Whitby [Wed, 30 May 2007 03:44:25 +0000 (03:44 +0000)]
Remove the disabling of LEDS support for ixp4xx-2.6 compared to generic-2.6, and enabled ixp4xx LEDS support.

SVN-Revision: 7390

16 years agoAdded required scsi autoloads to pata_artop
Rod Whitby [Wed, 30 May 2007 03:26:17 +0000 (03:26 +0000)]
Added required scsi autoloads to pata_artop

SVN-Revision: 7389

16 years agoAdd the rbmipsnand fix from #1778
Florian Fainelli [Tue, 29 May 2007 17:28:06 +0000 (17:28 +0000)]
Add the rbmipsnand fix from #1778

SVN-Revision: 7388

16 years ago.21 fixes
Florian Fainelli [Tue, 29 May 2007 16:56:15 +0000 (16:56 +0000)]
.21 fixes

SVN-Revision: 7387

16 years agoRemove the disabling of sound support for ixp4xx-2.6 compared to generic-2.6
Rod Whitby [Tue, 29 May 2007 14:38:05 +0000 (14:38 +0000)]
Remove the disabling of sound support for ixp4xx-2.6 compared to generic-2.6

SVN-Revision: 7386

16 years agoAdd gitignore files
Felix Fietkau [Tue, 29 May 2007 14:23:25 +0000 (14:23 +0000)]
Add gitignore files

SVN-Revision: 7385

16 years agoRemove the disabling of bluetooth for ixp4xx-2.6 compared to generic-2.6
Rod Whitby [Tue, 29 May 2007 14:09:10 +0000 (14:09 +0000)]
Remove the disabling of bluetooth for ixp4xx-2.6 compared to generic-2.6

SVN-Revision: 7384

16 years agoFix .21 compilation on memory.c (#1778)
Florian Fainelli [Tue, 29 May 2007 13:44:46 +0000 (13:44 +0000)]
Fix .21 compilation on memory.c (#1778)

SVN-Revision: 7383

16 years agopata-artop: no longer requires ide modules
Rod Whitby [Tue, 29 May 2007 13:05:35 +0000 (13:05 +0000)]
pata-artop: no longer requires ide modules

SVN-Revision: 7382

16 years agoInclude the architecture specific gpio file for now
Florian Fainelli [Tue, 29 May 2007 11:38:21 +0000 (11:38 +0000)]
Include the architecture specific gpio file for now

SVN-Revision: 7381

16 years agoRestore the gpio.h file, platform.c uses the generic GPIO API
Florian Fainelli [Tue, 29 May 2007 11:15:17 +0000 (11:15 +0000)]
Restore the gpio.h file, platform.c uses the generic GPIO API

SVN-Revision: 7380

16 years agoupdate openswan to latest upstream version and add fixes for 2.6.21 api changes
Felix Fietkau [Mon, 28 May 2007 20:43:18 +0000 (20:43 +0000)]
update openswan to latest upstream version and add fixes for 2.6.21 api changes

SVN-Revision: 7379