openwrt/svn-archive/archive.git
16 years agoallow scan.mk to find python packages introduced in [8639]
Nicolas Thill [Thu, 6 Sep 2007 03:20:48 +0000 (03:20 +0000)]
allow scan.mk to find python packages introduced in [8639]

SVN-Revision: 8641

16 years agoremove uneeded stuff after python changes in [8639]
Nicolas Thill [Thu, 6 Sep 2007 02:57:06 +0000 (02:57 +0000)]
remove uneeded stuff after python changes in [8639]

SVN-Revision: 8640

16 years agoPackage ip6tables-utils as well (#2318)
Florian Fainelli [Wed, 5 Sep 2007 21:40:11 +0000 (21:40 +0000)]
Package ip6tables-utils as well (#2318)

SVN-Revision: 8636

16 years agofix typo (thanks to jonasg[1] on irc)
Nicolas Thill [Wed, 5 Sep 2007 08:59:44 +0000 (08:59 +0000)]
fix typo (thanks to jonasg[1] on irc)

SVN-Revision: 8618

16 years agosuppress warning in gcd()
Nicolas Thill [Tue, 4 Sep 2007 13:23:21 +0000 (13:23 +0000)]
suppress warning in gcd()

SVN-Revision: 8609

16 years agouse kernel abs(), remove recursion in gcd() (closes: #2307)
Nicolas Thill [Tue, 4 Sep 2007 10:44:45 +0000 (10:44 +0000)]
use kernel abs(), remove recursion in gcd() (closes: #2307)

SVN-Revision: 8608

16 years agouse constant for clock values (closes: #2306)
Nicolas Thill [Tue, 4 Sep 2007 10:27:32 +0000 (10:27 +0000)]
use constant for clock values (closes: #2306)

SVN-Revision: 8607

16 years agotweak Makefile
Nicolas Thill [Mon, 3 Sep 2007 13:11:58 +0000 (13:11 +0000)]
tweak Makefile

SVN-Revision: 8593

16 years agomove TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove EXTRA_...
Nicolas Thill [Mon, 3 Sep 2007 09:06:03 +0000 (09:06 +0000)]
move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove EXTRA_* flags but still use them in configure and make

SVN-Revision: 8592

16 years agorequire all CONFIG_* symbols listed in its KCONFIG to be set to m in order to actuall...
Nicolas Thill [Mon, 3 Sep 2007 08:58:14 +0000 (08:58 +0000)]
require all CONFIG_* symbols listed in its KCONFIG to be set to m in order to actually build a kmod package, tweak and fix kernel package definitions.

SVN-Revision: 8591

16 years agotweak Build/Compile/PyMod: add CPPFLAGS, allow caller to override any of the default...
Nicolas Thill [Mon, 3 Sep 2007 08:44:08 +0000 (08:44 +0000)]
tweak Build/Compile/PyMod: add CPPFLAGS, allow caller to override any of the default *FLAGS, indent

SVN-Revision: 8590

16 years agoanother cleanup missed from [8587]
Nicolas Thill [Mon, 3 Sep 2007 08:23:08 +0000 (08:23 +0000)]
another cleanup missed from [8587]

SVN-Revision: 8589

16 years agorename hostap package to hostap-driver
Nicolas Thill [Mon, 3 Sep 2007 08:21:42 +0000 (08:21 +0000)]
rename hostap package to hostap-driver

SVN-Revision: 8588

16 years agopackage Makefile cleanup: remove uneeded vars
Nicolas Thill [Mon, 3 Sep 2007 08:20:36 +0000 (08:20 +0000)]
package Makefile cleanup: remove uneeded vars

SVN-Revision: 8587

16 years agorename bridge package to bridge-utils (to match source name)
Nicolas Thill [Mon, 3 Sep 2007 08:12:27 +0000 (08:12 +0000)]
rename bridge package to bridge-utils (to match source name)

SVN-Revision: 8586

16 years agorename zd1211_firmware to zd1211-firmware
Nicolas Thill [Mon, 3 Sep 2007 08:02:23 +0000 (08:02 +0000)]
rename zd1211_firmware to zd1211-firmware

SVN-Revision: 8585

16 years agorename zd1211 package to zd1211-driver
Nicolas Thill [Mon, 3 Sep 2007 08:01:31 +0000 (08:01 +0000)]
rename zd1211 package to zd1211-driver

SVN-Revision: 8584

16 years agoprovide default PKG_BUILD_DIR for packages missing a PKG_VERSION
Nicolas Thill [Mon, 3 Sep 2007 07:51:56 +0000 (07:51 +0000)]
provide default PKG_BUILD_DIR for packages missing a PKG_VERSION

SVN-Revision: 8583

16 years agoremove duplicate ./include/kernel.mk inclusion
Nicolas Thill [Mon, 3 Sep 2007 07:47:33 +0000 (07:47 +0000)]
remove duplicate ./include/kernel.mk inclusion

SVN-Revision: 8582

16 years agomove ipkg related vars from ./rules.mk to ./include/package-ipkg.mk
Nicolas Thill [Mon, 3 Sep 2007 06:46:44 +0000 (06:46 +0000)]
move ipkg related vars from ./rules.mk to ./include/package-ipkg.mk

SVN-Revision: 8581

16 years agoremove uneeded PATH setting in ipkg invocation
Nicolas Thill [Mon, 3 Sep 2007 05:50:05 +0000 (05:50 +0000)]
remove uneeded PATH setting in ipkg invocation

SVN-Revision: 8580

16 years agochange case of conflicting option
Nicolas Thill [Mon, 3 Sep 2007 05:02:05 +0000 (05:02 +0000)]
change case of conflicting option

SVN-Revision: 8579

16 years agouse $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L...
Nicolas Thill [Mon, 3 Sep 2007 05:00:38 +0000 (05:00 +0000)]
use $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L...

SVN-Revision: 8578

16 years agoDo not restart ipsec on hotplug events (#2212)
Florian Fainelli [Sun, 2 Sep 2007 19:40:35 +0000 (19:40 +0000)]
Do not restart ipsec on hotplug events (#2212)

SVN-Revision: 8577

16 years agouse a default VERSION field for kmod packages
Nicolas Thill [Sun, 2 Sep 2007 16:39:27 +0000 (16:39 +0000)]
use a default VERSION field for kmod packages

SVN-Revision: 8575

16 years agorename 2.6 high-speed usb serial fix to match 2.4 one
Nicolas Thill [Sun, 2 Sep 2007 14:20:11 +0000 (14:20 +0000)]
rename 2.6 high-speed usb serial fix to match 2.4 one

SVN-Revision: 8574

16 years agoadd high-speed usb serial fix from Junxion to 2.4 kernel too (closes: #2274)
Nicolas Thill [Sun, 2 Sep 2007 14:18:28 +0000 (14:18 +0000)]
add high-speed usb serial fix from Junxion to 2.4 kernel too (closes: #2274)

SVN-Revision: 8573

16 years agoreduce watchdog trigger from 10 to 5 seconds
John Crispin [Sat, 1 Sep 2007 21:01:09 +0000 (21:01 +0000)]
reduce watchdog trigger from 10 to 5 seconds

SVN-Revision: 8571

16 years agoadd an abs2rel.pl helper script (returns a path relative to another)
Nicolas Thill [Sat, 1 Sep 2007 15:20:33 +0000 (15:20 +0000)]
add an abs2rel.pl helper script (returns a path relative to another)

SVN-Revision: 8570

16 years agoallow the user to disable the defaultroute option for ppp
Felix Fietkau [Sat, 1 Sep 2007 12:57:15 +0000 (12:57 +0000)]
allow the user to disable the defaultroute option for ppp

SVN-Revision: 8569

16 years agosmall rdc-2.6 fixes (from sn9, thanks!)
Nicolas Thill [Sat, 1 Sep 2007 05:25:44 +0000 (05:25 +0000)]
small rdc-2.6 fixes (from sn9, thanks!)

SVN-Revision: 8568

16 years agofix .dep_files exclusion in rdep calls
Nicolas Thill [Sat, 1 Sep 2007 05:20:21 +0000 (05:20 +0000)]
fix .dep_files exclusion in rdep calls

SVN-Revision: 8567

16 years agofix typo left in [8562] (thanks to sn9)
Nicolas Thill [Sat, 1 Sep 2007 02:01:03 +0000 (02:01 +0000)]
fix typo left in [8562] (thanks to sn9)

SVN-Revision: 8565

16 years agooops... typo
Felix Fietkau [Fri, 31 Aug 2007 16:20:40 +0000 (16:20 +0000)]
oops... typo

SVN-Revision: 8564

16 years agofix issues with multiple ppp links (noticed by Stefano Rivera)
Felix Fietkau [Fri, 31 Aug 2007 16:19:19 +0000 (16:19 +0000)]
fix issues with multiple ppp links (noticed by Stefano Rivera)

SVN-Revision: 8563

16 years agooops, include missing change from [8560]
Nicolas Thill [Fri, 31 Aug 2007 10:09:46 +0000 (10:09 +0000)]
oops, include missing change from [8560]

SVN-Revision: 8562

16 years agofix a dependency bug
Felix Fietkau [Thu, 30 Aug 2007 22:43:25 +0000 (22:43 +0000)]
fix a dependency bug

SVN-Revision: 8561

16 years agomore rt2x00 fixes (thanks to sn9):
Nicolas Thill [Thu, 30 Aug 2007 22:24:16 +0000 (22:24 +0000)]
more rt2x00 fixes (thanks to sn9):
 * pkg: add missing kmod dependencies and autoloads
 * src: change #warning to #error when checking kconfig
 * src: remove uneeded config file

SVN-Revision: 8560

16 years agobuild eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-t
Nicolas Thill [Thu, 30 Aug 2007 22:19:26 +0000 (22:19 +0000)]
build eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-t

SVN-Revision: 8559

16 years agoclean up recursive dependency handling, use timestamp.pl again, because it saves...
Felix Fietkau [Thu, 30 Aug 2007 21:12:39 +0000 (21:12 +0000)]
clean up recursive dependency handling, use timestamp.pl again, because it saves memory and execution time

SVN-Revision: 8558

16 years agoallow the kernel to provide own series files for specific subdirs
Felix Fietkau [Thu, 30 Aug 2007 21:11:17 +0000 (21:11 +0000)]
allow the kernel to provide own series files for specific subdirs

SVN-Revision: 8557

16 years agofix incorrect parameters
Travis Kemen [Thu, 30 Aug 2007 17:18:04 +0000 (17:18 +0000)]
fix incorrect parameters

SVN-Revision: 8554

16 years agoacx-mac80211: another bigendian fix
Nicolas Thill [Thu, 30 Aug 2007 16:59:41 +0000 (16:59 +0000)]
acx-mac80211: another bigendian fix

SVN-Revision: 8553

16 years agofix ifname in network state for pppoe and pptp, add a workaround for isps sending...
Felix Fietkau [Thu, 30 Aug 2007 16:53:22 +0000 (16:53 +0000)]
fix ifname in network state for pppoe and pptp, add a workaround for isps sending wrong netmasks for pptp (thx, moonwatcher)

SVN-Revision: 8552

16 years agort2x00 fixes after [8548]:
Nicolas Thill [Thu, 30 Aug 2007 16:41:16 +0000 (16:41 +0000)]
rt2x00 fixes after [8548]:
 * fix creating defines from kconfig
 * revert auto-inclusion of rt2x00_compat.h

SVN-Revision: 8551

16 years agofix typo closes #2289
Travis Kemen [Thu, 30 Aug 2007 16:08:44 +0000 (16:08 +0000)]
fix typo closes #2289

SVN-Revision: 8550

16 years agoadd high-speed usb serial fix from Junxion (closes: #2274)
Nicolas Thill [Thu, 30 Aug 2007 16:04:31 +0000 (16:04 +0000)]
add high-speed usb serial fix from Junxion (closes: #2274)

SVN-Revision: 8549

16 years agort2x00 fixes (thanks to sn9):
Nicolas Thill [Thu, 30 Aug 2007 15:38:15 +0000 (15:38 +0000)]
rt2x00 fixes (thanks to sn9):
 * make build depends on in-kernel mac80211 support
 * rework kconfig handling
 * download firmware images into $(DL_DIR)
 * tweak source Makefile

SVN-Revision: 8548

16 years agobcm43xx-mac80211 fixes:
Nicolas Thill [Thu, 30 Aug 2007 14:19:31 +0000 (14:19 +0000)]
bcm43xx-mac80211 fixes:
 * make build depends on in-kernel mac80211 support
 * rework kconfig hack

SVN-Revision: 8544

16 years agoacx-mac80211 fixes:
Nicolas Thill [Thu, 30 Aug 2007 14:15:37 +0000 (14:15 +0000)]
acx-mac80211 fixes:
 * make Build/Compile conditionnal (only if in-kernel mac80211 is available)
 * add a release number

SVN-Revision: 8543

16 years agouse $(INSTALL_BIN) instead of $(CP)
Nicolas Thill [Thu, 30 Aug 2007 08:01:51 +0000 (08:01 +0000)]
use $(INSTALL_BIN) instead of $(CP)

SVN-Revision: 8541

16 years agodnsmasq: extend the init script thanks Sedky
Travis Kemen [Wed, 29 Aug 2007 18:40:52 +0000 (18:40 +0000)]
dnsmasq: extend the init script thanks Sedky

SVN-Revision: 8540

16 years agoI have new e-mail address. Thanks to Kaloz ;)
Gabor Juhos [Wed, 29 Aug 2007 17:27:11 +0000 (17:27 +0000)]
I have new e-mail address. Thanks to Kaloz ;)

SVN-Revision: 8538

16 years ago[adm5120] simplified image file generation
Gabor Juhos [Wed, 29 Aug 2007 16:31:49 +0000 (16:31 +0000)]
[adm5120] simplified image file generation

SVN-Revision: 8537

16 years agoavoid rdep in the top level make process (subdir.mk) - it leaks too much memory and...
Felix Fietkau [Wed, 29 Aug 2007 03:51:49 +0000 (03:51 +0000)]
avoid rdep in the top level make process (subdir.mk) - it leaks too much memory and increases the startup time for regular make commands. timestamp.pl is more lightweight here

SVN-Revision: 8533

16 years agoadd acx-mac80211 (thanks to Matteo Croce)
Nicolas Thill [Tue, 28 Aug 2007 16:02:14 +0000 (16:02 +0000)]
add acx-mac80211 (thanks to Matteo Croce)

SVN-Revision: 8531

16 years agofonera-mp3: fix json-c dependency here as well
Nicolas Thill [Tue, 28 Aug 2007 15:11:42 +0000 (15:11 +0000)]
fonera-mp3: fix json-c dependency here as well

SVN-Revision: 8529

16 years agojson-c: fix package name, add UninstallDev
Nicolas Thill [Tue, 28 Aug 2007 15:09:21 +0000 (15:09 +0000)]
json-c: fix package name, add UninstallDev

SVN-Revision: 8528

16 years agofix pcmcia submenu (broken by [8520])
Nicolas Thill [Tue, 28 Aug 2007 12:51:46 +0000 (12:51 +0000)]
fix pcmcia submenu (broken by [8520])

SVN-Revision: 8524

16 years agoAdd a PyMod template for python related modules
Florian Fainelli [Tue, 28 Aug 2007 12:41:39 +0000 (12:41 +0000)]
Add a PyMod template for python related modules

SVN-Revision: 8522

16 years agomore cosmetic fixes missed from [8250]
Nicolas Thill [Tue, 28 Aug 2007 12:33:43 +0000 (12:33 +0000)]
more cosmetic fixes missed from [8250]

SVN-Revision: 8521

16 years agocosmetic fixes: rearrange KernelPackage definitions
Nicolas Thill [Tue, 28 Aug 2007 11:44:15 +0000 (11:44 +0000)]
cosmetic fixes: rearrange KernelPackage definitions

SVN-Revision: 8520

16 years agoremove useless definitions
Nicolas Thill [Tue, 28 Aug 2007 11:31:16 +0000 (11:31 +0000)]
remove useless definitions

SVN-Revision: 8519

16 years agofix kmod-hermes-* dependencies
Nicolas Thill [Tue, 28 Aug 2007 11:24:49 +0000 (11:24 +0000)]
fix kmod-hermes-* dependencies

SVN-Revision: 8518

16 years agoFix the CONFIG_LFS option (#2276)
Florian Fainelli [Tue, 28 Aug 2007 08:19:35 +0000 (08:19 +0000)]
Fix the CONFIG_LFS option (#2276)

SVN-Revision: 8512

16 years agoadded libjson-c. added driver, webinterface and userspace daemon for the
John Crispin [Mon, 27 Aug 2007 20:10:35 +0000 (20:10 +0000)]
added libjson-c. added driver, webinterface and userspace daemon for the
fonera mp3-hack

SVN-Revision: 8509

16 years agoallow the user to override the underlying connection method when using pptp (defaults...
Felix Fietkau [Mon, 27 Aug 2007 16:37:37 +0000 (16:37 +0000)]
allow the user to override the underlying connection method when using pptp (defaults to dhcp)

SVN-Revision: 8508

16 years agoFix the comment
Florian Fainelli [Mon, 27 Aug 2007 10:39:51 +0000 (10:39 +0000)]
Fix the comment

SVN-Revision: 8506

16 years agoAdd a watchdog driver for rdc321x (needs testing) and try to detect the rdc cpu
Florian Fainelli [Mon, 27 Aug 2007 10:37:12 +0000 (10:37 +0000)]
Add a watchdog driver for rdc321x (needs testing) and try to detect the rdc cpu

SVN-Revision: 8505

16 years agoMake the architecture gpio more readable
Florian Fainelli [Mon, 27 Aug 2007 10:36:29 +0000 (10:36 +0000)]
Make the architecture gpio more readable

SVN-Revision: 8504

16 years agoFix the sdk generation with the new staging_dir layout
Florian Fainelli [Mon, 27 Aug 2007 10:31:12 +0000 (10:31 +0000)]
Fix the sdk generation with the new staging_dir layout

SVN-Revision: 8503

16 years agopackage/mac80211 fixes:
Nicolas Thill [Mon, 27 Aug 2007 02:23:59 +0000 (02:23 +0000)]
package/mac80211 fixes:
 * mark 2.6 only
 * only build if in-kernel mac80211 is available (i.e. the kernel is recent enough)

SVN-Revision: 8502

16 years agopackage/rt2x00 fixes:
Nicolas Thill [Mon, 27 Aug 2007 02:09:02 +0000 (02:09 +0000)]
package/rt2x00 fixes:
 * mark 2.6 only
 * add a dependency on in-kernel mac80211

SVN-Revision: 8501

16 years agomark package/rt61 as 2.6 only
Nicolas Thill [Mon, 27 Aug 2007 02:07:15 +0000 (02:07 +0000)]
mark package/rt61 as 2.6 only

SVN-Revision: 8500

16 years agorevert [8473] (see [8055])
Nicolas Thill [Mon, 27 Aug 2007 02:04:35 +0000 (02:04 +0000)]
revert [8473] (see [8055])

SVN-Revision: 8499

16 years agopackage/util-linux fixes:
Nicolas Thill [Sun, 26 Aug 2007 23:33:28 +0000 (23:33 +0000)]
package/util-linux fixes:
 * don't use Build/Configure/Default since it is not an autoconf based package
 * fix opt flags passed more than once
 * move DEPENDS:=@!LINUX_2_6_ETRAX in shared Package/util-linux/Default

SVN-Revision: 8498

16 years agoifenslave fixes:
Nicolas Thill [Sun, 26 Aug 2007 22:40:09 +0000 (22:40 +0000)]
ifenslave fixes:
 * use KERNEL_BUILD_DIR for PKG_BUILD_DIR
 * no need to copy source, can compile from linux source directly

SVN-Revision: 8497

16 years agoprevent ldconfig use in autoconf based packages
Nicolas Thill [Sun, 26 Aug 2007 18:34:24 +0000 (18:34 +0000)]
prevent ldconfig use in autoconf based packages

SVN-Revision: 8496

16 years agoadd a '@KERNEL' download facility, tweak script
Nicolas Thill [Sun, 26 Aug 2007 18:21:24 +0000 (18:21 +0000)]
add a '@KERNEL' download facility, tweak script

SVN-Revision: 8495

16 years agoinclude kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER is always...
Nicolas Thill [Sun, 26 Aug 2007 13:26:02 +0000 (13:26 +0000)]
include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER is always available

SVN-Revision: 8494

16 years ago[adm5120] make overriding of CPU features configurable, and enable it by default
Gabor Juhos [Sun, 26 Aug 2007 13:09:11 +0000 (13:09 +0000)]
[adm5120] make overriding of CPU features configurable, and enable it by default

SVN-Revision: 8493

16 years agofix typo (closes: #2275)
Nicolas Thill [Sun, 26 Aug 2007 13:00:27 +0000 (13:00 +0000)]
fix typo (closes: #2275)

SVN-Revision: 8492

16 years agomove rule for $(STAGING_DIR)/etc/ipkg.conf out of BuildIPKG so that it's defined...
Nicolas Thill [Sun, 26 Aug 2007 12:42:48 +0000 (12:42 +0000)]
move rule for $(STAGING_DIR)/etc/ipkg.conf out of BuildIPKG so that it's defined only once

SVN-Revision: 8491

16 years agofix rt61 on big endian arch
Nicolas Thill [Sat, 25 Aug 2007 18:52:39 +0000 (18:52 +0000)]
fix rt61 on big endian arch

SVN-Revision: 8487

16 years agoe2fsprogs fixes:
Nicolas Thill [Sat, 25 Aug 2007 15:52:31 +0000 (15:52 +0000)]
e2fsprogs fixes:
 - don't bundle libblkid shared lib in e2fsprogs, add a dependency instead
 - remove references to host dev files in pkgconfig files
 - add Build/UninstallDev

SVN-Revision: 8486

16 years agomove KERNEL_PATCHVER from kernel.mk to kernel-version.mk so that it is defined when...
Nicolas Thill [Sat, 25 Aug 2007 14:50:17 +0000 (14:50 +0000)]
move KERNEL_PATCHVER from kernel.mk to kernel-version.mk so that it is defined when dumping target infos

SVN-Revision: 8485

16 years agoadd support for KernelPackage/*/description
Nicolas Thill [Sat, 25 Aug 2007 14:43:15 +0000 (14:43 +0000)]
add support for KernelPackage/*/description

SVN-Revision: 8484

16 years agoworkaround for timer glitch on some boards
Mike Baker [Sat, 25 Aug 2007 13:18:58 +0000 (13:18 +0000)]
workaround for timer glitch on some boards

SVN-Revision: 8483

16 years agofix wan configuration on wr850g v2/v3
Mike Baker [Sat, 25 Aug 2007 12:27:01 +0000 (12:27 +0000)]
fix wan configuration on wr850g v2/v3

SVN-Revision: 8482

16 years agomove ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mk
Nicolas Thill [Sat, 25 Aug 2007 11:55:01 +0000 (11:55 +0000)]
move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mk

SVN-Revision: 8481

16 years ago[adm5120] override CPU features
Gabor Juhos [Fri, 24 Aug 2007 19:34:25 +0000 (19:34 +0000)]
[adm5120] override CPU features

SVN-Revision: 8480

16 years agofix netfilter quota module
Nicolas Thill [Fri, 24 Aug 2007 12:23:52 +0000 (12:23 +0000)]
fix netfilter quota module

SVN-Revision: 8479

16 years agoreplace xargs commands with $(XARGS)
Nicolas Thill [Fri, 24 Aug 2007 12:10:14 +0000 (12:10 +0000)]
replace xargs commands with $(XARGS)

SVN-Revision: 8478

16 years agocombine the 3 find in a single one
Nicolas Thill [Fri, 24 Aug 2007 12:05:30 +0000 (12:05 +0000)]
combine the 3 find in a single one

SVN-Revision: 8477

16 years agofix rt2x00 build
Nicolas Thill [Fri, 24 Aug 2007 11:22:57 +0000 (11:22 +0000)]
fix rt2x00 build

SVN-Revision: 8476

16 years agomark pcmcia-cs 2.4 only, fix dependency on kernel .config (closes: #2191)
Nicolas Thill [Fri, 24 Aug 2007 11:10:48 +0000 (11:10 +0000)]
mark pcmcia-cs 2.4 only, fix dependency on kernel .config (closes: #2191)

SVN-Revision: 8475

16 years agoBuild the quota module for 2.4 targets
Florian Fainelli [Thu, 23 Aug 2007 16:19:17 +0000 (16:19 +0000)]
Build the quota module for 2.4 targets

SVN-Revision: 8473

16 years agoFix the error on the quota extension (#2080)
Florian Fainelli [Thu, 23 Aug 2007 16:14:17 +0000 (16:14 +0000)]
Fix the error on the quota extension (#2080)

SVN-Revision: 8472

16 years agoDisable multilib by default
Florian Fainelli [Thu, 23 Aug 2007 16:08:09 +0000 (16:08 +0000)]
Disable multilib by default

SVN-Revision: 8471

16 years agoAdd the icplus phy patch, will be required for the r6040 driver later, thanks to...
Florian Fainelli [Thu, 23 Aug 2007 15:48:46 +0000 (15:48 +0000)]
Add the icplus phy patch, will be required for the r6040 driver later, thanks to Daniel Gimpelevich

SVN-Revision: 8470