Travis Kemen
b87252737b
add missing symbol
...
SVN-Revision: 10848
2008-04-15 22:09:02 +00:00
Felix Fietkau
9a7d1bec79
remove udevextras dependency on udev (thx, fish)
...
SVN-Revision: 10847
2008-04-15 17:19:41 +00:00
Travis Kemen
37b0cc9a10
fix restart on platforms without a setup_switch()
...
SVN-Revision: 10846
2008-04-15 16:29:49 +00:00
Gabor Juhos
67fd9d7fba
move spi_gpio driver into the kernel, clean-up SPI modules
...
SVN-Revision: 10844
2008-04-15 07:33:43 +00:00
Gabor Juhos
d80f43d15f
update iptables to 1.4.0 (2.6 kernels only), refresh kernel patches
...
SVN-Revision: 10843
2008-04-15 06:11:23 +00:00
Nicolas Thill
ece27874c1
add 2 more symbols missed from my last commit
...
SVN-Revision: 10842
2008-04-15 02:38:32 +00:00
Nicolas Thill
e1aa564afb
add missing symbols to 2.6.24 generic config, preventing proper kernel configuration when certain kernel packages were selected
...
SVN-Revision: 10841
2008-04-15 02:28:01 +00:00
Nicolas Thill
7a0b9f1d28
$(TARGET) is not anymore, replace it with $(ARCH) in ./bin/packages subdirectories until we find something better
...
SVN-Revision: 10840
2008-04-15 02:17:38 +00:00
Nicolas Thill
2a4a0c2bcc
explicitely disable a bunch of package on ar7 until we properly detect pci & usb support at configure time
...
SVN-Revision: 10839
2008-04-15 02:08:11 +00:00
Nicolas Thill
d07eb95838
mark b44 as broken, it doesn't build anymore due to SSB changes apparently ( closes : #3333 )
...
SVN-Revision: 10838
2008-04-15 01:56:41 +00:00
Nicolas Thill
fbeeb4ae82
fix magicbox_ide on 2.6.24
...
SVN-Revision: 10837
2008-04-15 01:42:47 +00:00
Gabor Juhos
c7ed0fbd18
add missing CONFIG_GPIO_LEDS related ifdefs
...
SVN-Revision: 10835
2008-04-14 17:23:07 +00:00
Imre Kaloz
41cf84f819
do target dependent optimizations
...
SVN-Revision: 10834
2008-04-14 13:24:30 +00:00
Imre Kaloz
9a1c5fdb6d
udevtrigger shouldn't depend on udev, we use it standalone for hotplug2
...
SVN-Revision: 10833
2008-04-14 13:20:04 +00:00
Nicolas Thill
e2c65f6215
mark all openswan packages as broken
...
SVN-Revision: 10832
2008-04-14 12:31:27 +00:00
Andy Boyett
6eb6f7fd46
Mark broken packages as broken: - acx-mac80211 - openswan - aodv-uu
...
SVN-Revision: 10831
2008-04-14 11:18:29 +00:00
Nicolas Thill
0791acfc21
package shared library as well (partially closes : #3030 )
...
SVN-Revision: 10829
2008-04-14 02:06:35 +00:00
Nicolas Thill
c7b3dff10c
install dependencies after installing package to avoid deep recursion and mass memory consuption
...
SVN-Revision: 10823
2008-04-13 22:36:51 +00:00
Felix Fietkau
0dd8c59f10
upgrade uci to 0.3.3, build lua plugin
...
SVN-Revision: 10818
2008-04-13 14:34:42 +00:00
Felix Fietkau
77760bba21
remove lua's dependency on libreadline and libncurses
...
SVN-Revision: 10817
2008-04-13 14:34:36 +00:00
Nicolas Thill
37066ff2b2
fix udevextras build when no extras were actually selected
...
SVN-Revision: 10816
2008-04-13 14:20:34 +00:00
Nicolas Thill
98f3ce2545
mac80211 / compat-wireless fixes: * build in KERNEL_BUILD_DIR * only build kernel module if it's selected
...
SVN-Revision: 10815
2008-04-13 13:35:02 +00:00
Nicolas Thill
cb30800bf6
update libnl to 1.1
...
SVN-Revision: 10814
2008-04-13 13:22:15 +00:00
Gabor Juhos
bb0c092672
fix GPIO direction setup on ar5312, and fix compiler warnings
...
SVN-Revision: 10811
2008-04-13 10:47:13 +00:00
Felix Fietkau
1563615bed
move lua from packages/ to trunk in anticipation of upcoming stuff ;)
...
SVN-Revision: 10806
2008-04-13 01:06:12 +00:00
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
2008-04-12 23:32:44 +00:00
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
2008-04-12 23:24:22 +00:00
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
2008-04-12 23:20:31 +00:00
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
2008-04-12 23:14:42 +00:00
Nicolas Thill
e2e1b51b41
fix build on linux >= 2.6.23
...
SVN-Revision: 10801
2008-04-12 22:04:09 +00:00
Nicolas Thill
c30a473d46
package/ov51x-jpeg: * update to 1.5.7 * add userland package * add fallback url ( closes : #3216 )
...
SVN-Revision: 10800
2008-04-12 20:43:38 +00:00
Nicolas Thill
e1cafed715
disable kmod-mmc-over-gpio on x86
...
SVN-Revision: 10799
2008-04-12 20:28:54 +00:00
Nicolas Thill
a08643d7ab
add missing MMC config symbol
...
SVN-Revision: 10798
2008-04-12 20:27:48 +00:00
Nicolas Thill
b9c768a5f7
add missing SSB config symbols
...
SVN-Revision: 10797
2008-04-12 20:26:41 +00:00
Nicolas Thill
6ca5374194
package/qc-usb: * update to 0.6.6 ( closes : #3215 ) * fix build on linux > 2.6.23
...
SVN-Revision: 10796
2008-04-12 20:20:41 +00:00
Travis Kemen
bae7e5bebb
add missing include in restart
...
SVN-Revision: 10794
2008-04-12 14:57:47 +00:00
Nicolas Thill
4e319c572f
install build-depends packages as well
...
SVN-Revision: 10793
2008-04-12 09:37:44 +00:00
Matteo Croce
a8761e71b7
ar7: nuke unneeded patch
...
SVN-Revision: 10792
2008-04-11 23:18:01 +00:00
Yuji Mano
410d40f6e5
Add ps3 target specific utilities package
...
SVN-Revision: 10791
2008-04-11 21:21:17 +00:00
Florian Fainelli
03f917f26c
Delete config-default file and resync kernel configuration for brcm63xx
...
SVN-Revision: 10790
2008-04-11 14:22:41 +00:00
Florian Fainelli
867145bd32
Fix errors on capifs loading ( #3250 )
...
SVN-Revision: 10789
2008-04-11 14:21:06 +00:00
Florian Fainelli
1d482e1d39
Do not disable tls yet, uclibc-ntpl will support it soon
...
SVN-Revision: 10785
2008-04-10 15:52:38 +00:00
Florian Fainelli
f0e627da97
Fix hostapd compilation errors on STA_INFO ( #3308 )
...
SVN-Revision: 10784
2008-04-10 14:28:14 +00:00
Florian Fainelli
1063bac7d4
Fix typo in the payload option for br2684ctl ( #3318 )
...
SVN-Revision: 10783
2008-04-10 14:09:04 +00:00
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
2008-04-10 14:05:38 +00:00
Gabor Juhos
9c3033370a
fix a quilt incompatible patch
...
SVN-Revision: 10781
2008-04-10 08:45:31 +00:00
Imre Kaloz
10bd191bab
add basic support for the Titan Wireless TW-533-4
...
SVN-Revision: 10780
2008-04-09 23:01:20 +00:00
Imre Kaloz
a4580a86ae
add generic arm machine registry update
...
SVN-Revision: 10779
2008-04-09 23:00:20 +00:00
Matteo Croce
e4775082d8
ar7: remove useless chunks from a patch
...
SVN-Revision: 10778
2008-04-09 22:54:32 +00:00
Felix Fietkau
56223a6f79
madwifi: remove reset delay - seems like it's not necessary anymore
...
SVN-Revision: 10777
2008-04-09 19:55:08 +00:00