Florian Fainelli
29ccabae44
fix network devices modules to depend on PCI instead of x86
...
SVN-Revision: 32849
13 years ago
Florian Fainelli
2bfb2a797c
move more x86-specific modules back to target modules.mk
...
SVN-Revision: 32848
13 years ago
Florian Fainelli
276bc6b9e8
fix libsas and mvsas dependencies against PCI and not x86
...
SVN-Revision: 32847
13 years ago
Florian Fainelli
d973768580
move x86 specific ide/pata modules to x86' modules.mk
...
SVN-Revision: 32846
13 years ago
Florian Fainelli
89a312bf48
split framebuffer helper modules to their own packages
...
SVN-Revision: 32843
13 years ago
John Crispin
2113c65f95
fixes build for 3.x kernel and remove old 2.6.x references
...
Signed-off-by: christoph.thielecke@gmx.de
SVN-Revision: 32832
13 years ago
John Crispin
7639c9b580
mac80211/hostapd: add support for HT capa in case of IBSS/RSN
...
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
SVN-Revision: 32830
13 years ago
John Crispin
8b3882224a
wpa_supplicant: add more parameters
...
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
SVN-Revision: 32829
13 years ago
John Crispin
3f3268c0c2
hostapd: add pending patches
...
add patched needed to pass more parameters to the IBSS JOIN command
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
SVN-Revision: 32828
13 years ago
John Crispin
0e9e7dcd10
adds target used by rapsberry pi
...
Add support for Raspberry Pi / brcm2708 / 2835
Signed-off-by: Ian Ridge <ianridge [at] gmail.com>
SVN-Revision: 32825
13 years ago
John Crispin
543a2eca42
ext4 support
...
This patch adds the ext4 filesystem support to mountd. Tested with ext2, ext3
and ext4 partitions.
Signed-off-by: Jaroslaw Swierczynski <jarek1701@gmail.com>
SVN-Revision: 32818
13 years ago
John Crispin
ab05409315
add support for Rt3352 in rt2x00 driver
...
Forgot to do make package/mac80211/update, so the previously posted patch wasn't
in sync with compat-wireless. Now fixed.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 32817
13 years ago
Florian Fainelli
cb0eccf529
orion_wdt is also available on kirkwood
...
SVN-Revision: 32811
13 years ago
Florian Fainelli
93dc8c8d1b
move omap specific modules to modules.mk
...
SVN-Revision: 32810
13 years ago
Florian Fainelli
82c7e05d42
move n810 battery module to omap24 modules.mk
...
SVN-Revision: 32809
13 years ago
Florian Fainelli
25e20b0b57
move target specific modules to target's module.mk
...
SVN-Revision: 32808
13 years ago
Florian Fainelli
502d369283
create kmod-fb and update xen framebuffer module
...
SVN-Revision: 32805
13 years ago
Florian Fainelli
0a9732d44a
add sound-soc-ac97 package
...
SVN-Revision: 32801
13 years ago
Florian Fainelli
3f81add464
add kmod-regmap including both i2c and spi modules
...
This is required for quite SoC sound support
SVN-Revision: 32800
13 years ago
Felix Fietkau
edd2ef094a
ath5k: add tx power related fixes
...
SVN-Revision: 32793
13 years ago
Vasilis Tsiligiannis
20eddc1e92
Revert "[package] kernel/modules: dont only change loading order on IPSEC*-m, propagate this to documentation too"
...
Preserve alphabetical order on KCONFIG and description for consistency with other module packages
This reverts commit r32775.
SVN-Revision: 32791
13 years ago
Jo-Philipp Wich
b2c4924bb4
owipcalc: fix output formatting quirks
...
SVN-Revision: 32786
13 years ago
Jo-Philipp Wich
585ebed25f
owipcalc: add new operations "next", "prev", "6to4" and "pop", implement a stack for intermediate results
...
SVN-Revision: 32785
13 years ago
Felix Fietkau
015d66cffb
grub: replace an unnecessary piece of inline assembly that breaks the build on recent mac os x
...
SVN-Revision: 32784
13 years ago
Jo-Philipp Wich
3107a09548
owipcalc: add "prefix" operation to set prefix of base address during calculation
...
SVN-Revision: 32782
13 years ago
Vasilis Tsiligiannis
7b778aba7c
dnsmasq: Fix DHCP no address on interface warning ( #10570 )
...
SVN-Revision: 32781
13 years ago
Jo-Philipp Wich
24a28fb0d2
owipcalc: remove binary
...
SVN-Revision: 32779
13 years ago
Jo-Philipp Wich
542eed0143
add owipcalc - a small ipv4 & ipv6 calculation utility
...
SVN-Revision: 32778
13 years ago
Hamish Guthrie
4d844e10ab
Increase iwlist buffer size
...
SVN-Revision: 32777
13 years ago
Luka Perkov
6ab7360d18
kernel/modules: dont only change loading order on IPSEC*-m, propagate this to documentation too
...
SVN-Revision: 32775
13 years ago
Luka Perkov
0a064ed6e6
uboot-envtools: add support for alfa ap96
...
SVN-Revision: 32774
13 years ago
Vasilis Tsiligiannis
82c4050fd5
kernel/modules: fix ipcomp6 load order
...
ipcomp6 depends on xfrm6_tunnel, load order changed accordingly.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 32773
13 years ago
Jo-Philipp Wich
c3b98c8fc7
toolchain: fix libgcc and libgfortran packages for avr32 and coldfire
...
SVN-Revision: 32772
13 years ago
Vasilis Tsiligiannis
81a84b03ea
dnsmasq: Bump to 2.62, add DHCPv6 variant
...
SVN-Revision: 32764
13 years ago
Felix Fietkau
cf9bca8ded
mac80211: update to latest wireless-testing + some monitor mode fixes and some libertas driver fixes
...
SVN-Revision: 32760
13 years ago
Luka Perkov
84585b45d6
uboot-envtools: add kirkwood board support
...
SVN-Revision: 32756
13 years ago
Felix Fietkau
b893cfb276
uboot-ar71xx: fix compile on recent mac os x versions
...
SVN-Revision: 32750
13 years ago
Jo-Philipp Wich
b29239d9f0
usbreset: improve usability - add device list in usage screen - support resetting by bus/device number, by produc:vendor id or by device name
...
SVN-Revision: 32741
13 years ago
Felix Fietkau
4f66299903
ath5k: fix txop calculation similar to what was done in ath9k
...
SVN-Revision: 32735
13 years ago
Felix Fietkau
934cc69768
ath9k: fix an uninitialized variable warning
...
SVN-Revision: 32734
13 years ago
Luka Perkov
03a6d65c37
kernel: add Marvell SoC built-in RTC to modules
...
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 32732
13 years ago
Vasilis Tsiligiannis
61095c10dd
toolchain: Fix typo in libssp config
...
SVN-Revision: 32723
13 years ago
Luka Perkov
dc2d62d3ac
uboot-kirkwood: update to 2012.04.01
...
iConnect board tested by:
Tim Fletcher <tim@night-shade.org.uk>
Wojciech Dubowik <wojciech.dubowik@neratec.com>
DockStar board tested by:
Martin Mueller <mm@sig21.net>
RaidSonic ICY BOX NAS6210 board tested by:
Luka Perkov <uboot@lukaperkov.net>
SheevaPlug was not tested but support for SheevaPlug is taken from upstream
uboot and it is not reported to be broken there.
SVN-Revision: 32717
13 years ago
Luka Perkov
8f563df48f
package: kernel: estetic fix
...
SVN-Revision: 32714
13 years ago
Vasilis Tsiligiannis
087caa57e3
kernel: enable kernel support for ALSA midi
...
Here is a newer version of the patch:
Enable the real ALSA midi interface (seq) in the kernel. The existing
rawmidi interface is still present. This allows for the alsa midi
utilities to work.
Signed-off-by: Adam Goode <adam@spicenitz.org>
[b_tsiligiannis: replaced $(LINUX_KMOD_SUFFIX) with .ko]
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 32712
13 years ago
Vasilis Tsiligiannis
9ab1df3f48
base-files: Modernize hotplug2 rules ( #11368 )
...
SVN-Revision: 32711
13 years ago
Felix Fietkau
7eedaace1a
ath9k: add extra checks to reduce the amount of unnecessary rx dma related logspam
...
SVN-Revision: 32709
13 years ago
Felix Fietkau
877797c60e
ath9k: fix 5 ghz frequency selection on ar934x devices with 25 mhz refclock
...
SVN-Revision: 32705
13 years ago
Jo-Philipp Wich
00f1b1d62a
uhttpd: various changes
...
- remove unused variables
- simply ignore command line args which belong to not enabled features
- resolve peer address at accept() time, should solve (#11850 )
- remove floating point operations where possible
SVN-Revision: 32704
13 years ago
Felix Fietkau
abc3d9493b
netifd: update to latest version, fixes wlan network state getting stuck on wifi restarts, adds support for setting wlan device parameters such as mtu or txqueuelen
...
SVN-Revision: 32689
13 years ago