Commit Graph

9623 Commits (a5c3c652f22fb37ef6cb5c02b059e0f2e0da78fa)

Author SHA1 Message Date
Felix Fietkau a5c3c652f2 Abstracted find to $(FIND) to allow use of gfind on non-GNU systems.
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-05 18:45:20 +00:00
Felix Fietkau f1353fd0ff tools/mkimage: Include sys/types.h on Darwin/BSD.
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9658 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-05 18:45:11 +00:00
Gabor Juhos 446c8757d4 [adm5120] add copyright header to the USB driver's files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9657 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-05 09:32:04 +00:00
Felix Fietkau 3526ef5634 Fix VLYNQ device enable for DG834Gv1
This patch allows VLYNQ devices on the DG834Gv1 to be successfully
enabled.

Currently the "__vlynq_enable_device" function attempts to set the VLYNQ
device clock divisor to values from 1 through 8 until a link is
successfully established. On the DG834Gv1 (but not the DG834Gv2),
setting the VLYNQ device clock divisor to 1 (full rate) results in all
further VLYNQ operations failing (including software reset), so the
device is never enabled. This patches changes the function to only
attempt divisors 2 through 8, and hence the device is successfully
enabled.

Signed-off-by: Nick Forbes <nick.forbes@huntsworth.com>

---------


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9656 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-04 12:49:54 +00:00
Felix Fietkau 81e1c1bc16 fix make clean for unconfigured build trees
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9655 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-04 03:04:37 +00:00
Felix Fietkau 7d175ee6fb enforce gnu make >= 3.81 now. it has become too annoying to work around bugs in 3.80
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9654 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-04 03:00:29 +00:00
Felix Fietkau b8b9b889de add i8x0 audio driver
Signed-off-by: Jan Willies <jan@willies.info>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9652 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-03 21:21:17 +00:00
Felix Fietkau 1aa6942d9f update openswan to 0.4.10, reenable 2.6 support, sync with included openwrt packaging code (ported from wr to kamikaze)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9651 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-03 19:48:11 +00:00
Felix Fietkau eb3614d22a add missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9650 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-03 00:34:39 +00:00
Felix Fietkau 01f3d958b7 fix another build issue on some osx machines - run ranlib on the lzma lib archive
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9649 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-02 22:44:44 +00:00
Felix Fietkau 9b4a544391 update madwifi to the madwifi-dfs branch - should fix a few ad-hoc mode issues, needs more testing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9648 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-02 22:28:14 +00:00
Felix Fietkau c921ad681b fix sstrip compile on mac os x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9645 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-02 21:16:24 +00:00
Felix Fietkau 8422957bae refactor hotplug2 rules, make sure that the default button rule is only used during the init (should fix #2772)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9644 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-01 17:08:04 +00:00
Felix Fietkau 3eb49f8d34 add shell compatibility patch from #2659
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9643 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-30 21:58:18 +00:00
Felix Fietkau 79a61f47df add switch gpio init for bcm57xx (untested, see #2744)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9642 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-30 21:58:14 +00:00
Felix Fietkau 27fc283510 add extra wrt350n leds (patch from #2745)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9641 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-30 21:58:06 +00:00
Felix Fietkau e1ce02ea18 fix kernel config related build error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9640 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-30 17:22:44 +00:00
Felix Fietkau 8bff9d673c make sure iw doesn't get compiled on older kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9639 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-30 11:33:31 +00:00
Felix Fietkau fcce43a4a9 adjust libnl url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9638 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-30 11:33:28 +00:00
Felix Fietkau 64b896f3ad add iw utility (untested)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9637 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-30 11:30:37 +00:00
Felix Fietkau c3125c5176 upgrade libnl to 1.0-pre8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9636 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-30 11:29:30 +00:00
Felix Fietkau 090b96f417 include the kernel config for kernel related packages (should fix some b43 compile issues)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9635 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-30 09:43:08 +00:00
Felix Fietkau ace8b3cc3c fix ppp issues (thanks to Fatus for debugging this)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9634 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-30 09:43:05 +00:00
Felix Fietkau 6d3ad9e49a Fix zlib for powerpc
For some architectures like powerpc, the library must be compiled with
-fPIC
(checked also for mips/mipsel)

Signed-off-by: Thomas Langer <thomas.langer@infineon.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9632 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-29 18:30:27 +00:00
Gabor Juhos 7dc2ef9a8e [adm5120] switch to 2.6.23.9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9629 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-29 08:51:59 +00:00
Travis Kemen d8d1e7d172 update busybox to 1.8.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9625 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-29 02:06:37 +00:00
Travis Kemen 443811ed6c add options for rate 80211h compression bursting wmm and mac filtering From: Vasilis T. (aka Acinonyx)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 20:34:00 +00:00
Travis Kemen 6512b870c4 some cleanup and remove overwriting of device defaults for bgscan and diversity
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9619 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 19:25:54 +00:00
Felix Fietkau 2775144bbf drop the '0' default in config_get_bool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9618 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 19:02:46 +00:00
Florian Fainelli 42a9931bd0 Fix AutoLoad macro typos (#2765)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9615 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 13:33:59 +00:00
Felix Fietkau cdf18ea514 package/kernel/modules: Fixed (3)DES crypto kmod, closes #2749 (Thanks jon)
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9613 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 12:50:20 +00:00
Travis Kemen 5882e9c1ea use instead of closes #2759
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9612 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 04:11:36 +00:00
Travis Kemen 5a53807f3d add support for the PCEngines Alix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9611 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 04:07:24 +00:00
Travis Kemen b9eb6f4a64 add txpower patches and add uci configuration file From: Vasilis T. (aka Acinonyx)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9610 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 03:44:18 +00:00
Travis Kemen 9e7e0ecbd4 don't overwrite device default for fast frames closes #2321
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9609 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 03:07:18 +00:00
Travis Kemen 34ade10d04 add option to turn off dynamic dhcp closes #2694
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9608 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 03:02:20 +00:00
Felix Fietkau 1c45a560a2 init: check permissions on rc.d files
We try to unconditionally execute /etc/rc.d/* files, even if they're
not executable - an easy way of temproarily disabling a service. When
this happens, we get a permission denied error on boot.

This change only tries to run execulable startup scripts.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9607 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 02:36:14 +00:00
Felix Fietkau b4163899b1 init: don't start hotplug2 if it doesn't exist
The current init script always tries to start hotplug 2, even if
it's not present, so we get an error on boot.

This change checks for the presence of the hotplug2 binary before
trying to start it.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9606 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 02:36:10 +00:00
Felix Fietkau f591f62f21 ps3: use readable video mode descriptions in readme
The ps3 video modes can be specified as readable names (eg "720p"), so
use those instead.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9605 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 02:36:06 +00:00
Felix Fietkau 8943e60f48 ps3: build-in ps3 system manager
This changes the ps3 kernel config to build-in the System Manager
module, which is required for proper shutdown and reboot.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9604 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 02:36:03 +00:00
Felix Fietkau 7dadd99723 update to latest madwifi snapshot - fixes some noderef bugs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9602 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-27 22:06:27 +00:00
Felix Fietkau 0c2297fd03 fix remaining netif_rx calls in napi polling patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9601 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-27 22:05:40 +00:00
Gabor Juhos b7ae6717d8 [adm5120] add Edimax BR-61x4WG board support to the LED driver, thanks to scream_ (closes: #2756)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9600 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-26 19:02:12 +00:00
Gabor Juhos 53fcb443df [adm5120] more USB driver fixes, now it passes usbtests 1-14
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9599 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-26 08:49:58 +00:00
Felix Fietkau 4e482e0b58 work around kernel config issues with sound modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9598 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-25 17:15:30 +00:00
Felix Fietkau c81bf1c9f7 add missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9597 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-25 16:26:39 +00:00
Gabor Juhos 2afdd180ad [adm5120] fix USB driver to compile with ADMH_VERBOSE_DEBUG defined
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9593 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-23 18:11:49 +00:00
Gabor Juhos 86cdb4d96a [adm5120] USB driver updates, the driver passes usbtests 1-10 now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9592 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-23 15:53:35 +00:00
Gabor Juhos b37f344168 [adm5120] disable INITRAMFS_EXTRA_FILES, in initramfs it cause errors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9591 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-23 14:58:55 +00:00
Felix Fietkau 06cdcfdbfd fix build issues that happen when the staging dir is cleared and the build directories stay
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9588 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-20 22:43:38 +00:00