Commit Graph

6893 Commits (edc74f8cc3f810b03a39b5f98bd0c3908d5c9303)
 

Author SHA1 Message Date
Felix Fietkau edc74f8cc3 fix make clean for unconfigured build trees
SVN-Revision: 9655
17 years ago
Felix Fietkau b217ebd0e6 enforce gnu make >= 3.81 now. it has become too annoying to work around bugs in 3.80
SVN-Revision: 9654
17 years ago
Felix Fietkau aee342712b add i8x0 audio driver
Signed-off-by: Jan Willies <jan@willies.info>

SVN-Revision: 9652
17 years ago
Felix Fietkau 856e457b73 update openswan to 0.4.10, reenable 2.6 support, sync with included openwrt packaging code (ported from wr to kamikaze)
SVN-Revision: 9651
17 years ago
Felix Fietkau 2bcaf23a68 add missing dependency
SVN-Revision: 9650
17 years ago
Felix Fietkau ff75d8a012 fix another build issue on some osx machines - run ranlib on the lzma lib archive
SVN-Revision: 9649
17 years ago
Felix Fietkau 9c7edf0ad0 update madwifi to the madwifi-dfs branch - should fix a few ad-hoc mode issues, needs more testing
SVN-Revision: 9648
17 years ago
Felix Fietkau 93df90ed3e fix sstrip compile on mac os x
SVN-Revision: 9645
17 years ago
Felix Fietkau 9b27c5b585 refactor hotplug2 rules, make sure that the default button rule is only used during the init (should fix #2772)
SVN-Revision: 9644
17 years ago
Felix Fietkau 40840d495f add shell compatibility patch from #2659
SVN-Revision: 9643
17 years ago
Felix Fietkau 85ad2a43a0 add switch gpio init for bcm57xx (untested, see #2744)
SVN-Revision: 9642
17 years ago
Felix Fietkau 66a69b145a add extra wrt350n leds (patch from #2745)
SVN-Revision: 9641
17 years ago
Felix Fietkau 5526395594 fix kernel config related build error
SVN-Revision: 9640
17 years ago
Felix Fietkau 1b3a1d0de1 make sure iw doesn't get compiled on older kernels
SVN-Revision: 9639
17 years ago
Felix Fietkau 661d97025a adjust libnl url
SVN-Revision: 9638
17 years ago
Felix Fietkau fc144fff14 add iw utility (untested)
SVN-Revision: 9637
17 years ago
Felix Fietkau f9cca13068 upgrade libnl to 1.0-pre8
SVN-Revision: 9636
17 years ago
Felix Fietkau d1b4f5b54f include the kernel config for kernel related packages (should fix some b43 compile issues)
SVN-Revision: 9635
17 years ago
Felix Fietkau 2afa8ad23c fix ppp issues (thanks to Fatus for debugging this)
SVN-Revision: 9634
17 years ago
Felix Fietkau 7654ee0a2b 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>

SVN-Revision: 9632
17 years ago
Gabor Juhos bb44c9a6de switch to 2.6.23.9
SVN-Revision: 9629
17 years ago
Travis Kemen a0c5fbe5ff update busybox to 1.8.2
SVN-Revision: 9625
17 years ago
Travis Kemen efb988f3f2 add options for rate 80211h compression bursting wmm and mac filtering From: Vasilis T. (aka Acinonyx)
SVN-Revision: 9624
17 years ago
Travis Kemen b6e523bc33 some cleanup and remove overwriting of device defaults for bgscan and diversity
SVN-Revision: 9619
17 years ago
Felix Fietkau 8977c6c20a drop the '0' default in config_get_bool
SVN-Revision: 9618
17 years ago
Florian Fainelli bbf087176a Fix AutoLoad macro typos (#2765)
SVN-Revision: 9615
17 years ago
Felix Fietkau 2b32beba84 package/kernel/modules: Fixed (3)DES crypto kmod, closes #2749 (Thanks jon)
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>

SVN-Revision: 9613
17 years ago
Travis Kemen 031b47be15 use instead of closes #2759
SVN-Revision: 9612
17 years ago
Travis Kemen 38101a0cdc add support for the PCEngines Alix
SVN-Revision: 9611
17 years ago
Travis Kemen be9bf2bf40 add txpower patches and add uci configuration file From: Vasilis T. (aka Acinonyx)
SVN-Revision: 9610
17 years ago
Travis Kemen f30263eea0 don't overwrite device default for fast frames closes #2321
SVN-Revision: 9609
17 years ago
Travis Kemen df42216881 add option to turn off dynamic dhcp closes #2694
SVN-Revision: 9608
17 years ago
Felix Fietkau d36374c428 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>

SVN-Revision: 9607
17 years ago
Felix Fietkau b443ee0fbb 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>

SVN-Revision: 9606
17 years ago
Felix Fietkau 0795035b35 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>

SVN-Revision: 9605
17 years ago
Felix Fietkau c690518fea 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>

SVN-Revision: 9604
17 years ago
Felix Fietkau 7f052bf047 update to latest madwifi snapshot - fixes some noderef bugs
SVN-Revision: 9602
17 years ago
Felix Fietkau fd68041491 fix remaining netif_rx calls in napi polling patch
SVN-Revision: 9601
17 years ago
Gabor Juhos 3faf84682b add Edimax BR-61x4WG board support to the LED driver, thanks to scream_ (closes: #2756)
SVN-Revision: 9600
17 years ago
Gabor Juhos 717ff24d47 more USB driver fixes, now it passes usbtests 1-14
SVN-Revision: 9599
17 years ago
Felix Fietkau 679089c6a8 work around kernel config issues with sound modules
SVN-Revision: 9598
17 years ago
Felix Fietkau 4402192ded add missing dependency
SVN-Revision: 9597
17 years ago
Gabor Juhos 4263fdd731 fix USB driver to compile with ADMH_VERBOSE_DEBUG defined
SVN-Revision: 9593
17 years ago
Gabor Juhos 5a1a5dcf58 USB driver updates, the driver passes usbtests 1-10 now
SVN-Revision: 9592
17 years ago
Gabor Juhos 60898bc0c5 disable INITRAMFS_EXTRA_FILES, in initramfs it cause errors
SVN-Revision: 9591
17 years ago
Felix Fietkau 407b75436d fix build issues that happen when the staging dir is cleared and the build directories stay
SVN-Revision: 9588
17 years ago
Felix Fietkau e28b55f39f fix a few stampfile locations
SVN-Revision: 9587
17 years ago
Eugene Konev 4735a0f5fe add external kernel tree support
SVN-Revision: 9584
17 years ago
Tim Yardley 85b17a4e9e update stripped subset of l7 patterns to 11-03-2007 patterns
SVN-Revision: 9582
17 years ago
Felix Fietkau c439768c9a fix libnl include issues which broke a few packages
SVN-Revision: 9581
17 years ago