Commit Graph

7834 Commits (9b7ea0451a082c8e9598f639c245f2ab9233a9fb)
 

Author SHA1 Message Date
Jeremy Kerr c127031b74 Replace udev-vol-id pacakge with configurable udevextras
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
16 years ago
Jeremy Kerr 199a79d867 Group input devices under /dev/input
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
16 years ago
Jeremy Kerr 4ec5f133bb Use new kexec tools
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
16 years ago
Jeremy Kerr 077d84f543 provide a cleaner way to specify a biarch toolchain build
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
16 years ago
Nicolas Thill e2e1b51b41 fix build on linux >= 2.6.23
SVN-Revision: 10801
16 years ago
Nicolas Thill c30a473d46 package/ov51x-jpeg: * update to 1.5.7 * add userland package * add fallback url (closes: #3216)
SVN-Revision: 10800
16 years ago
Nicolas Thill e1cafed715 disable kmod-mmc-over-gpio on x86
SVN-Revision: 10799
16 years ago
Nicolas Thill a08643d7ab add missing MMC config symbol
SVN-Revision: 10798
16 years ago
Nicolas Thill b9c768a5f7 add missing SSB config symbols
SVN-Revision: 10797
16 years ago
Nicolas Thill 6ca5374194 package/qc-usb: * update to 0.6.6 (closes: #3215) * fix build on linux > 2.6.23
SVN-Revision: 10796
16 years ago
Travis Kemen bae7e5bebb add missing include in restart
SVN-Revision: 10794
16 years ago
Nicolas Thill 4e319c572f install build-depends packages as well
SVN-Revision: 10793
16 years ago
Matteo Croce a8761e71b7 ar7: nuke unneeded patch
SVN-Revision: 10792
16 years ago
Yuji Mano 410d40f6e5 Add ps3 target specific utilities package
SVN-Revision: 10791
16 years ago
Florian Fainelli 03f917f26c Delete config-default file and resync kernel configuration for brcm63xx
SVN-Revision: 10790
16 years ago
Florian Fainelli 867145bd32 Fix errors on capifs loading (#3250)
SVN-Revision: 10789
16 years ago
Florian Fainelli 1d482e1d39 Do not disable tls yet, uclibc-ntpl will support it soon
SVN-Revision: 10785
16 years ago
Florian Fainelli f0e627da97 Fix hostapd compilation errors on STA_INFO (#3308)
SVN-Revision: 10784
16 years ago
Florian Fainelli 1063bac7d4 Fix typo in the payload option for br2684ctl (#3318)
SVN-Revision: 10783
16 years ago
Florian Fainelli 3630b457a5 Disable tls support, uClibc does not support it, and it could lead to linking failures with some braindead autoconf programs
SVN-Revision: 10782
16 years ago
Gabor Juhos 9c3033370a fix a quilt incompatible patch
SVN-Revision: 10781
16 years ago
Imre Kaloz 10bd191bab add basic support for the Titan Wireless TW-533-4
SVN-Revision: 10780
16 years ago
Imre Kaloz a4580a86ae add generic arm machine registry update
SVN-Revision: 10779
16 years ago
Matteo Croce e4775082d8 ar7: remove useless chunks from a patch
SVN-Revision: 10778
16 years ago
Felix Fietkau 56223a6f79 madwifi: remove reset delay - seems like it's not necessary anymore
SVN-Revision: 10777
16 years ago
Florian Fainelli b56c1cfc8f Add the firmware generation for the AG241v2b device (#3315)
SVN-Revision: 10776
16 years ago
Florian Fainelli ce754ec644 Disable drivers that we do not package within the mac80211 package (everything except rt2x00)
SVN-Revision: 10775
16 years ago
Felix Fietkau 081ebaca76 fix the 3g interface configuration
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
16 years ago
Felix Fietkau 06ff5f2cd2 forward port redboot rootfs partition space expansion patch to 2.6.24
SVN-Revision: 10773
16 years ago
Felix Fietkau 511908059a upgrade uci to 0.3.1 - fixes a parser problem
SVN-Revision: 10772
16 years ago
Gabor Juhos 832ba73685 modules/gpio-buttons: fix build error on older kernels
SVN-Revision: 10771
16 years ago
Michael Büsch 2e8af76a60 ssb-mips: Fix IRQ routing on the MIPS core.
SVN-Revision: 10770
16 years ago
Felix Fietkau 99e6b2d7dc fix a dependency bug
SVN-Revision: 10769
16 years ago
Florian Fainelli d835b0e42e GPIO code updates, make the cf-mips driver compile against this gpio version
SVN-Revision: 10768
16 years ago
Gabor Juhos 5798590c7c add a polled GPIO buttons input driver
SVN-Revision: 10766
16 years ago
Gabor Juhos 9d6946765a refresh config
SVN-Revision: 10765
16 years ago
Felix Fietkau 3c94156b28 fix use of uci_set_state in network scripts (thx, netprince)
SVN-Revision: 10763
16 years ago
Matteo Croce 4a85d8edac ar7: remove volatiles definitely
SVN-Revision: 10762
16 years ago
Matteo Croce f9f4afa8ff vlynq: revert volatiles until we find a good way to remove them
SVN-Revision: 10760
16 years ago
Gabor Juhos bb5cd9c240 fix a bug in the GPIO code
SVN-Revision: 10759
16 years ago
Matteo Croce 9d41b1731d ar7: use SLUB allocator, it gives slighty more TCP throughput
SVN-Revision: 10758
16 years ago
Matteo Croce d84f27f264 ar7: remove useless volatiles
SVN-Revision: 10757
16 years ago
Imre Kaloz 08f82d001d add support for the IXDPG425
SVN-Revision: 10756
16 years ago
Florian Fainelli 081afd037e Use the 2008-04-07 snapshot, also mirrored to downloads.openwrt.org
SVN-Revision: 10755
16 years ago
Florian Fainelli ef62f5f24d Use an update r6040 driver
SVN-Revision: 10754
16 years ago
Florian Fainelli 8f38048f1f Migrate rt2x00 to the compat-wireless version
SVN-Revision: 10753
16 years ago
Matteo Croce 78e07d75cd ar7: remove unneeded packed and array initialization
SVN-Revision: 10752
16 years ago
Felix Fietkau 3ae4858088 fix the route to the pptp server when using pptp as wan interface
SVN-Revision: 10751
16 years ago
Felix Fietkau 0cb8228277 add timer fix by mmp from http://forum.openwrt.org/viewtopic.php?id=14841
SVN-Revision: 10750
16 years ago
Felix Fietkau 978958a888 upgrade to broadcom-wl 4.150.10.5.2
SVN-Revision: 10749
16 years ago