Commit Graph

7551 Commits (585997f8d2cb0c080a9f9d6f158dcefe55f9ad12)
 

Author SHA1 Message Date
Ralph Hempel 585997f8d2 fix package/symlinks target, will call scripts/feeds update / install introduce new package/symlinks-install and package/symlinks-clean targets - package/symlink-install will re-create the index files and the symlinks for all ./feeds (no update from repositories is performed) - package/symlink-clean will delete all installed symlinks (keeping the ./feeds untouched)
SVN-Revision: 10634
16 years ago
Rod Whitby 2b5f3d64a3 ixp4xx: Update npe driver patch
SVN-Revision: 10633
16 years ago
Rod Whitby 1c5ab37c00 ixp4xx: Update config-default to 2.6.24
SVN-Revision: 10632
16 years ago
Rod Whitby c32d7fd06e ixp4xx/patches-2.6.24: Refreshed fsg patch and other affected patches
SVN-Revision: 10630
16 years ago
Felix Fietkau 0e58011e62 madwifi: add support for drop-in hal replacements
SVN-Revision: 10629
16 years ago
Andy Boyett 69c4c6c5a9 Revert r10553 "fix channel change bugs," causes kernel oopses. Closes #3213.
SVN-Revision: 10628
16 years ago
Matteo Croce cfe5ea11d3 cpmac: fixed phy seems to be broken, hack cpmac to always report link up
SVN-Revision: 10627
16 years ago
Michael Büsch 2aefffe565 bcm47xx: Fix warning arch/mips/bcm947xx/irq.c: In function 'pcibios_map_irq': arch/mips/bcm947xx/irq.c:78: warning: passing argument 1 of 'pci_name' discards qualifiers from pointer target type
SVN-Revision: 10626
16 years ago
Michael Büsch 68523387b3 GPIODEV: Fix open-count race condition.
SVN-Revision: 10625
16 years ago
Michael Büsch c7ac9d3282 bcm47xx: Register a GPIODEV platform device to allow GPIO access via /dev/gpio
SVN-Revision: 10623
16 years ago
Felix Fietkau a4920f613a remove obsolete symlinkclean target the new make package/symlinks does not need it.
SVN-Revision: 10622
16 years ago
Felix Fietkau 44db3f4117 Detach the building of sdk and imagebuilder from "Select all packages by default", since those really represent two distinct build operations from normal package selection.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

SVN-Revision: 10621
16 years ago
Felix Fietkau a5b89f7f78 This Patch adds PPS (Pulse per Second) Support to Openwrt 2.6.23 (its deprecated before 2.6.23). Its common to use PPS to sync your PC Clock with GPS or DCF77 clocks via NTPd.
I've taken this Patch from http://wiki.enneenne.com/index.php/LinuxPPS_support

Signed-off-by: Frithjof Hammer <openwrt@frithjof-hammer.de>

SVN-Revision: 10619
16 years ago
Ralph Hempel c15ca4fb80 adding the possibility of local file cache specify file://path_to_file_cache within localmirrors file to add new local file cache
SVN-Revision: 10617
16 years ago
Ralph Hempel 03261ab3a0 put the dtc to the other host tools (thanks to Thomas)
SVN-Revision: 10616
16 years ago
Ralph Hempel 0e158467a4 fix multiple update (cpy), added index generation (allows to re-create the index without updating the complete package) possible to specify the feed(s) which should be updated added -h switch to most of the commands
SVN-Revision: 10614
16 years ago
Travis Kemen 515e65dd5a fix broken init file and some cleanup
SVN-Revision: 10613
16 years ago
Travis Kemen d650dae3a2 Add bin/ directory as an argument of make distclean Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
SVN-Revision: 10612
16 years ago
Imre Kaloz 31fe2cc9de fix switch support on the Compex WP18/NP18A
SVN-Revision: 10611
16 years ago
Imre Kaloz e7432794fa fix image generation on x86
SVN-Revision: 10610
16 years ago
Florian Fainelli 3b9efe808d Fix compilation of fuse with 2.6.24
SVN-Revision: 10609
16 years ago
Andy Boyett 79d3f5e8ec bumped wpa_supplicant to 0.5.10
SVN-Revision: 10608
16 years ago
Michael Büsch d3cf33a4ae bcm47xx: Fix GPIO data direction output bit assignment
SVN-Revision: 10605
16 years ago
Michael Büsch c8ffd446c9 gpioctl: Allow build on bcm47xx
SVN-Revision: 10604
16 years ago
Michael Büsch 4769134ec3 gpioctl get: Fix typo in the printf arguments.
SVN-Revision: 10603
16 years ago
Matteo Croce c25cc7e6e5 fix serial patch
SVN-Revision: 10602
16 years ago
Hamish Guthrie bad5999e3a at91: added new sim enable code as well as detection code to differentiate between v1.0 and v1.5 hardware revisions
SVN-Revision: 10600
16 years ago
Michael Büsch 6a2a1e251b Check the return values of kmalloc()
SVN-Revision: 10599
16 years ago
John Crispin cb354d2750 make madwifi startup script aware of new iwpriv options
SVN-Revision: 10598
16 years ago
Michael Büsch 17a2ed51cc Update cleanups of ssb-gige
SVN-Revision: 10597
16 years ago
Hamish Guthrie 03c3b5b483 Removed binary file added in error
SVN-Revision: 10596
16 years ago
Hamish Guthrie fa48a9a452 Add back support for 2.6.21 kernels - add some required directories.
SVN-Revision: 10595
16 years ago
Rod Whitby 60dd242ab9 Added a new mach id
SVN-Revision: 10593
16 years ago
Matteo Croce 5ef201120c ar7-atm: patch was against an older tarball, fixear7-atm: patch was against an older tarball, fixedd
SVN-Revision: 10590
16 years ago
Matteo Croce f89eeb69b5 ar7-atm: apply patch well
SVN-Revision: 10589
16 years ago
Matteo Croce d8e61674a5 ar7-atm: fix sysctl (closes #3122)
SVN-Revision: 10588
16 years ago
Matteo Croce 8988d03a8e cpmac: patch to reimplement rx ring with EOQ markers to avoid reset storms (closes #2569)
SVN-Revision: 10585
16 years ago
Matteo Croce 001f82bf2c Add AG241 code pattern (fixes #1089)
SVN-Revision: 10584
16 years ago
Felix Fietkau 0308392977 fix ixp4xx-microcode compile on osx
SVN-Revision: 10583
16 years ago
Felix Fietkau 7a0c247cb6 fix apex compile on osx, suppress some build warnings
SVN-Revision: 10582
16 years ago
Felix Fietkau 15cc997ddb build dtc for all powerpc targets (suggested by Kaloz)
SVN-Revision: 10579
16 years ago
Felix Fietkau d52a9c3bf7 fix uclibc build on osx
SVN-Revision: 10578
16 years ago
Felix Fietkau 7c68eb27ba only build dtc for the target that uses it
SVN-Revision: 10577
16 years ago
Matteo Croce 59b5ba7441 ar7-atm: add an useful patch from #2561, tnx Axel Gembe
SVN-Revision: 10576
16 years ago
Florian Fainelli 8bd1e72bd0 Upgrade x86 to 2.6.24
SVN-Revision: 10575
16 years ago
Florian Fainelli 704d0016de Fix bzImage copy with 2.6.24 kernels
SVN-Revision: 10574
16 years ago
Florian Fainelli fef15a956c Fix rt2x00 compilation and upgrade to the current mainline version (2.6.24)
SVN-Revision: 10573
16 years ago
Matteo Croce 3d66117ef0 Fix two of the three bugs in #3122
SVN-Revision: 10571
16 years ago
John Crispin d0a1717399 add new led trigger for network traffic, fixes #2776
SVN-Revision: 10567
16 years ago
John Crispin 9e6b3d16de add new led trigger for network traffic, fixes #2776
SVN-Revision: 10566
16 years ago