Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move lua from packages/ to trunk in anticipation of upcoming stuff ;) | Felix Fietkau | 2008-04-13 | 2 | -0/+289 |
| | | | | SVN-Revision: 10806 | ||||
* | Replace udev-vol-id pacakge with configurable udevextras | Jeremy Kerr | 2008-04-12 | 2 | -9/+73 |
| | | | | | | | | | | | | | Instead of just having one vol_id package, create a 'udevextras' package for all of the udev "EXTRAS" utilities. Selecting this package allows each extra to be selected individually. Also, installing udevextras adds a few udev rules for persistent device naming. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 10805 | ||||
* | Group input devices under /dev/input | Jeremy Kerr | 2008-04-12 | 2 | -0/+11 |
| | | | | | | | | | This change adds a udev rules file to group input devices (via symlinks) under their usual expected location of /dev/input. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 10804 | ||||
* | Use new kexec tools | Jeremy Kerr | 2008-04-12 | 5 | -20/+238 |
| | | | | | | | | | | | | Horms' new kexec-tools repository has a number of updates and fixes for kexec, and also supports the PS3. This change updates the kexec repo, and adds a few build-system patches to make it work with OpenWRT. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 10803 | ||||
* | provide a cleaner way to specify a biarch toolchain build | Jeremy Kerr | 2008-04-12 | 4 | -0/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, to build a biarch toolchain, we need to explicitly give options to the binutils and gcc configure commands: CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS="--enable-targets=powerpc64-linux-uclibc" CONFIG_EXTRA_GCC_CONFIG_OPTIONS="--enable-biarch --enable-targets=powerpc64-linux-uclibc" This change replaces the command line options with an 'extra arch' configure option: CONFIG_EXTRA_TARGET_ARCH=y CONFIG_EXTRA_TARGET_ARCH_NAME="powerpc64" And a way to invoke this extra arch on the compiler command-line: CONFIG_EXTRA_TARGET_ARCH_OPTS="-m64" In this case, this results in an extra compiler: 'powerpc64-linux-uclibc-gcc', which invokes 'powerpc-linux-uclibc-gcc -m64' This is a more standard way of building biarch toolchains, and allows the packages to not have to care about how to invoke the 64-bit compiler. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 10802 | ||||
* | fix build on linux >= 2.6.23 | Nicolas Thill | 2008-04-12 | 1 | -0/+13 |
| | | | | SVN-Revision: 10801 | ||||
* | package/ov51x-jpeg: * update to 1.5.7 * add userland package * add fallback ↵ | Nicolas Thill | 2008-04-12 | 1 | -7/+40 |
| | | | | | | url (closes: #3216) SVN-Revision: 10800 | ||||
* | disable kmod-mmc-over-gpio on x86 | Nicolas Thill | 2008-04-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 10799 | ||||
* | add missing MMC config symbol | Nicolas Thill | 2008-04-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 10798 | ||||
* | add missing SSB config symbols | Nicolas Thill | 2008-04-12 | 1 | -0/+3 |
| | | | | SVN-Revision: 10797 | ||||
* | package/qc-usb: * update to 0.6.6 (closes: #3215) * fix build on linux > 2.6.23 | Nicolas Thill | 2008-04-12 | 3 | -29/+26 |
| | | | | SVN-Revision: 10796 | ||||
* | add missing include in restart | Travis Kemen | 2008-04-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 10794 | ||||
* | install build-depends packages as well | Nicolas Thill | 2008-04-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 10793 | ||||
* | ar7: nuke unneeded patch | Matteo Croce | 2008-04-11 | 1 | -14/+0 |
| | | | | SVN-Revision: 10792 | ||||
* | Add ps3 target specific utilities package | Yuji Mano | 2008-04-11 | 1 | -0/+49 |
| | | | | SVN-Revision: 10791 | ||||
* | Delete config-default file and resync kernel configuration for brcm63xx | Florian Fainelli | 2008-04-11 | 2 | -293/+3 |
| | | | | SVN-Revision: 10790 | ||||
* | Fix errors on capifs loading (#3250) | Florian Fainelli | 2008-04-11 | 1 | -2/+4 |
| | | | | SVN-Revision: 10789 | ||||
* | Do not disable tls yet, uclibc-ntpl will support it soon | Florian Fainelli | 2008-04-10 | 1 | -2/+0 |
| | | | | SVN-Revision: 10785 | ||||
* | Fix hostapd compilation errors on STA_INFO (#3308) | Florian Fainelli | 2008-04-10 | 1 | -0/+55 |
| | | | | SVN-Revision: 10784 | ||||
* | Fix typo in the payload option for br2684ctl (#3318) | Florian Fainelli | 2008-04-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 10783 | ||||
* | Disable tls support, uClibc does not support it, and it could lead to ↵ | Florian Fainelli | 2008-04-10 | 1 | -0/+2 |
| | | | | | | linking failures with some braindead autoconf programs SVN-Revision: 10782 | ||||
* | fix a quilt incompatible patch | Gabor Juhos | 2008-04-10 | 1 | -95/+12 |
| | | | | SVN-Revision: 10781 | ||||
* | add basic support for the Titan Wireless TW-533-4 | Imre Kaloz | 2008-04-09 | 2 | -0/+289 |
| | | | | SVN-Revision: 10780 | ||||
* | add generic arm machine registry update | Imre Kaloz | 2008-04-09 | 2 | -8/+426 |
| | | | | SVN-Revision: 10779 | ||||
* | ar7: remove useless chunks from a patch | Matteo Croce | 2008-04-09 | 2 | -49/+14 |
| | | | | SVN-Revision: 10778 | ||||
* | madwifi: remove reset delay - seems like it's not necessary anymore | Felix Fietkau | 2008-04-09 | 1 | -55/+1 |
| | | | | SVN-Revision: 10777 | ||||
* | Add the firmware generation for the AG241v2b device (#3315) | Florian Fainelli | 2008-04-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 10776 | ||||
* | Disable drivers that we do not package within the mac80211 package ↵ | Florian Fainelli | 2008-04-09 | 2 | -0/+143 |
| | | | | | | (everything except rt2x00) SVN-Revision: 10775 | ||||
* | fix the 3g interface configuration | Felix Fietkau | 2008-04-09 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | The first problem is the "chat" command which misses "-E", so the environment variable addressed inside the script is never used and the script breaks. The second problem is the that you cannot assume an Option card when you did "not discover a Novatel". In my case the script tried to set the mode with the Option AT-command which failed on the Huawei stick. Unfortunaltely I don't have a correct command for that device, so I just want to start the connection without any mode set before thus using the defaults. Signed-off-by: Markus Wigge <mwigge@marcant.net> SVN-Revision: 10774 | ||||
* | forward port redboot rootfs partition space expansion patch to 2.6.24 | Felix Fietkau | 2008-04-08 | 1 | -0/+32 |
| | | | | SVN-Revision: 10773 | ||||
* | upgrade uci to 0.3.1 - fixes a parser problem | Felix Fietkau | 2008-04-08 | 1 | -2/+2 |
| | | | | SVN-Revision: 10772 | ||||
* | modules/gpio-buttons: fix build error on older kernels | Gabor Juhos | 2008-04-08 | 1 | -13/+16 |
| | | | | SVN-Revision: 10771 | ||||
* | ssb-mips: Fix IRQ routing on the MIPS core. | Michael Büsch | 2008-04-08 | 1 | -6/+7 |
| | | | | SVN-Revision: 10770 | ||||
* | fix a dependency bug | Felix Fietkau | 2008-04-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 10769 | ||||
* | GPIO code updates, make the cf-mips driver compile against this gpio version | Florian Fainelli | 2008-04-07 | 4 | -166/+106 |
| | | | | SVN-Revision: 10768 | ||||
* | add a polled GPIO buttons input driver | Gabor Juhos | 2008-04-07 | 6 | -0/+365 |
| | | | | SVN-Revision: 10766 | ||||
* | refresh config | Gabor Juhos | 2008-04-07 | 2 | -6/+2 |
| | | | | SVN-Revision: 10765 | ||||
* | fix use of uci_set_state in network scripts (thx, netprince) | Felix Fietkau | 2008-04-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 10763 | ||||
* | ar7: remove volatiles definitely | Matteo Croce | 2008-04-07 | 1 | -35/+32 |
| | | | | SVN-Revision: 10762 | ||||
* | vlynq: revert volatiles until we find a good way to remove them | Matteo Croce | 2008-04-07 | 1 | -10/+10 |
| | | | | SVN-Revision: 10760 | ||||
* | fix a bug in the GPIO code | Gabor Juhos | 2008-04-07 | 1 | -3/+3 |
| | | | | SVN-Revision: 10759 | ||||
* | ar7: use SLUB allocator, it gives slighty more TCP throughput | Matteo Croce | 2008-04-07 | 1 | -0/+3 |
| | | | | SVN-Revision: 10758 | ||||
* | ar7: remove useless volatiles | Matteo Croce | 2008-04-07 | 3 | -17/+20 |
| | | | | SVN-Revision: 10757 | ||||
* | add support for the IXDPG425 | Imre Kaloz | 2008-04-07 | 3 | -2/+43 |
| | | | | SVN-Revision: 10756 | ||||
* | Use the 2008-04-07 snapshot, also mirrored to downloads.openwrt.org | Florian Fainelli | 2008-04-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 10755 | ||||
* | Use an update r6040 driver | Florian Fainelli | 2008-04-07 | 1 | -100/+139 |
| | | | | SVN-Revision: 10754 | ||||
* | Migrate rt2x00 to the compat-wireless version | Florian Fainelli | 2008-04-07 | 35 | -22584/+139 |
| | | | | SVN-Revision: 10753 | ||||
* | ar7: remove unneeded packed and array initialization | Matteo Croce | 2008-04-07 | 3 | -6/+6 |
| | | | | SVN-Revision: 10752 | ||||
* | fix the route to the pptp server when using pptp as wan interface | Felix Fietkau | 2008-04-07 | 1 | -1/+11 |
| | | | | SVN-Revision: 10751 | ||||
* | add timer fix by mmp from http://forum.openwrt.org/viewtopic.php?id=14841 | Felix Fietkau | 2008-04-07 | 1 | -0/+53 |
| | | | | SVN-Revision: 10750 |